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 requestpacketID
.PUBACK
: 1 - The request is received and will be processed.
{
"sn": "0003C44076",
"packetID": 221055,
"PUBACK": 1
}
Last updated