> For the complete documentation index, see [llms.txt](https://api.intecular.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.intecular.com/invisoutlet-pro/synchronous-updates/outlets.md).

# 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   
        ]
    }
}
```
