Hello,
ISY newb here, long time lurker, still waiting for my ISY to arrive. I've been reading the archives to get a handle on how some of my programs will work.
My system is going to start with 4 SWL's, each with a load that controls an outside light. (N, S, E, and W).
I want to set them up so that if I operate a SWL 'fast on', it will turn on the next 'off' light of the group, but not all 4.
In this example, this would switch them ALL on on a Fast On command. But in reality, I'd want it to break the routine once it turns on the first Off device. (Does that make sense?)
If
Control 'NorthLights' is switched Fast On
Then
Set 'NorthLights' On
Set 'SouthLights' On
Set 'EastLights' On
Set 'WestLights' On
Else