From b44e70115b5e13c7ee7b20d72843f6c9a7d4aecf Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 26 May 2017 14:27:53 +0100 Subject: [PATCH] Delay/Range node help tidy up --- nodes/core/core/89-delay.html | 3 +++ nodes/core/logic/16-range.html | 11 ++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/nodes/core/core/89-delay.html b/nodes/core/core/89-delay.html index 2e59642c4..d64207517 100644 --- a/nodes/core/core/89-delay.html +++ b/nodes/core/core/89-delay.html @@ -106,6 +106,9 @@
Sets the delay, in milliseconds, to be applied to the message. This option only applies if the node is configured to allow the message to provide the delay interval.
+
reset
+
If the received message has this property set to any value, all + outstanding messages held by the node are cleared without being sent.

Details

When configured to delay messages, the delay interval can be a fixed value diff --git a/nodes/core/logic/16-range.html b/nodes/core/logic/16-range.html index fd468353e..321bec7e4 100644 --- a/nodes/core/logic/16-range.html +++ b/nodes/core/logic/16-range.html @@ -33,24 +33,25 @@