mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
created mqtt setting page
This commit is contained in:
parent
ffb567d27c
commit
7a6eba8a9b
18
website/docs/settings/mqtt.md
Normal file
18
website/docs/settings/mqtt.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
id: mqtt
|
||||||
|
title: MQTT Settings
|
||||||
|
sidebar_label: MQTT
|
||||||
|
---
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Settings
|
||||||
|
|
||||||
|
| Setting | Acceptable Values | Default | Description |
|
||||||
|
| :-----: | :---------------: | :-----: | :---------: |
|
||||||
|
| mqtt_disabled | `true`, `false` | `true` | If a meshtastic node is able to reach the internet it will normally attempt to gateway any channels that are marked as is_uplink_enabled or is_downlink_enabled. But if this flag is set, all MQTT features will be disabled and no servers will be contacted. |
|
||||||
|
| mqtt_server | `string` | `""` | The server to use for our MQTT global message gateway feature. If not set, the default server will be used |
|
||||||
|
|
||||||
|
## Details
|
Loading…
Reference in a new issue