node-red-contrib-delay-topic-message 1.3.2
Node-red node for delaying message for topic
Node-red node delay-topic-message
Basic usage
Delay message by set seconds.
When received msg with same topic, timer is reset and previous message is discarded (delivered is last message in topic within timer only).
Message options
-
msg.stopTimer: If set totrue, timer is stopped and message intopicis discarded. -
msg.delay: Overrides default delay in timer. -
msg.stopAll: If set totrue, all timers and messages, regardless of topic, are discarded.