mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Add CLI options
This commit is contained in:
parent
bf0ae4d8d4
commit
f9cc7dbd25
|
@ -115,20 +115,22 @@ All MQTT config options are available on iOS, iPadOS and macOS at Settings > Mod
|
||||||
|
|
||||||
:::info
|
:::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 |
|
| Setting | Acceptable Values | Default |
|
||||||
| :---------------------: | :---------------: | :-----------------: |
|
| :--------------------------: | :---------------: | :-----------------: |
|
||||||
| mqtt.enabled | `true`, `false` | `false` |
|
| mqtt.enabled | `true`, `false` | `false` |
|
||||||
| mqtt.address | `string` |`mqtt.meshtastic.org`|
|
| mqtt.address | `string` |`mqtt.meshtastic.org`|
|
||||||
| mqtt.username | `string` | `meshdev` |
|
| mqtt.username | `string` | `meshdev` |
|
||||||
| mqtt.password | `string` | `large4cats` |
|
| mqtt.password | `string` | `large4cats` |
|
||||||
| mqtt.encryption_enabled | `true`, `false` | `false` |
|
| mqtt.encryption_enabled | `true`, `false` | `false` |
|
||||||
| mqtt.json_enabled | `true`, `false` | `false` |
|
| mqtt.json_enabled | `true`, `false` | `false` |
|
||||||
| mqtt.tls_enabled | `true`, `false` | `false` |
|
| mqtt.tls_enabled | `true`, `false` | `false` |
|
||||||
| mqtt.root | `string` | |
|
| mqtt.root | `string` | |
|
||||||
|
| mqtt.proxy_to_client_enabled | `true`, `false` | `false` |
|
||||||
|
| mqtt.map_reporting_enabled | `true`, `false` | `false` |
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue