I have two input booleans, away and night mode. I want a flow to succeed if either or both of these are true. Any tips on how to implement this in node red? Thanks!
I have two input booleans, away and night mode. I want a flow to succeed if either or both of these are true. Any tips on how to implement this in node red? Thanks!
I will give that a try, thanks!
Use a get-entities node. Check if the state of the booleans is on and the flow will only continue if one or more is.
oh thanks!