Tiny tidy up of RBE node

This commit is contained in:
dceejay
2015-02-14 17:56:29 +00:00
parent ba557b93c1
commit 7338a17991
4 changed files with 13 additions and 9 deletions

View File

@@ -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>