Instructions Controls Set-Operating-State¶
Update the operating state of a SolarNode component. Pass the desired operating state as the first (and only) parameter.
Usage¶
s10k instructions controls set-operating-state -node=<nodeId>
-control=<controlId>
[-x=<expiration>] [-X=<executionDate>]
[-tz=<zone>] desiredState
Options¶
Output¶
A status message about the result of the instruction.
Examples¶
Update a component to "standby" mode:
s10k instructions controls set-operating-state --node-id 101 \
--control-id pump/1 Standby
Control [pump/1] operating state set to [Standby]