Can I reset the trigger


#1

1) Give a description of the problem
I wrote this example piston quickly to ask a question. Can I reset the 3 minutes trigger?

2) What is the expected behaviour?
If the Leave_Garage_Lights_On_switch is on, the garage lights will not turn off. Can I reset the 3 minute trigger to check again in 3 minutes?

4) Post a Green Snapshot of the pistonimage


#2

Not sure if it would work, can you call the piston again ‘execute piston’ with the no wait parameter?


#3

Hmmm, I will test it. Thanks.


#4

What if the initial if were instead …

if
 Leave_Garage_Lights_On_switch's switch is off (set to 'always subscribe')
 and
 Any of ... etc etc

That way the Leave_Garage_Lights_On_switch controls whether the stays is active and triggers the piston when it is turned off.