Pausing the flow

I am executing flow to open/close door and need to control timing. So for example if I want to open door about 25% of total, that requires about 12 seconds. I can initiate opening of the door, then I need node to wait for 12 sec and then execute another command that is to stop door opener. Is there a node for that?

Have a look at the trigger node.

The Delay node can be used to add delays into a flow and be used to create timed sequence of messages.

thanks! I tried trigger, but could not get it to work. Most probably used it wrong. Delay did exactly what I wanted. Is it possible to pass number of seconds in msg.payload or some other way?

hmmmm, I wonder what the Help tab says when you click on the node...

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.