diff --git a/nodes/core/core/89-delay.html b/nodes/core/core/89-delay.html index 73104e5ab..937727c76 100644 --- a/nodes/core/core/89-delay.html +++ b/nodes/core/core/89-delay.html @@ -19,10 +19,11 @@
@@ -82,6 +83,9 @@ At each "tick", derived from the rate, the next "topic" is released. Any messages arriving on the same topic before release replace those in that position in the queue. So each "topic" gets a turn - but the most recent value is always the one sent.

+

The "timed release queue" adds messages to an array based on their msg.topic property. + At each "tick", all the latest messages are released. Any new messages arriving before release will + replace those of the same topic.