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",

View File

@@ -361,7 +361,8 @@
"retain": "保持",
"output": {
"buffer": "バイナリバッファ",
"string": "文字列"
"string": "文字列",
"base64": "Base64文字列"
},
"true": "する",
"false": "しない",

View File

@@ -345,7 +345,8 @@
"retain": "保留",
"output": {
"buffer": "Buffer",
"string": "字符串"
"string": "字符串",
"base64": "Base64编码字符串"
},
"true": "是",
"false": "否",