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

"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

dimming_duration()

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

level()

@type level() :: :on | :off | 1..99

Functions

dimming_duration_from_byte(byte)

@spec dimming_duration_from_byte(byte()) ::
  {:ok, dimming_duration()} | {:error, Grizzly.ZWave.DecodeError.t()}

dimming_duration_to_byte(arg1)

@spec dimming_duration_to_byte(dimming_duration()) :: byte()

level_from_byte(byte)

@spec level_from_byte(byte()) ::
  {:ok, level()} | {:error, Grizzly.ZWave.DecodeError.t()}

level_to_byte(byte)

@spec level_to_byte(level()) :: byte()