From 4672d98e8a13d8ff2f695c8cc76ec2092fff4a9a Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Mon, 12 Apr 2021 09:47:18 +0100 Subject: [PATCH] split node - add comment to info re $N being number of messages arriving --- .../@node-red/nodes/locales/en-US/sequence/17-split.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/sequence/17-split.html b/packages/node_modules/@node-red/nodes/locales/en-US/sequence/17-split.html index b0059992f..3334ec126 100644 --- a/packages/node_modules/@node-red/nodes/locales/en-US/sequence/17-split.html +++ b/packages/node_modules/@node-red/nodes/locales/en-US/sequence/17-split.html @@ -91,7 +91,7 @@
complete
-
If set, the node will append the payload, and then send the output message in its current state. +
If set, the node will append the payload, and then send the output message in its current state. If you don't wish to append the payload, delete it from the msg.

Details

@@ -150,6 +150,7 @@

By default, the reduce expression is applied in order, from the first to the last message of the sequence. It can optionally be applied in reverse order.

+

$N is the number of messages that arrive - even if they are identical.

Example: the following settings, given a sequence of numeric values, calculates the average value: