Playing with expressions, newer user, I am creating an event that after a certain time all the lights in a group goto a certain dim value. The expression keeps returning zero:
DEBUG Expression if ($DEVICEVALUE <= 100 and $DEVICEVALUE >= 51, $DEVICEVALUE = $$DVR:150:, $DEVICEVALUE ) evaluated to 0
Ref 150 is a virtual device dimmed to 50% , changing its value triggers the event. The value of Ref 150 is changed at a certain time. Thanks for any help!!
DEBUG Expression if ($DEVICEVALUE <= 100 and $DEVICEVALUE >= 51, $DEVICEVALUE = $$DVR:150:, $DEVICEVALUE ) evaluated to 0
Ref 150 is a virtual device dimmed to 50% , changing its value triggers the event. The value of Ref 150 is changed at a certain time. Thanks for any help!!
Comment