Base MQTT messages
Uplink
The Uplink messages common to all MQTT connectors.
Topic |
Description |
|---|---|
{prefix}/server/status |
Status of the LEAPS Server.
Refer to leaps_api.server_status.
Example: {
"state":"CONNECTED","version":"2.2.8"
}
|
Downlink
The Downlink messages accepted by all MQTT connectors.
Topic |
Description |
|---|---|
{prefix}/server/request |
Request to the LEAPS Server.
Refer to leaps_api.server_request.
Example: {
"request":"PUBLISH_ALL_TOPICS"
}
|