mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
add greater and greater or equal modes to RBE bandgap mode
This commit is contained in:
@@ -11,8 +11,10 @@
|
||||
},
|
||||
"opts": {
|
||||
"rbe": "block unless value changes",
|
||||
"deadband": "block unless value changes by more than",
|
||||
"narrowband": "block if value changes by more than",
|
||||
"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",
|
||||
"in": "compared to last input value",
|
||||
"out": "compared to last valid output value"
|
||||
},
|
||||
|
Reference in New Issue
Block a user