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:
committed by
Juliana Motira
parent
c20f0dc2ae
commit
419c41e2cc
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user