Good point upstatemike.
Another question then. If I have the program below, how come when I use the GUI to toggle the 'Rec Room Theater Front', the program does not fire? I would like to be able to test this program without having to get up and physically touch the switch. Using the GUI to toggle this switch should be the same thing as doing it at the switch, no?
If
Status 'Rec Room Stairs Top' is Off
And (
Control 'Rec Room Theater Front' is switched Off
Or Control 'Rec Room Theater Front' is switched Fast Off
Or Control 'Rec Room Theater Front' is switched Fade Down
)
Then
Set Scene 'Rec Room Stairs 3-way' Fade Up
Else
- No Actions - (To add one, press 'Action')