Grizzly.ZWave.Commands.SwitchBinarySet (grizzly v8.8.0)
View SourceModule for the SWITCH_BINARY_SET command
Params:
:target_value
-:on
or:off
(required):duration
- How long in seconds the switch should take to reach target value or the factory default (:default)Beyond 127 seconds, the duration is truncated to the minute. E.g. 179s is 2 minutes and 180s is 3 minutes (optional V2)
Summary
Types
@type param() :: {:target_value, :on | :off} | {:duration, Grizzly.ZWave.CommandClasses.SwitchSupport.duration()}