summaryrefslogtreecommitdiff
path: root/mqtt.go
AgeCommit message (Collapse)Author
2 daysLog MQTT disconnectxengineering
This makes connection loss visible during debugging.
2 daysSeparate MQTT logicxengineering
This reduces the coupling between the MQTT-related code and everything else to a single `tx` channel of type `MQTTMessage`. This improves the code quality significantly.