summaryrefslogtreecommitdiff
path: root/doc/api
AgeCommit message (Collapse)Author
2025-07-30doc: api: future: Order MQTT topic by alphabetxengineering
2025-07-30doc: api: future: Remove update automationxengineering
With the change to MQTT the device will not be usable anymore without server infrastructure. This design change allows to reduce the complexity of configuration and implementation here significantly. The device only supports MQTT-triggered HTTP pull updates and the server should take care of regularly triggering this via MQTT.
2025-07-27doc: api: future: Update MQTT APIxengineering
2025-07-26doc: api: future: Introduce device info conceptxengineering
This reduces the HTTP endpoints and overhead.
2025-07-26doc: api: future: Switch to pull updatesxengineering
2025-07-24doc: api: Add README.md and flatten future.md structurexengineering
This makes it later possible to diff the planned `current.md` with the `future.md`. When the firmware is feature-complete the diff should be empty.
2025-07-24doc: api: future: Add first draftxengineering