Restart InvisDeco

[TCP/WebSocket<-->IM]

Perform a restart of the InvisDeco device.

Request

  • packetID: Represents the ID of the packet. This can be any six digit number, no leading zeros.

  • payload:

    • callbackName: 24

{
    "packetID": 221054,
    "payload":
    {
        "callbackName": 24
    }
}

Response

The InvisDeco device will blink for 3 seconds and reboot.

  • sn: The serial number of the InvisOutlet.

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

  • PUBACK : 1 - The request is received and will be processed.

{
    "sn": "0003C44076",
    "packetID": 221054,
    "PUBACK": 1
}

Last updated