View Source Grizzly.ZWave.Commands.SceneActuatorConfReport (grizzly v8.5.3)
This command is used to advertise the settings associated to a scene identifier.
Params:
:scene_id
- a scene id (required):dimming_duration
- the time it must take to reach the target level associated to the actual Scene ID (required - ignored if not supported):instantly | [seconds: 1..127] | [minutes: 1..126] | :factory_settings
:level
- the target level to be set if override is true (required)
Summary
Types
@type param() :: {:scene_id, boolean()} | {:dimming_duration, Grizzly.ZWave.CommandClasses.SceneActuatorConf.dimming_duration()} | {:level, Grizzly.ZWave.CommandClasses.SceneActuatorConf.level()}