mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Let rbe node compare to previous input OR output
closes #192 and #193 Also update info and test.
This commit is contained in:
@@ -12,7 +12,9 @@
|
||||
"opts": {
|
||||
"rbe": "block unless value changes",
|
||||
"deadband": "block unless value changes by more than",
|
||||
"narrowband": "block if value changes by more than"
|
||||
"narrowband": "block if value changes by more than",
|
||||
"in": "compared to last input value",
|
||||
"out": "compared to last valid output value"
|
||||
},
|
||||
"warn": {
|
||||
"nonumber": "no number found in payload"
|
||||
|
Reference in New Issue
Block a user