Update mqtt.mdx

Added mentioning of uplink and downlink on channels, in case someone else doesn't notice that part while configuring mqtt.
This commit is contained in:
Samúel Þór Hjaltalín 2022-11-14 13:39:29 +00:00 committed by GitHub
parent 20408d2fd9
commit a37dc677c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ sidebar_label: MQTT
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
If your device is connected to WiFi you can enable it to forward packets along to an MQTT server. This allows users on the local mesh to communicate with users on the internet.
If your device is connected to WiFi you can enable it to forward packets along to an MQTT server. This allows users on the local mesh to communicate with users on the internet. At least one channel must be enabled as uplink and/or downlink for the MQTT module to work. See [channels](/docs/settings/config/channels#downlink-enabled)
The MQTT module config options are: Enabled, Server Address, Username, Password, Encryption Enabled and JSON Enabled. MQTT Module config uses an admin message sending a `ConfigModule.MQTT` protobuf.
@ -92,4 +92,4 @@ All MQTT module config options are available for the Web UI.
:::
</TabItem>
</Tabs>
</Tabs>