File tree 1 file changed +16
-6
lines changed
1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,25 @@ MQTT Topic: selfupdate/currentstate
10
10
"payload": {
11
11
"softwareNodes": [
12
12
{
13
- "id": "os-image",
13
+ "id": "self-update-agent",
14
+ "version": "build-42,
15
+ "name": "OTA NG Self Update Agent",
16
+ "type": "APPLICATION"
17
+ },
18
+ {
19
+ "id": "self-update:leda-deviceimage",
14
20
"version": "1.0",
15
- "name": "System Image",
16
- "type": "IMAGE",
17
- "parameters": []
21
+ "name": "Official Leda device image",
22
+ "type": "IMAGE"
18
23
}
19
24
],
20
25
"hardwareNodes": [],
21
- "associations": []
26
+ "associations": [
27
+ {
28
+ "sourceId": "self-update-agent",
29
+ "targetId": "self-update:leda-deviceimage"
30
+ }
31
+ ]
22
32
}
23
33
}
24
34
```
@@ -104,5 +114,5 @@ Following combination of payload_status and action_status are possible:
104
114
| ------| -------------|
105
115
| activityId | Random UUID as string (needs to be taken from desiredstate message and passed back in all feedback messages) |
106
116
| timestamp | Epoch time |
107
- | version | Either current version or bundle version |
117
+ | version | Reflects version of SUA running on the device, OS version or bundle version |
108
118
| progress | Percentage value of download/install progress |
You can’t perform that action at this time.
0 commit comments