> 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-es/exploracion-de-funciones/panel-de-transmision.md).

# Panel de transmisión

Cast te permite crear paneles de tus dispositivos y escenas, armar y desarmar la seguridad inteligente, y recibir tus notificaciones de seguridad. En la página de configuración, simplemente arrastra y suelta los íconos para ordenar tus dispositivos y escenas. Establece un código PIN de acceso para el panel para evitar cambios inesperados.

## **Crea tu panel CAST**

{% stepper %}
{% step %}
Por favor visita CUBE OS mediante el navegador. Haz clic en el menú CAST en el lado izquierdo.

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

{% step %}
Haz clic en el botón '+' para crear un nuevo panel.
{% endstep %}

{% step %}
Introduce un nombre para el panel, selecciona tus dispositivos, escenas manuales y gráficos.

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

{% step %}
En la pestaña de configuración, selecciona los widgets que necesitas.

* Para el texto personalizado, introduce tu texto en el cuadro de texto.
* Diseños ampliados de panel CAST para una experiencia de panel más flexible.
* Selecciona un color de fondo para el panel.
* Establece un código PIN para el panel si es necesario. (Si se establece, cuando entres o salgas del panel, necesitarás introducir el código PIN.)

<figure><img src="/files/3f43582ce4a0a2e74b91e7c209045bac5259af50" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
En el área de vista previa, arrastra y suelta las fichas para ordenarlas. Y haz clic en el ícono de cambiar tamaño para alternar entre diferentes tamaños.

<figure><img src="/files/1d26ad0df19c7f50b0d74f233e2956533c59af18" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Haz clic en el botón Guardar y el panel se crea.
{% endstep %}

{% step %}
Puedes visitar la IP de CUBE/cast para usar el panel en cualquier navegador web (en PC o teléfono/tableta).

<figure><img src="/files/ad08d111bab925f9b5ea2d3502b607c97cf9eed5" 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-es/exploracion-de-funciones/panel-de-transmision.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.
