I'm new to ISY programming and was wondering if the following program will run correctly, or should I be using "And" in place of "Or"? Looking to create a "random look" On and Off of the device on Wed-Sat.
If
On Wed
From 6:25:00PM
To 6:44:00PM (same day)
Or On Thu
From 6:09:00PM
To 6:48:00PM (same day)
Or On Fri
From 6:02:00PM
To 6:35:00PM (same day)
Or On Sat
From 6:43:00PM
To 7:15:00PM (same day)
Then
Set 'Foyer Key A (Lightpole)' On
Else
Set 'Foyer Key A (Lightpole)' Off
Thanks!