diff --git a/function/rbe/README.md b/function/rbe/README.md index c43946ff..b2e1bd05 100644 --- a/function/rbe/README.md +++ b/function/rbe/README.md @@ -4,6 +4,10 @@ node-red-node-rbe A Node-RED node that provides provides report-by-exception (RBE) and deadband capability. +The node blocks unless the incoming value changes - RBE mode, or +changes by more than a certain amount (absolute value or percentage) - deadband +mode. + Install ------- diff --git a/function/rbe/icons/rbe.png b/function/rbe/icons/rbe.png new file mode 100644 index 00000000..52aaba97 Binary files /dev/null and b/function/rbe/icons/rbe.png differ diff --git a/function/rbe/locales/en-US/rbe.json b/function/rbe/locales/en-US/rbe.json index fda5cecd..4a714a11 100644 --- a/function/rbe/locales/en-US/rbe.json +++ b/function/rbe/locales/en-US/rbe.json @@ -2,15 +2,14 @@ "rbe": { "label": { "func": "Mode", - "bandgap": "Band gap", "name": "Name" }, - "eg":{ + "placeholder":{ "bandgap": "e.g. 10 or 5%" }, "opts": { - "rbe": "RBE - report if value changed", - "deadband": "Deadband - report if changed more than", + "rbe": "block unless value changes", + "deadband": "block unless changes by more than" }, "warn": { "nonumber": "no number found in payload" diff --git a/function/rbe/package.json b/function/rbe/package.json index e9a86991..ea94fc17 100644 --- a/function/rbe/package.json +++ b/function/rbe/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-rbe", - "version" : "0.0.7", + "version" : "0.1.0", "description" : "A Node-RED node that provides report-by-exception (RBE) and deadband capability.", "dependencies" : { }, diff --git a/function/rbe/rbe.html b/function/rbe/rbe.html index c8fa4b4f..7ecb3721 100644 --- a/function/rbe/rbe.html +++ b/function/rbe/rbe.html @@ -19,12 +19,12 @@
- - + +