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 @@
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.