> For the complete documentation index, see [llms.txt](https://cube.ewelink.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cube.ewelink.cc/cube-os-ru/obzor-funkcii/translyaciya-paneli.md).

# Трансляция панели

Cast позволяет создавать панели управления вашими устройствами и сценами, ставить умную систему безопасности на охрану и снимать с охраны, а также получать уведомления о безопасности. На странице настроек просто перетащите значки, чтобы отсортировать ваши устройства и сцены. Установите PIN-код доступа для панели управления, чтобы предотвратить неожиданное переключение.

## **Создайте вашу панель CAST**

{% stepper %}
{% step %}
Пожалуйста, откройте CUBE OS в браузере. Нажмите в меню слева на пункт CAST.

<figure><img src="/files/0b8bcd05ece9fae4c52cf813573231eeff4e0891" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Нажмите кнопку «+», чтобы создать новую панель.
{% endstep %}

{% step %}
Введите название панели, выберите ваши устройства, ручные сцены и диаграммы.

<figure><img src="/files/4aefbe572bd7ba31612ca3402a1bbda8a6b6bd33" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
На вкладке настроек выберите нужные виджеты.

* Для пользовательского текста введите ваш текст в текстовое поле.
* Расширенные макеты плиток CAST для более гибкого опыта работы с панелью.
* Выберите фон панели.
* При необходимости установите PIN-код для панели. (Если установлен, при входе или выходе с панели потребуется ввести PIN-код.)

<figure><img src="/files/881680248c1c6c323e1c1d536c659d6e867ac9a8" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
В области предварительного просмотра перетаскивайте плитки для их расположения. Нажмите значок изменения размера, чтобы переключаться между различными размерами.

<figure><img src="/files/99971e4d3b0be5db0d5c92c377ccec493d4b47ed" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Нажмите кнопку Сохранить — панель создана.
{% endstep %}

{% step %}
Вы можете открыть CUBE по IP/cast, чтобы использовать панель в любом веб-браузере (на ПК или телефоне/планшете).

<figure><img src="/files/7f57f716f5d98aaa99f9b780cd1949c72eebe699" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://cube.ewelink.cc/cube-os-ru/obzor-funkcii/translyaciya-paneli.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.
