jgraziano Posted November 5, 2007 Share Posted November 5, 2007 Is there an elegant way to get a particular device to flash for testing? I got it to work with a 2-program 'flip-flop', but it's a bit cumbersome. Thanks. Jim Link to comment
Sub-Routine Posted November 5, 2007 Share Posted November 5, 2007 Is there an elegant way to get a particular device to flash for testing? I got it to work with a 2-program 'flip-flop', but it's a bit cumbersome. Thanks. Jim This worked on Halloween (I think) until I tried to build another for an indoor scene and ran into the Repeat 0 times wall I should have used Copy, but I was playing around. I think I had a Schedule in the If. If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Repeat Every 0 seconds Set Scene 'Outside Lights - Evening' On Wait 3 minutes Set Scene 'Outside Lights - Midnight' On Wait 3 minutes Else - No Actions - (To add one, press 'Action') I didn't want to test that, so I wrote this, which will flash a light: If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Repeat Every 1 second Set 'Foyer' Fast On Wait 1 second Set 'Foyer' Fast Off Else - No Actions - (To add one, press 'Action') I also learned that if the Program is in a folder that is scheduled to run only on Halloween that it won't run, no matter how many times I push the button Rand Link to comment
jgraziano Posted November 5, 2007 Author Share Posted November 5, 2007 Ok, that is simpler, I didn't realize the 'repeat' function is used that way. Thanks. Link to comment
Sub-Routine Posted November 5, 2007 Share Posted November 5, 2007 Yes, the UDI guys have been working very hard on the Programs of the ISY and it shows, doesn't it I think most of the wait for v2.5 is coming down to the documentation. Rand Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.