MQTT

Learn how to configure a MQTT Endpoint

This page needs to be improved/might be out of date! Raise a PR if you feel like adding a few details or totally revamping it.

How to configure:

connectionEndpoints:
   - type: mqtt
    options:
        # port for the mqtt server
        port: 1883
        # host for the mqtt server
        host: 0.0.0.0
        # timeout for idle devices
        idleTimeout: 60000