Add auto-detect and base64 output to mqtt node

Fixes #1912
This commit is contained in:
DurandA
2018-10-29 15:10:04 +01:00
parent 84a6a5235e
commit e6466c3c3a
5 changed files with 20 additions and 6 deletions

View File

@@ -361,7 +361,9 @@
"retain": "Retain",
"output": {
"buffer": "a Buffer",
"string": "a String"
"string": "a String",
"base64": "a Base64 encoded string",
"auto": "auto-detect"
},
"true": "true",
"false": "false",