Hi, this piston works for the most part. The problem I am having is exiting the loop when I choose Bathroom Spa Off, it continues to run when I want to turn everything off. I appreciate any help.
Exiting a repeat loop
eibyer
#2
I’d suggest adding a ‘Cancel all pending tasks’ after your last task to (hopefully) shut down all your timers.
bbrockman
#3
Thank You, can you explain why/how this works? I am trying to learn more about Webcore. I do not understand why it was not exiting the loop (timer) prior to adding the "Cancel all pending task’.
eibyer
#4
It is exiting the loop but the timers were already set before the exit, it will not cancel the timers automatically. If there was a condition in that initial IF that changes other than Bathroom Spa executing, then the timers will cancel, webCoRE Task Cancellation Policy defaults to Cancel on condition change.