Age | Commit message (Collapse) | Author |
|
If a writable topic should correlate to a readable topic the new
convention is a suffix (`my/topic/set`) instead of the old prefix
(`request/my/topic`).
This keeps the alphabetical ordering the same.
|
|
|
|
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.
|
|
|
|
This reduces the HTTP endpoints and overhead.
|
|
|
|
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.
|
|
|
|
|