to_lighter Posted January 9, 2009 Posted January 9, 2009 Hi there, I would like to be able to have a condition statement that checks whether a light is above or below a certain intensity level (ex. IF Status Light1 is greater than 75%). Thanks!
Sub-Routine Posted January 9, 2009 Posted January 9, 2009 But there is. If Status 'Basement Stairs' < 30% Then Set 'Basement Lights' Off Else - No Actions - (To add one, press 'Action')
to_lighter Posted January 9, 2009 Author Posted January 9, 2009 But there is. If Status 'Basement Stairs' < 30% Then Set 'Basement Lights' Off Else - No Actions - (To add one, press 'Action') Wow, that was fast! How did I miss that ... Perfect!
Sub-Routine Posted January 9, 2009 Posted January 9, 2009 I use Status instead of Control, in this case, because some people insist on dimming the lights to Off I use Control on other triggers to allow dimming to avoid the trigger. Rand
Recommended Posts
Archived
This topic is now archived and is closed to further replies.