In case you missed it! Learn about the KISS Threshold

Use event when possible, and condition only when you need it. For example, to wait for All of multiple devices to do something, you would need a condition, but to wait for Any you could do with an event.

7 Likes