Updated MQTT (markdown)

This commit is contained in:
Marc Urben 2021-09-24 16:14:46 +02:00
parent 1dc81be86c
commit fdbad2f8c1
1 changed files with 3 additions and 1 deletions

View File

@ -37,4 +37,6 @@ Additionally, on light change, WLED will publish to 3 topics for MQTT clients to
- **[mqttDeviceTopic]/v**\
-> Contains XML API response (same as HTTP API)
There is support for client ID and authentication, but this is presently transmitted over an unencrypted connection, so please **do not** use the same password for other services.
There is support for client ID and authentication, but this is presently transmitted over an unencrypted connection, so please **do not** use the same password for other services.
**Attention:** The maximal length of a MQTT messages for WLED is 1024 bytes.