mirror of
https://github.com/xcat2/confluent.git
synced 2025-07-13 16:21:32 +00:00
Add "shutdown" as a valid InputPowerMessage to prevent this Bad Request Error:
Error: Bad Request - shutdown is not one of reset,on,boot,off
This commit is contained in:
@ -421,6 +421,7 @@ class InputPowerMessage(ConfluentInputMessage):
|
||||
'off',
|
||||
'reset',
|
||||
'boot',
|
||||
'shutdown',
|
||||
])
|
||||
|
||||
def powerstate(self, node):
|
||||
|
Reference in New Issue
Block a user