Update RBE to add object compare

and narrowband mode (thanks @nlecaude for the idea)
This commit is contained in:
Dave Conway-Jones
2016-02-02 13:39:37 +00:00
parent ed4b6b18ec
commit 6c3dbbbfbb
5 changed files with 101 additions and 22 deletions

View File

@@ -2,14 +2,17 @@
"rbe": {
"label": {
"func": "Mode",
"start": "Start value",
"name": "Name"
},
"placeholder":{
"bandgap": "e.g. 10 or 5%"
"bandgap": "e.g. 10 or 5%",
"start": "leave blank to use first data received"
},
"opts": {
"rbe": "block unless value changes",
"deadband": "block unless changes by more than"
"deadband": "block unless value changes by more than",
"narrowband": "block if value changes by more than"
},
"warn": {
"nonumber": "no number found in payload"