View Source Grizzly.ZWave.Commands.SwitchMultilevelReport (grizzly v5.1.1)
Module for the SWITCH_MULTILEVEL_REPORT
Params:
:value
- ':off
or a value betweem 1 and 100:duration
- How long the switch should take to reach target value, 0 -> instantly, 1..127 -> seconds, 128..253 -> minutes, 255 -> unknown (optional v2)
Link to this section Summary
Link to this section Types
@type param() :: {:value, non_neg_integer() | :off | :unknown} | {:duration, non_neg_integer()}