node-red-contrib-stoptimer-varidelay
This node allows for pre-configured, or dynamic delay. It also allows the node to stop the output. It can be configured to be persistent across reboot/restarts/redeploys.
This node allows for pre-configured, or dynamic delay. It also allows the node to stop the output. It can be configured to be persistent across reboot/restarts/redeploys.
Sends the msg through the first output after the set timer duration. If a new msg is received before the timer has ended, it will replace the existing msg and the timer will be restarted, unless the new msg has a payload of 'stop' or 'STOP', in which case
Sends the msg through the first output after the set timer duration. If a new msg is received before the timer has ended, it will replace the existing msg and the timer will be restarted, unless the new msg has a payload of 'stop' or 'STOP', in which case
NodeRED node that allows to set timer with the ability to start, stop, reset, or modify the timer using message payloads.
Delays a message passing through the node. Much like the built in delay node, but supports one delayed message at a time, and reports progress.