Add output type to mqtt node

Fixes #1912
This commit is contained in:
Arnaud Durand
2018-10-11 21:22:44 +02:00
committed by DurandA
parent 673a6bbe2c
commit 84a6a5235e
5 changed files with 28 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,10 @@
"connect-failed": "Connection failed to broker: __broker__"
},
"retain": "Retain",
"output": {
"buffer": "a Buffer",
"string": "a String"
},
"true": "true",
"false": "false",
"tip": "Tip: Leave topic, qos or retain blank if you want to set them via msg properties.",