2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-17 21:23:18 +00:00

Add NMI diag command

This commit is contained in:
Lucio Seki 2015-08-27 08:51:42 -03:00 committed by Juliana Motira
parent c20f0dc2ae
commit 419c41e2cc

View File

@ -538,6 +538,7 @@ class InputPowerMessage(ConfluentInputMessage):
'off',
'reset',
'boot',
'diag',
'shutdown',
])
@ -650,6 +651,7 @@ class PowerState(ConfluentChoiceMessage):
'off',
'reset',
'boot',
'diag',
])
keyname = 'state'