Jump to content

Program to flash lights x number of times


Captain

Recommended Posts

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.

Link to comment

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

Link to comment

Archived

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


×
×
  • Create New...