hub.backup.restore.progress
- Sends information of the progress of a restore backup operation that was called from the UI. This is a response to a hub.backup.restore command.
Edit
{
"id": "ui_broadcast",
"msg_subclass": "hub.backup.restore.progress",
"result": {
"completed": "0%",
"error": null,
"operationId": "_ID_",
"serial": "_SERIAL_",
"status": "started"
}
}
Edit
Field | Description |
---|---|
completed | Percentage complete |
error | Displays any errors that occurred, if any. |
operationId | Identity of the message. |
serial | Serial number of the device. |
status |
Current progress of the update. Can be: ‘’, ‘’, ‘’ or ‘’. |