From a3310bb24c64ebb1706bd08d051e0540ba4a5858 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 31 Aug 2022 08:13:28 -0700 Subject: [PATCH] Add MQTT Module config page --- docs/settings/mqtt.mdx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/settings/mqtt.mdx b/docs/settings/mqtt.mdx index 9a66099d..8238648f 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 or comment on our forum. +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. ::: :::caution @@ -25,13 +25,11 @@ Be sure to checkout this [MQTT](/docs/software/other/mqtt) too. | Setting | Acceptable Values | Default | | :---------------------: | :---------------: | :-----: | -| downlink_enabled | `true`, `false` | `false` | -| mqtt_disabled | `true`, `false` | `false` | -| mqtt_encryption_enabled | `true`, `false` | `false` | -| mqtt_password | `string` | `""` | -| mqtt_server | `string` | `""` | +| mqtt.enabled | `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