# Handle\_Lights

## `THERMOKON_NOVOS_TOUCH_V2.Handle_Lights` (METH)

`METHOD` Handle\_Lights

InOut:

| Scope | Name                  | Type   | Comment                                                                                         |
| ----- | --------------------- | ------ | ----------------------------------------------------------------------------------------------- |
| Input | `wLightNumber`        | `WORD` | Nummer der aktuellen Beleuchtung \[ 1 .. 8 ]                                                    |
| Input | `xLightIn`            | `BOOL` | <p>Aktueller Zustand des Eingangs zur Umschaltung des Lichts (<br>= xLight\_X)</p>              |
| Input | `rBrightLightIn`      | `REAL` | <p>Aktueller Zustand des Eingangs für die Helligkeit der<br>Beleuchtung (= rBrightLight\_X)</p> |
| Input | `xLightFb`            | `BOOL` | Aktueller Zustand des Lichts (= xLight\_X\_Fb)                                                  |
| Input | `rBrightLightFb`      | `REAL` | <p>Aktueller Zustand der Helligkeit der Beleuchtung (=<br>rBrightLight\_X\_Fb)</p>              |
| Input | `xDimmingLightIn`     | `BOOL` | <p>Festlegung der Dimmfähigkeit aller Beleuchtungskreise (<br>FALSE = nicht dimmfähig)</p>      |
| Input | `xCenSwitchLightsOn`  | `BOOL` | Eingang zur zentralen Aktivierung der Beleuchtung                                               |
| Input | `xCenSwitchLightsOff` | `BOOL` | Eingang zur zentralen Deaktivierung der Beleuchtung                                             |


---

# 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://support.powerio.com/hub/codesys-hvac/hvac-modbus-library/functionblocks/thermokon/thermokon_novos_touch_v2/handle_lights.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.
