Merge pull request #2553 from node-red-hitachi/add-reset-to-batch-node

Add reset feature to batch node
This commit is contained in:
Nick O'Leary
2020-05-11 09:39:09 +01:00
committed by GitHub
4 changed files with 131 additions and 7 deletions

View File

@@ -39,4 +39,5 @@
<p>This node will buffer messages internally in order to work across sequences. The
runtime setting <code>nodeMessageBufferMaxLength</code> can be used to limit how many messages nodes
will buffer.</p>
<p>If a message is received with the <b>msg.reset</b> property set, the buffered messages are deleted and not sent.</p>
</script>

View File

@@ -31,4 +31,6 @@
</dl>
<h4>メッセージの蓄積</h4>
<p>このノードの処理ではメッセージ列の処理のためメッセージを内部に蓄積します<b>settings.js</b><code>nodeMessageBufferMaxLength</code></p>
<p>メッセージが<b>msg.reset</b></p>
</script>