From 1a7868159a4b7f3a2cceaf4c6803b145778e56af Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Tue, 25 Sep 2018 08:43:53 +0100 Subject: [PATCH] Split/join - add msg.reset to info panel --- packages/node_modules/@node-red/nodes/core/logic/17-split.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/node_modules/@node-red/nodes/core/logic/17-split.html b/packages/node_modules/@node-red/nodes/core/logic/17-split.html index fccb8c0d0..86b0223b9 100644 --- a/packages/node_modules/@node-red/nodes/core/logic/17-split.html +++ b/packages/node_modules/@node-red/nodes/core/logic/17-split.html @@ -297,6 +297,8 @@

A timeout can be set to trigger sending the new message using whatever has been received so far.

If a message is received with the msg.complete property set, the output message is finalised and sent. This resets any part counts.

+

If a message is received with the msg.reset property set, the partly complete message is deleted and not sent. + This resets any part counts.

Reduce Sequence mode

When configured to join in reduce mode, an expression is applied to each