Jump to content

Dim all lights that are currently on?


sperok

Recommended Posts

Posted

Is there an easy way to dim all the lights that are currently on?

 

It would be great to have a scene containing all of my interior lights and to be able to use a simple control to dim all the lights within the scene that are currently at some level of on.

 

Is there an easy way to do this, other than testing every light?

Posted

Try something like this:

 

Put all your interior lights in a scene call "Interior All Lights" and then add a program such as:

 

If
  - No Conditions - (To add one, press 'Schedule' or 'Condition')

Then
       Repeat 5 times
          Set Scene 'Interior All Lights' Dim

Else
  - No Actions - (To add one, press 'Action')

 

Running the THEN branch of the above program will reduce the level of all lights in the scene by about 15%. If the lights are off, they stay off.

Posted

Unfortunately that will have the effect of turning on lights that are currently off. My goal is to be able to adjust ONLY the lights within the scene that are already on.

Guest
This topic is now closed to further replies.

×
×
  • Create New...