Merge pull request #1561 from node-red/add-property-select

Add property select to various core nodes
This commit is contained in:
Nick O'Leary
2018-01-23 17:06:31 +00:00
committed by GitHub
13 changed files with 206 additions and 84 deletions

View File

@@ -5,7 +5,8 @@
"topic": "Topic",
"name": "Name",
"username": "Username",
"password": "Password"
"password": "Password",
"property": "Property"
},
"status": {
"connected": "connected",
@@ -608,7 +609,7 @@
"maxout": "e.g. 255"
},
"scale": {
"payload": "Scale msg.payload",
"payload": "Scale the message property",
"limit": "Scale and limit to the target range",
"wrap": "Scale and wrap within the target range"
},