View Source Grizzly.ZWave.CommandClasses.SceneActuatorConf (grizzly v8.5.2)
"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
@spec dimming_duration_from_byte(byte()) :: {:ok, dimming_duration()} | {:error, Grizzly.ZWave.DecodeError.t()}
@spec dimming_duration_to_byte(dimming_duration()) :: byte()
@spec level_from_byte(byte()) :: {:ok, level()} | {:error, Grizzly.ZWave.DecodeError.t()}