mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Tiny tidy up of RBE node
This commit is contained in:
@@ -34,9 +34,9 @@
|
||||
|
||||
<script type="text/x-red" data-help-name="rbe">
|
||||
<p>Report by Exception node - only passes on data if it has changed.</p>
|
||||
<p>In RBE mode this node only outputs the msg if the <b>msg.payload</b> is
|
||||
<p>In <b>RBE</b> mode this node only outputs the msg if the <b>msg.payload</b> is
|
||||
different to the previous one. Works on numbers and strings.</p>
|
||||
<p>In deadband mode the incoming payload should contain a parseable <i>number</i> and is
|
||||
<p>In <b>deadband</b> mode the incoming payload should contain a parseable <i>number</i> and is
|
||||
output only if greater than + or - the <i>band gap</i> away from the previous output.</p>
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user