mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
6c3dbbbfbb
and narrowband mode (thanks @nlecaude for the idea)
22 lines
571 B
JSON
22 lines
571 B
JSON
{
|
|
"rbe": {
|
|
"label": {
|
|
"func": "Mode",
|
|
"start": "Start value",
|
|
"name": "Name"
|
|
},
|
|
"placeholder":{
|
|
"bandgap": "e.g. 10 or 5%",
|
|
"start": "leave blank to use first data received"
|
|
},
|
|
"opts": {
|
|
"rbe": "block unless value changes",
|
|
"deadband": "block unless value changes by more than",
|
|
"narrowband": "block if value changes by more than"
|
|
},
|
|
"warn": {
|
|
"nonumber": "no number found in payload"
|
|
}
|
|
}
|
|
}
|