> 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/lista-de-funciones.md).

# Lista de funciones

Aquí hay una comparación rápida entre diferentes instalaciones de CUBE; solo presentan el estado actual en lugar de una hoja de ruta. Las funciones en etapa temprana pueden no llegar todas a la versión final para todos los métodos de instalación.

<table><thead><tr><th width="74" align="center">No.</th><th width="152">Característica</th><th width="95" align="center">Raspberry Pi (4B/5)</th><th width="104" align="center">Máquina Virtual</th><th>Notas</th></tr></thead><tbody><tr><td align="center">1</td><td><strong>Soporte de Clúster Zigbee</strong></td><td align="center">⚠️ <em>(se necesita dongle Zigbee)</em></td><td align="center">⚠️ <em>(se necesita dongle Zigbee)</em></td><td><p><strong>Clústeres Zigbee compatibles:</strong></p><p><a href="/pages/0560eb575a7e472ac9fea8a914fdf527917aa165">Compatibilidad Zigbee </a></p></td></tr><tr><td align="center">2</td><td><strong>Puente Matter</strong></td><td align="center">⚠️</td><td align="center">⚠️</td><td><p><em>En pruebas de certificación, puede encontrar problemas en algunas redes (fabrics) Matter.</em></p><p></p><p><strong>Clústeres Matter compatibles:</strong> </p><p><a href="/pages/8f6e4558664b4b1a41f633075454e7e48ad22a0b">Compatibilidad Matter</a></p></td></tr><tr><td align="center">3</td><td><strong>Hub Matter</strong></td><td align="center">⚠️</td><td align="center">⚠️</td><td><p><em>Requiere plataforma objetivo con capacidad Bluetooth</em></p><p></p><p><strong>Clústeres Matter compatibles:</strong> </p><p><a href="/pages/8f6e4558664b4b1a41f633075454e7e48ad22a0b">Compatibilidad Matter</a></p></td></tr><tr><td align="center">4</td><td><strong>Acceso Remoto</strong></td><td align="center">✅</td><td align="center">✅</td><td>Implementado vía PWA (Aplicación Web Progresiva). Se recomiendan Chrome y Safari.</td></tr><tr><td align="center">5</td><td><strong>Notificaciones Push</strong></td><td align="center">⚠️</td><td align="center">⚠️</td><td>Disponible solo a través del panel eWeLink CUBE CAST</td></tr><tr><td align="center">6</td><td><strong>Paneles CAST</strong></td><td align="center">✅</td><td align="center">✅</td><td></td></tr><tr><td align="center">7</td><td><strong>Docker y Complementos</strong></td><td align="center">✅</td><td align="center">✅</td><td>Almacenado localmente en la plataforma objetivo</td></tr><tr><td align="center">8</td><td><strong>Copia de seguridad / Restauración</strong></td><td align="center">✅</td><td align="center">✅</td><td></td></tr><tr><td align="center">9</td><td><strong>Escenas (Inteligentes / Manuales)</strong></td><td align="center">✅</td><td align="center">✅</td><td></td></tr><tr><td align="center">10</td><td><strong>Grupos / Habitaciones</strong></td><td align="center">✅</td><td align="center">✅</td><td></td></tr><tr><td align="center">11</td><td><strong>Firmware OTA</strong></td><td align="center">✅</td><td align="center">✅</td><td>Admite OTA tanto para CUBE como para subdispositivos Zigbee</td></tr><tr><td align="center">12</td><td><strong>Modo Turbo (Zigbee)</strong></td><td align="center">✅</td><td align="center">✅</td><td></td></tr></tbody></table>


---

# 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/lista-de-funciones.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.
