From e5da3cfc1869899c7c6c84ffd218d9397f89be3a Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 29 Jul 2025 22:41:39 +0200 Subject: doc: api: future: Remove update automation 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. --- doc/api/future.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/api/future.md b/doc/api/future.md index bc870b8..c2e01f7 100644 --- a/doc/api/future.md +++ b/doc/api/future.md @@ -54,13 +54,7 @@ accessed directly with its link-local address. { "hostname": "mydevice", "update": { - "url": "https://deploy.xengineering.eu/git/iot-contact/latest/", - "automation": { - "enable": false, - "hour": null, - "minute": null, - "second": null - } + "url": "https://deploy.xengineering.eu/git/iot-contact/latest/" }, "mqtt": { "broker": "mqtt://...", -- cgit v1.2.3-70-g09d2