|  Developer
Updated on November 24, 2021

hub.backup.create.progress

  • Sends information of the progress of a backup creation operation that was called from the UI. This is a response to a hub.backup.create command.
Edit
				
					{
    "id": "ui_broadcast",
    "msg_subclass": "hub.backup.create.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 Ezlo device.
status

Current progress of the update. Can be: ‘’, ‘’, ‘’ or ‘’.