diff --git a/docs/settings/mqtt.mdx b/docs/settings/mqtt.mdx index 8238648f..7734578a 100644 --- a/docs/settings/mqtt.mdx +++ b/docs/settings/mqtt.mdx @@ -8,7 +8,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; :::note -This is still under development, use at your own risk. Report any bugs you see by creating an issue on the [meshtastic/Meshtastic-device](https://github.com/meshtastic/Meshtastic-device) repository. +This is still under development, use at your own risk. Report any bugs you see by creating an issue on the [meshtastic/Meshtastic-device](https://github.com/meshtastic/Meshtastic-device) repository or comment on our forum. ::: :::caution @@ -25,11 +25,13 @@ Be sure to checkout this [MQTT](/docs/software/other/mqtt) too. | Setting | Acceptable Values | Default | | :---------------------: | :---------------: | :-----: | -| mqtt.enabled | `true`, `false` | `false` | -| mqtt.encryption_enabled | `true`, `false` | `false` | -| mqtt.password | `string` | `""` | -| mqtt.server | `string` | `""` | +| downlink_enabled | `true`, `false` | `false` | +| mqtt_disabled | `true`, `false` | `false` | +| mqtt_encryption_enabled | `true`, `false` | `false` | +| mqtt_password | `string` | `""` | +| mqtt_server | `string` | `""` | | mqtt_username | `string` | `""` | +| uplink_enabled | `true`, `false` | `false` | ### downlink_enabled @@ -465,4 +467,4 @@ Configuring this setting is not yet available for the selected platform. If this ::: - + \ No newline at end of file