Instructions Toggle-Op-Mode¶
Enable or disable operating modes on a SolarNode. Pass one or more modes as parameters.
Info
For more details on the SolarNetwork APIs used by this command, see the documentation for the EnableOperationalModes and DisableOperationalModes instruction topics.
Usage¶
s10k instructions toggle-op-mode [-d] -node=<nodeId>
[--mode-expiration=<modeExpiration>]
[-x=<expiration>] [-X=<executionDate>]
[-tz=<zone>] mode...
Options¶
Output¶
A status message about the result of the instruction.
Examples¶
Enable the "hyper" operating mode:
s10k instructions toggle-op-mode --node-id 101 hyper
Enabled operational modes [hyper].
Disable the "hyper" operating mode:
s10k instructions toggle-op-mode --node-id 101 --disable hyper
Disabled operational modes [hyper].