Skip to content

MQTT API

Introduction

This document describes the MQTT API in use for communication between PTO and PTA.

Versioning

The documentation below follows Semantic Versioning 2.0.0

Increment Description
MAJOR Indicates incompatible API changes.
MINOR Indicates addition of functionality in a backwards-compatible manner.
PATCH Indicates backwards-compatible bug fixes. (typos etc.)

Example: v2.3.1

To see additional information in relation to the API specifications, please visit:

Resources

MQTT API Documentation