Merge branch 'pr_1947' into dev

This commit is contained in:
Nick O'Leary
2018-10-29 21:49:43 +00:00
5 changed files with 42 additions and 1 deletions

View File

@@ -324,6 +324,7 @@
"label": {
"broker": "Server",
"example": "e.g. localhost",
"output": "Output",
"qos": "QoS",
"retain": "Retain",
"clientid": "Client ID",
@@ -358,6 +359,12 @@
"connect-failed": "Connection failed to broker: __broker__"
},
"retain": "Retain",
"output": {
"buffer": "a Buffer",
"string": "a String",
"base64": "a Base64 encoded string",
"auto": "auto-detect"
},
"true": "true",
"false": "false",
"tip": "Tip: Leave topic, qos or retain blank if you want to set them via msg properties.",