Instructions Controls Set¶
Update the value of a SolarNode control. Pass the desired control value as the first (and only) parameter.
Usage¶
s10k instructions controls set -node=<nodeId> -control=<controlId>
[-x=<expiration>] [-X=<executionDate>]
[-tz=<zone>] desiredValue
Options¶
Output¶
A status message about the result of the instruction.
Examples¶
Update a switch-type boolean control to "on" (using 1
to represent "on"):
s10k instructions controls set --node-id 101 \
--control-id switch/1 1
Control [switch/1] set to [1]