Jump to content

Programing Question - tap on two times


boonest

Recommended Posts

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.

Link to comment

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

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...