hub.device.firmware.download.progress
- The notification about firmware download from remote link status
Edit
Field | Type | Required | Description |
---|---|---|---|
checksum | string | + | Link to firmware checksum. Don’t pass full image link here |
image | string | + | Link to firmware binary. Don’t pass full image link here |
status | string | + | Status of firmware updating: , , , |
progress | string | – | Progress of firmware updating in percents |
Edit
{
"id": "ui_broadcast",
"msg_subclass": "hub.device.firmware.download.progress",
"result": {
"image": "image.bin",
"checksum": "checksum.bin",
"status": "in_progress",
"progress": 10
}
}