Skip to content

Introduction

API Version: 1.0.0-beta.9

MQTT Version: 3.1.1

When enabled, the gateway will establish a connection to the MQTT broker. The client ID used will be the BLE MAC address in uppercase.

To send a command to gateway, publish to the following topic:

  • meshtech/diagnostics/{gateway}/command/{command-path}

{gateway} is the gateway MAC address in lowercase

{command-path} is the command

The gateway will then respond to the command on the following topic:

  • meshtech/diagnostics/{gateway}/response/{command-path}

The command and response payloads are JSON objects and can vary depending on the specific command.

Gateway can send commands to the server, described in Server Commands section. An backend implementation should be able to respond to these commands.