mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add MQTT via WebSocket communication option (#1544)
* Add MQTT via WebSocket communication option Add option in MQTT broker configuration node to enable MQTT via WebSoket comunication * MQTT over WS error correction Minimal correction of values and erase debug console.log unnecessary * original package.json Erase some changes on grunt build at package.json. Erase package-lock.json and back to the original package.json * .gitignore * .gitignore again * No tabs
This commit is contained in:
committed by
Nick O'Leary
parent
9ba011003a
commit
af5df890a5
@@ -314,6 +314,7 @@
|
||||
"keepalive": "Keep alive time (s)",
|
||||
"cleansession": "Use clean session",
|
||||
"use-tls": "Enable secure (SSL/TLS) connection",
|
||||
"use-ws": "Enable MQTT over WebSocket connection",
|
||||
"tls-config":"TLS Configuration",
|
||||
"verify-server-cert":"Verify server certificate",
|
||||
"compatmode": "Use legacy MQTT 3.1 support"
|
||||
|
Reference in New Issue
Block a user