From 3e9a9e4c429e39f479534f540342dbff3730bc77 Mon Sep 17 00:00:00 2001 From: Jonas Remmert Date: Wed, 31 Jul 2024 22:18:53 +0200 Subject: [PATCH] doc: document the OTA process Signed-off-by: Jonas Remmert --- doc/source/architecture/django.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/architecture/django.rst b/doc/source/architecture/django.rst index 5cb7ee62..7f1cf105 100644 --- a/doc/source/architecture/django.rst +++ b/doc/source/architecture/django.rst @@ -116,3 +116,9 @@ the Django app that contains the application logic. of the file, a URL from where the device can retrieve the firmware, and timestamps for tracking when each firmware record was created and last updated. + + FirmwareUpdate + keeps track of the execution of firmware updates for each endpoint. It adds + references to the two required resources from server to endpoint (Send URI, + execute Update). Furthermore it adds a field for the State and the Result + of an update.