OTA Download Progress (Synchronous)

[InvisOutlet -> TCP/WebSocket]

Updating device's OTA firmware download progress.

Response

  • sn: The serial number of the InvisOutlet.

  • packetID: Represents the ID of the packet based on request packetID.

  • payload:

    • callbackName : 22

    • callbackArgs :

      • 1 : 1 - InvisOutlet, 2 - InvisDeco, 3 - InvisOutlet (WWW partition)

      • 2 : The percentage of download progress; 0 - 100%

{
    "sn": "0003D44076",
    "packetID": 301552,
    "payload": {
        "callbackName": 22,
        "callbackArgs": [
            1,
            90
        ]
    }
}

Last updated