diff --git a/pyghmi/ipmi/command.py b/pyghmi/ipmi/command.py index 568b9a04..1fce03f3 100644 --- a/pyghmi/ipmi/command.py +++ b/pyghmi/ipmi/command.py @@ -58,6 +58,7 @@ power_states = { "off": 0, "on": 1, "reset": 3, + "diag": 4, "softoff": 5, "shutdown": 5, # NOTE(jbjohnso): -1 is not a valid direct boot state,