node-red-nodes/function/rbe/locales/en-US/rbe.json

19 lines
401 B
JSON
Raw Normal View History

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