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:
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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user