View Source Grizzly.ZWave.Commands.SwitchMultilevelSet (grizzly v3.0.0)
Module for the SWITCH_MULTILEVEL_SET
Params:
:target_value
- ':off
,:previous
or a value betweem 1 and 99:duration
- How long the switch should take to reach target value, 0 -> instantly, 1..127 -> seconds, 128..254 -> minutes, 256 -> factory default (option v2)
Link to this section Summary
Link to this section Types
@type param() :: {:target_value, non_neg_integer()} | {:duration, non_neg_integer()}