upstatemike Posted March 14, 2008 Posted March 14, 2008 Sorry if this is already covered in an earlier post but I couldn't find it. I need to test for a condition where a light is "NOT Off", in other words "On at any level". It looks like just using On only works if the light is On at 100%. How do I test if a light is "On at any level" or "NOT Off"?
Algorithm Posted March 15, 2008 Posted March 15, 2008 Hi Upstate, You could use IF Status 'MyLight ' is not Off or IF Status 'MyLight' is > Off Either should work.
upstatemike Posted March 15, 2008 Author Posted March 15, 2008 Thanks Darrell. For some reason I failed to notice that there was another drop down menu under "is". Pretty obvious!
Recommended Posts