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
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()}