# Outlets

> Updating InvisOutlet's latest outlets status.

#### Response

* <mark style="color:red;">`sn`</mark>: The serial number of the InvisOutlet.
* <mark style="color:red;">`packetID`</mark>: Represents the packet ID.
* <mark style="color:red;">`payload`</mark>:&#x20;
  * <mark style="color:red;">`callbackName`</mark> : 9
  * <mark style="color:red;">`callbackArgs`</mark> :&#x20;
    * `1` : Whether the Outlet 1 power is on or off; 1 - On, 0 - Off.
    * `2` : Whether the Outlet 2 power is on or off; 1 - On, 0 - Off.

```json
{
    "sn": 9,
    "packetID": 887880,
    "payload": {
        "callbackName": 9,
        "callbackArgs": [
            1,    
            0   
        ]
    }
}
```
