Skip to content

Commit

Permalink
doc: document the OTA process
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Remmert <[email protected]>
  • Loading branch information
jonas-rem committed Aug 1, 2024
1 parent abe69eb commit 3e9a9e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/source/architecture/django.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 3e9a9e4

Please sign in to comment.