1) Give a description of the problem
I can’t figure out how to encapsulate a Wait Task, then an IF condition, within a single statement. I can only get it to work if the Wait is a task then the IF is an entirely separate statement. This works, but it doesn’t seem correct. Looking at the below image, the red options do not work, only the green one does (“Motion Sensor” is actually my ADT alarm panel, hooked into SmartThings using AD2SmartThings).
2) What is the expected behavior?
Wait for 25 minutes, then turn off the device if it is not already off.
3) What is happening/not happening?
Device does not turn off.
4) Post a Green Snapshot of the piston
5) Attach any logs (From ST IDE and by turning logging level to Full)
None available