Skip to content

krencl/node-red-contrib-delay-topic-message

Repository files navigation

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.