Trigger Node "Wait for x Seconds" Variable from the Dashboard

Hi Everyone, I'm currently working on a project to trigger a relay with a schedule created on the dashboard of Node-Red. In this dashboard they can set the day and the time they want the trigger to occur. I also have a input text on the dashboard to set the delay of how long the trigger node should be delayed before sending the second output. Does anyone know if it is possible to link that input text to the "Wait for x Seconds" image in the trigger node?

Welcome!

If you look at the help for the Trigger node (under the 'book' icon in the right hand panel). you will see

The delay between sending messages can be overridden by msg.delay if that option is enabled in the node. The value must be provided in milliseconds.

If you are new to Node-RED check out the Introductory Videos - you will save yourself a lot of time and angst!

Thanks alot a appreciate they quick help :+1:

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