From ac2bf04a47c598267893fa9b1b207343fe8a12fb Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Wed, 16 Apr 2025 20:57:42 +0200 Subject: [PATCH] . --- docs/MQTT-API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/MQTT-API.md b/docs/MQTT-API.md index a6fe92e..5a62c06 100644 --- a/docs/MQTT-API.md +++ b/docs/MQTT-API.md @@ -7,6 +7,7 @@ The device is capable to register to a MQTT broker to publish data and subscribe The MQTT service has to be enabled and configured properly in the device configuration via web interface (`Settings` -> `Configuration` -> section `MQTT`) The following parameters have to be defined: + * URI * MainTopic (optional, if not set, the hostname is used) * ClientID (optional, if not set, `AIOTED-` + the MAC address gets used to make sure the ID is unique)