1) Give a description of the problem
I want part of a piston to only run if it hasn’t run in the last two minutes
2) What is the expected behavior?
I get a notification
3) What is happening/not happening?
I’m not getting a notification
4) Post a Green Snapshot of the piston
As you can see, the expression I’m using is:
le(addMinutes(lastRun, 2), $now)
but apparently that’s wrong. What am I missing?