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

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