C_DOWN
code: 8
# set
C_DOWN -1480937026 <operation>
Description
Shuts down the chassis, and either restarts it in a clean state or leaves it powered off.
Actions
set
Parameters
magic
: integer, must be the special value -1480937026.operation
: byte, what to do after shutting chassis down.
RESTART = 1
POWEROFF = 2
Example
# set
input: C_DOWN -1480937026 RESTART
output: <OK>