View Source Grizzly.ZWave.Commands.WindowCoveringReport (grizzly v7.4.2)

his command is used to request the status of a specified Covering Parameter.

Params:

  • :parameter_name - the parameter's name (see Grizzly.ZWave.CommandClasses.WindowCovering for options)
  • :current_value - the current value of the Parameter
  • :target_value - the target value of an ongoing transition or the most recent transition for the Parameter
  • :duration - the time needed to reach the Target Value at the actual transition rate

Summary

Types

@type param() ::
  {:parameter_name,
   Grizzly.ZWave.CommandClasses.WindowCovering.parameter_name()}
  | {:current_value, byte()}
  | {:target_value, byte()}
  | {:duration, byte()}