> For the complete documentation index, see [llms.txt](https://docs.efento.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.efento.io/efento-ble-loggers/using-loggers/special-settings-by-sensor-type/light-sensor.md).

# Light sensor

The  Light Sensor parameters allow you to adjust how the device interprets light levels based on the type of window or cover used in the installation. These settings ensure that the sensor provides accurate readings even when light is partially blocked or filtered. Use these options only when the physical installation conditions differ from the default configuration.

| Attenuation Factor | Specifies the light-reduction factor of the window or cover placed over the sensor. The entered value should be the actual factor multiplied by 1000. **This parameter is preset for the standard Efento cover and should be changed only if a different cover type is used.** | Range: 0 to 100,000. |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------- |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.efento.io/efento-ble-loggers/using-loggers/special-settings-by-sensor-type/light-sensor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
