Newbie problem
If switch1 changes state to ON for 8+ seconds, turn switch2 on
Is this a delay / wait, or a for ? and what’s the simplest way to achieve it?
Thanks
Newbie problem
If switch1 changes state to ON for 8+ seconds, turn switch2 on
Is this a delay / wait, or a for ? and what’s the simplest way to achieve it?
Thanks
Use a state trigger with for
Thank you
I added a FOR line to my existing logic and it worked perfectly