meshtastic/website/docs/settings/mqtt.md

30 lines
787 B
Markdown
Raw Normal View History

2021-04-27 14:06:41 -07:00
---
id: mqtt
title: MQTT Settings
sidebar_label: MQTT
---
## Overview
## Settings
2021-05-03 13:15:01 -07:00
| Setting | Acceptable Values | Default |
| :-----: | :---------------: | :-----: |
| mqtt_disabled | `true`, `false` | `true` |
| mqtt_server | `string` | `""` |
### mqtt_disabled
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.
The server to use for our MQTT global message gateway feature. If not set, the default server will be used
### mqtt_server
The server to use for our MQTT global message gateway feature. If not set, the default server will be used
2021-04-27 14:06:41 -07:00
## Details
2021-05-03 15:25:24 -07:00
### CLI Examples