View Source Grizzly.ZWave.Commands.WindowCoveringStartLevelChange (grizzly v6.5.1)
This command is used to initiate a transition of one parameter to a new level.
Params:
:parameter_name- the parameter's name (see Grizzly.ZWave.CommandClasses.WindowCovering for options):direction- the direction of the level change (:up or :down):duration- the duration of the change
Link to this section Summary
Link to this section Types
@type param() :: {:direction, :up | :down} | {:parameter_name, Grizzly.ZWave.CommandClasses.WindowCovering.parameter_name()} | {:duration, byte()}