2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-01-12 02:52:30 +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'