boonest Posted July 18, 2014 Posted July 18, 2014 I just started programming my ISY994, I am still learning, and I have run into a mental dead end. This is my situation, I have a switch that turns on a light. When that light is on and I turn on the switch again, I want it to turn on a second light. When I try to program the first switch, the second light is turned on after the first tap on. I do not want to 'tap twice' the switch. The time between the two 'on's will vary, if at all. I am at a loss as to how to do this. Any and all help would be greatly appreciated, and thank you all in advance.
Xathros Posted July 18, 2014 Posted July 18, 2014 Try this: If Status 'Switch 1' is not Off and Control 'Switch 1' is switched On Then Set 'Light 2' On Else Hope this helps. -Xathros
boonest Posted July 19, 2014 Author Posted July 19, 2014 Thank you so much for the speedy reply. I will give it a try later when at home.
Recommended Posts