RickL66 Posted February 8, 2014 Posted February 8, 2014 I am trying to figure out how to run an action after I do a repeat in my Then program. For example: If Something Happens Then Sent email Repeat 4 times Set Scene 'Notifications' Fast On Set Scene 'Notifications' Fast Off Do something else AFTER but not in the Repeat <------- Else - No Actions - (To add one, press 'Action') Is it possible? I can't seem to indent it back to the left to be "out of the loop". Thanks, Rick
LeeG Posted February 9, 2014 Posted February 9, 2014 Here is a link to the Wiki section that covers Repeat. It says use a Repeat 1 to end the repeat loop. http://wiki.universal-devices.com/index ... EON:Action
RickL66 Posted February 9, 2014 Author Posted February 9, 2014 Ah! Thanks! I couldn't find that in the wiki.
LeeG Posted February 9, 2014 Posted February 9, 2014 A "Repeat 1" is the correct coding to end the preceding Repeat. Repeat 0 did not work.
RickL66 Posted February 9, 2014 Author Posted February 9, 2014 A "Repeat 1" is the correct coding to end the preceding Repeat. Repeat 0 did not work. Saw that in the wiki, should have corrected you...
apostolakisl Posted February 9, 2014 Posted February 9, 2014 As far as I can tell "repeat 0 times" is a non-functional command. If there is some use for it, I don't know what it would be. I would think that "0" should not be an option at all since it just confuses people.
Recommended Posts