I';m using 2 of the variable outlets to control my lighting. I also have a cooling fan on the LED fixture.
Is there a way to enable the fan only when the lights are above a certain percentage?
It won't accept using the VO's as a condition of a greater then statement.
Fallback On
Set Off
If WhiteLights > 50 THEN ON
IF BlueLights > 50 THEN ON
This is what I want to accomplish......
Is there a way to enable the fan only when the lights are above a certain percentage?
It won't accept using the VO's as a condition of a greater then statement.
Fallback On
Set Off
If WhiteLights > 50 THEN ON
IF BlueLights > 50 THEN ON
This is what I want to accomplish......
