Hello,
I am trying to have a piston make a decision after a timed wait command. Here is the basic flow.
If- location mode changes to “dusk” and “kitchen lights are 100%”, then start 2 hour timer.
When- Piston wakes up evaluate current location mode and make a decision on what level to set lights based off that.
At first I thought I could do this with restrictions, but because the piston executes top to bottom, all that happens is it evaluates the first true conditions and executes regardless of how much time is left on the timer.
Any thoughts on what I could do?