View Source Grizzly.ZWave.CommandClasses.SceneActuatorConf (grizzly v8.0.1)

"SceneActuatorConf" Command Class

The Scene Actuator Configuration Command Class is used to configure scenes settings for a node supporting an actuator Command Class, e.g. a multilevel switch, binary switch etc.

Summary

Types

@type dimming_duration() ::
  :instantly | [{:seconds, 1..127}] | [{:minutes, 1..127}] | :factory_settings
@type level() :: :on | :off | 1..99

Functions

Link to this function

dimming_duration_from_byte(byte)

View Source
@spec dimming_duration_from_byte(byte()) ::
  {:ok, dimming_duration()} | {:error, Grizzly.ZWave.DecodeError.t()}
Link to this function

dimming_duration_to_byte(arg1)

View Source
@spec dimming_duration_to_byte(dimming_duration()) :: byte()
@spec level_from_byte(byte()) ::
  {:ok, level()} | {:error, Grizzly.ZWave.DecodeError.t()}
@spec level_to_byte(level()) :: byte()