add ignore first message option to rue node

This commit is contained in:
Dave Conway-Jones
2017-05-24 13:14:55 +01:00
parent 8799b1e85b
commit 76e33acae5
5 changed files with 51 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
"rbe": {
"label": {
"func": "Mode",
"init": "Send initial value",
"start": "Start value",
"name": "Name"
},
@@ -11,6 +12,7 @@
},
"opts": {
"rbe": "block unless value changes",
"rbei": "block unless value changes (ignore initial value)",
"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",