Captain Posted July 2, 2013 Posted July 2, 2013 I had a program (I copied off this forum) to flash certain lights when my garage door was opened during the night. I had to delete the program and forgot how to program lights to flash using the "repeat" command. Can someone give me an example? Thank you.
LeeG Posted July 2, 2013 Posted July 2, 2013 This Program assumes the I/O Linc Sensor turns On when the door is opened. Might have to change the If On to If Off when I/O Linc works the other way. If From 11:00:00PM To 6:00:00AM (next day) And Control 'IOLinc-Sensor' is switched On Then Repeat 10 times Set Scene 'Scene KPL Button A' On Wait 1 second Set Scene 'Scene KPL Button A' Off Else - No Actions - (To add one, press 'Action') EDIT: added the time range. Was not sure what aspect of the Program was an unknown
Recommended Posts