Hi,
I’m curious to know about the difference between having an Automation A defined with two triggers and an Automation B defined with one trigger and then a Wait for a Trigger statement.
Automation A would be:
- Trigger 1: React to external event => start some stuff and set timer in future to when it should stop
- Trigger 2: Reacts when the time is up, stops what ever is going on.
Automation B would be:
- Trigger 1: React to external event =>
- start some stuff
- set timer in future to when it should stop
- Wait for a Trigger (the time sensor)
- When time is hit
- Stop whatever
Is this just two ways of defining the same and is there any technological difference?
Thanks!