Instructions Controls Signal¶
Send a named "signal" to a SolarNode control. Pass the desired signal name as the first (and only) parameter.
Usage¶
s10k instructions controls signal -node=<nodeId>
-control=<controlId>
[-x=<expiration>] [-X=<executionDate>]
[-tz=<zone>] signal
Options¶
Parameters¶
Pass the signal name to send as the one and only parameter.
Output¶
A status message about the result of the instruction.
Examples¶
Request a camera to take a snapshot:
s10k instructions controls signal --node-id 101 \
--control-id camera/1 snapshot
Control [camera/1] received [snapshot] signal.