{% load custom_tags_and_filters %}
Configure the MQTT broker connection for publishing NEMO events. Only one MQTT configuration is supported.
| Topic | Status | QoS | Sent At |
|---|---|---|---|
| {{ message.topic }} | {% if message.success %} Success {% else %} Failed {% endif %} | {{ message.qos }} | {{ message.sent_at|date:"M d, Y H:i:s" }} |
No recent MQTT messages found.
{% endif %}