# Lights

## Relay Lights

Relay lights allow for simple on and off switching, and a simple *tap* on them allows to change their state.

{% hint style="info" %}
Adjusting brightness is possible only with dimmable or RGB lights.
{% endhint %}

## Dimmable Lights

All lights that allow brightness adjustment are dimmable.

To turn dimmable lights on and off, a simple *tap* is enough, just like with regular lights. To adjust the brightness (from 1 to 100%), a long press on the light is required. The screen below displays the slider for setting the light intensity.

![](/files/f5kPDFpK1wSMJS8DuGqx)

{% hint style="info" %}
The minimum adjustable brightness level is 1%, while to completely turn off the light, it requires a *tap* on it. Upon turning on, the light will restore to its previous state.
{% endhint %}

## RGB Lights

RGB lights are those that allow you to set a color. There are also RGBW lights, which include white adjustment, allowing for brighter colors.

Just like with dimmable lights, RGB lights require only a *tap* to turn on/off, while a long press is needed to adjust the color.

To change the color, you need to drag the cursor over the color wheel or click directly on the desired point. You can also adjust the color intensity by moving the slider on the bar below.

![](https://www.ohmautomation.io/image/how_to_rgb_1.png)

If the light in question also has a white setting (in the case of RGBW), you can turn the white on/off by clicking the **Set White** button, while a long press will open the window for setting the brightness (similar to dimmable lights).

![](https://www.ohmautomation.io/image/how_to_rgb_2.png)

To adjust the white brightness, simply move your finger on the dedicated slider.

![](https://www.ohmautomation.io/image/how_to_rgb_3.png)

### Favorite Colors

![Save Favorite](https://www.ohmautomation.io/image/how_to_rgb_favorites_1.jpg)

By clicking the `+` button, you can add the selected color to your favorites, creating a quickly accessible color palette.

{% hint style="info" %}
You can access your saved favorites by pressing the button with a star icon.
{% endhint %}


---

# 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://docs.ohmautomation.io/en/ios/guide/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.
