2015-07-14 22:03:07 +02:00
|
|
|
{
|
|
|
|
"rbe": {
|
2018-03-30 15:50:51 +02:00
|
|
|
"rbe": "rbe",
|
2015-07-14 22:03:07 +02:00
|
|
|
"label": {
|
|
|
|
"func": "Mode",
|
2017-05-24 14:14:55 +02:00
|
|
|
"init": "Send initial value",
|
2016-02-02 14:39:37 +01:00
|
|
|
"start": "Start value",
|
2015-07-14 22:03:07 +02:00
|
|
|
"name": "Name"
|
|
|
|
},
|
2015-07-14 23:01:08 +02:00
|
|
|
"placeholder":{
|
2016-02-02 14:39:37 +01:00
|
|
|
"bandgap": "e.g. 10 or 5%",
|
|
|
|
"start": "leave blank to use first data received"
|
2015-07-14 22:03:07 +02:00
|
|
|
},
|
|
|
|
"opts": {
|
2015-07-14 23:01:08 +02:00
|
|
|
"rbe": "block unless value changes",
|
2017-05-24 14:14:55 +02:00
|
|
|
"rbei": "block unless value changes (ignore initial value)",
|
2017-04-14 22:38:42 +02:00
|
|
|
"deadband": "block unless value change is greater than",
|
|
|
|
"deadbandEq": "block unless value change is greater or equal to",
|
|
|
|
"narrowband": "block if value change is greater than",
|
|
|
|
"narrowbandEq": "block if value change is greater or equal to",
|
2016-03-21 01:01:50 +01:00
|
|
|
"in": "compared to last input value",
|
|
|
|
"out": "compared to last valid output value"
|
2015-07-14 22:03:07 +02:00
|
|
|
},
|
|
|
|
"warn": {
|
|
|
|
"nonumber": "no number found in payload"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|