Grizzly.ZWave.Commands.SwitchMultilevelSet (grizzly v8.8.0)
View SourceModule for the SWITCH_MULTILEVEL_SET
Params:
:target_value
- ':off
,:previous
or a value between 0 and 99: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, :off | :previous | 0..99} | {:duration, Grizzly.ZWave.CommandClasses.SwitchSupport.duration()}