From f9cc7dbd25e5a8e41a05ff3a6d1b2db5036268b7 Mon Sep 17 00:00:00 2001 From: GUVWAF Date: Mon, 25 Mar 2024 21:12:20 +0100 Subject: [PATCH] Add CLI options --- docs/configuration/module/mqtt.mdx | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/docs/configuration/module/mqtt.mdx b/docs/configuration/module/mqtt.mdx index bcd0aa82..0979602c 100644 --- a/docs/configuration/module/mqtt.mdx +++ b/docs/configuration/module/mqtt.mdx @@ -115,20 +115,22 @@ All MQTT config options are available on iOS, iPadOS and macOS at Settings > Mod :::info -All MQTT module config options are available in the python CLI. Example commands are below: +The following configuration options are available in the Python CLI: ::: -| Setting | Acceptable Values | Default | -| :---------------------: | :---------------: | :-----------------: | -| mqtt.enabled | `true`, `false` | `false` | -| mqtt.address | `string` |`mqtt.meshtastic.org`| -| mqtt.username | `string` | `meshdev` | -| mqtt.password | `string` | `large4cats` | -| mqtt.encryption_enabled | `true`, `false` | `false` | -| mqtt.json_enabled | `true`, `false` | `false` | -| mqtt.tls_enabled | `true`, `false` | `false` | -| mqtt.root | `string` | | +| Setting | Acceptable Values | Default | +| :--------------------------: | :---------------: | :-----------------: | +| mqtt.enabled | `true`, `false` | `false` | +| mqtt.address | `string` |`mqtt.meshtastic.org`| +| mqtt.username | `string` | `meshdev` | +| mqtt.password | `string` | `large4cats` | +| mqtt.encryption_enabled | `true`, `false` | `false` | +| mqtt.json_enabled | `true`, `false` | `false` | +| mqtt.tls_enabled | `true`, `false` | `false` | +| mqtt.root | `string` | | +| mqtt.proxy_to_client_enabled | `true`, `false` | `false` | +| mqtt.map_reporting_enabled | `true`, `false` | `false` | :::tip