mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-13 15:01:19 -08:00
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:
parent
20408d2fd9
commit
a37dc677c7
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue