Reset InvisDeco

[TCP/WebSocket<-->IM]

Perform a reset of the InvisDeco device.

This will clear all air quality calibration data.

Request

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

  • payload:

    • callbackName: 25

{
    "packetID": 221055,
    "payload":
    {
        "callbackName": 25
    }
}

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": 221055,
    "PUBACK": 1
}

If your air quality index (and related) metrics are not accurate, or the InvisDeco has been switched from one place to another, please perform this action (Reset InvisDeco) to clear and start calibration from fresh.

Last updated