Perform OTA Update
[TCP/WebSocket<-->IM]
Performing updates to the latest firmware for either InvisOutlet or InvisDeco.
Request
packetID
: Represents the ID of the packet. This can be any six digit number, no leading zeros.payload
:callbackName
: 21callbackArgs
:0
: Specifies which device to update; 1 - InvisOutlet, 2 - InvisDeco.1
: Specifies which method to update InvisDeco; 0 - via Wi-Fi, 1 - via InvisOutlet
{
"packetID": 414883,
"payload":
{
"callbackName": 21,
"callbackArgs": [1,0]
}
}
Response
sn
: The serial number of the InvisOutlet.packetID
: Represents the ID of the packet based on requestpacketID
.PUBACK
: If the request is successfully processed; 1 - Update will be performed, 0 - Update failed to initialize (may due to the current device running firmware version is already up to date).
{
"sn": "0003C44076",
"packetID": 414883,
"PUBACK": 1
}
Last updated