mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Merge pull request #1561 from node-red/add-property-select
Add property select to various core nodes
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user