For the complete documentation index, see llms.txt. This page is also available as Markdown.

OTA Download Progress (Synchronous)

[InvisOutlet -> TCP/WebSocket]

Reports OTA firmware download progress for InvisOutlet or InvisDeco.

Response

  • sn: InvisOutlet serial number.

  • packetID: A newly generated packet ID for this synchronous update.

  • payload:

    • callbackName: 22

    • callbackArgs :

      • 1 : Device being updated; 1 - InvisOutlet, 2 - InvisDeco, 3 - InvisOutlet WWW (revA only)

      • 2 : Download progress; 0 - 100%.

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

Last updated