| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2 days | Separate MQTT logic | xengineering | |
| 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. | |||
| 2 days | Update payload for contact states | xengineering | |
| `true` and `false` are bad values to describe a contact state. `open` and `closed` make much more sense. | |||
| 2 days | Add cache implementation | xengineering | |
| This avoids frequent MQTT messages containing the same state. | |||
