Add drop mode to range node

and include tests
This commit is contained in:
Dave Conway-Jones
2022-10-29 17:34:29 +01:00
parent 7da3773f7f
commit 4cc18c25fe
5 changed files with 33 additions and 3 deletions

View File

@@ -813,7 +813,8 @@
"scale": {
"payload": "Scale the message property",
"limit": "Scale and limit to the target range",
"wrap": "Scale and wrap within the target range"
"wrap": "Scale and wrap within the target range",
"drop": "Scale, but drop msg if outside input range"
},
"tip": "Tip: This node ONLY works with numbers.",
"errors": {