Jump to content

Program to flash lights x number of times


Captain

Recommended Posts

Posted

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.

Posted

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

Guest
This topic is now closed to further replies.

  • Recently Browsing

    • No registered users viewing this page.
  • Who's Online (See full list)

  • Forum Statistics

    • Total Topics
      37k
    • Total Posts
      371.5k
×
×
  • Create New...