add msg. select to range and yaml nodes,

re-order son node (name to bottom)
add common.label.property to messages list
This commit is contained in:
Dave Conway-Jones
2018-01-16 10:59:44 +00:00
parent 543a2b9dc7
commit a11a279c00
6 changed files with 50 additions and 23 deletions

View File

@@ -5,7 +5,8 @@
"topic": "Topic",
"name": "Name",
"username": "Username",
"password": "Password"
"password": "Password",
"property": "Property"
},
"status": {
"connected": "connected",
@@ -602,7 +603,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"
},