View Source Grizzly.ZWave.Commands.WindowCoveringStartLevelChange (grizzly v8.0.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

Summary

Types

@type param() ::
  {:direction, :up | :down}
  | {:parameter_name,
     Grizzly.ZWave.CommandClasses.WindowCovering.parameter_name()}
  | {:duration, byte()}