Hey Everybody, I am trying to figure out a way to feed an event into a ‘Wait Until’ node instead of using an entity. Basically, I have an actionable notification, and I want to use the ‘Wait Until’ node to use as a time-out, so if I do not choose an option from the actionable notification in a specified time, then do some other action. Anyone have any ideas on how to do this?
The easiest solution I can see would be to use a trigger node with a time out and a reset. Have the reset set to whatever the output of the actionable notification is so that if you do act on it, it’ll reset the trigger. Otherwise, the trigger will fire after whatever time limit you need.
Yup. That should work. Question though, why two triggers? As I understood it, you wanted to have one action for turning on the pot, another to turn it off and then a timeout if you don’t choose either, right?