1) Give a description of the problem
I have 2 pistons. One that is a timer, if the timer expires it calls a piston
The second piston does a thing, then when the followup condition happens the else statement does another thing. If i set the piston to not subscribe it also does not look for the Else condition. If i leave it subscribed it fires every time the timer runs bypassing the timer.
2) What is the expected behavior?
Run piston 1, if timer expires run piston 2. never run piston 2 on its own.
3) What is happening/not happening?
piston fireing along side of timer piston, or else condition ignored if unsubscribed.
4) Post a Green Snapshot of the piston
5) Attach any logs (From ST IDE and by turning logging level to Full)
Not attaching logs since i understand why its happening, just need to know how to avoid it.