hub.device.firmware.download.progress
- Informs the UI about the progress of a firmware download.
Edit
Field | Type | Required | Description |
---|---|---|---|
checksum | string | + | Hash value of the firmware image binary. Used to check that the firmware is authentic. |
image | string | + | A link to the firmware binary/installation file. |
status | string | + | Download progress. Can be . |
progress | string | – | Percentage complete. |
Edit
{
"id": "ui_broadcast",
"msg_subclass": "hub.device.firmware.download.progress",
"result": {
"image": "image.bin",
"checksum": "checksum.bin",
"status": "in_progress",
"progress": 10
}
}