View Source Grizzly.ZWave.Commands.SceneActuatorConfSet (grizzly v7.4.1)

This command is used to associate the specified scene ID to the defined actuator settings.

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
  • :override - If false, the current actuator settings must be used as settings for the actual Scene ID (required)

  • :level - the target level to be set if override is true (required)

Summary

Types