mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Update RBE to add object compare
and narrowband mode (thanks @nlecaude for the idea)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user