node-red-contrib-delay-topic-message

Node-red node for delaying message for topic


Keywords
node-red, timer, delay, countdown
License
ISC
Install
npm install node-red-contrib-delay-topic-message@1.3.1

Documentation

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 to true, timer is stopped and message in topic is discarded.
  • msg.delay: Overrides default delay in timer.
  • msg.stopAll: If set to true, all timers and messages, regardless of topic, are discarded.