# Nightlight

> Updating InvisDeco's latest nightlight 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> : 15
  * <mark style="color:red;">`callbackArgs`</mark> :&#x20;
    * `1` : Whether the Nightlight power is on or off; 1 - On, 0 - Off.
    * `2` : The nightlight brightness; ranging from 0 to 100 percent.

```json
{
    "sn": "0003C44076",
    "packetID": 574436,
    "payload": {
        "callbackName": 15,   
        "callbackArgs": [
            1,    
            100    
        ]
    }
}
```
