mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
20 lines
436 B
JSON
20 lines
436 B
JSON
|
{
|
||
|
"rbe": {
|
||
|
"label": {
|
||
|
"func": "Mode",
|
||
|
"bandgap": "Band gap",
|
||
|
"name": "Name"
|
||
|
},
|
||
|
"eg":{
|
||
|
"bandgap": "e.g. 10 or 5%"
|
||
|
},
|
||
|
"opts": {
|
||
|
"rbe": "RBE - report if value changed",
|
||
|
"deadband": "Deadband - report if changed more than",
|
||
|
},
|
||
|
"warn": {
|
||
|
"nonumber": "no number found in payload"
|
||
|
}
|
||
|
}
|
||
|
}
|