Prescriptive guidance on how to cancel wait in pistons


#1

1) Give a description of the problem
I leverage waits to shutoff lights

2) What is the expected behavior?
Need a way to cancel pistons if an action occurs from another Piston (example MovieTime!)

3) What is happening/not happening?
I don’t know how to cancel if a virtual switch called MovieTime! is activated. Need timers to cancel.

4) Post a Green Snapshot of the pistonimage


#2

try this thread


#3

Just add a seperate IF block to the bottom of your piston.

IF virtual switch IS on
THEN
With location
Cancel all pending tasks