1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

19 lines
401 B
JSON
Raw Normal View History

2015-07-14 21:03:07 +01:00
{
"rbe": {
"label": {
"func": "Mode",
"name": "Name"
},
2015-07-14 22:01:08 +01:00
"placeholder":{
2015-07-14 21:03:07 +01:00
"bandgap": "e.g. 10 or 5%"
},
"opts": {
2015-07-14 22:01:08 +01:00
"rbe": "block unless value changes",
"deadband": "block unless changes by more than"
2015-07-14 21:03:07 +01:00
},
"warn": {
"nonumber": "no number found in payload"
}
}
}