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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api.intecular.com/invisoutlet-pro/synchronous-updates/nightlight.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
