View Source Grizzly.ZWave.Commands.WindowCoveringSet (grizzly v7.4.1)

This command is used to control one or more parameters in a window covering device.

Params:

  • :parameters - The parameters to be set

  • :duration - specifies the time that the transition should take from the current value to the new target value.

Summary

Types

@type param() :: {:parameters, [parameter()]} | {:duration, byte()}
@type parameter() ::
  {:name, Grizzly.ZWave.CommandClasses.WindowCovering.parameter_name()}
  | {:value, parameter_value()}
@type parameter_value() :: byte()