> 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/spisok-funkcii.md).

# Список функций

Ниже приведено краткое сравнение между различными установками CUBE; они показывают только текущее состояние, а не дорожную карту. Функции на ранней стадии могут не появиться в финальной версии для всех методов установки.

<table><thead><tr><th width="74" align="center">Нет.</th><th width="152">Функция</th><th width="95" align="center">Raspberry Pi (4B/5)</th><th width="104" align="center">Виртуальная машина</th><th>Примечания</th></tr></thead><tbody><tr><td align="center">1</td><td><strong>Поддержка кластеров Zigbee</strong></td><td align="center">⚠️ <em>(требуется Zigbee-донгл)</em></td><td align="center">⚠️ <em>(требуется Zigbee-донгл)</em></td><td><p><strong>Поддерживаемые кластеры Zigbee:</strong></p><p><a href="/pages/c0ff4b72e9fa0d6f48f0932981dc9361d05986dc">Совместимость с Zigbee </a></p></td></tr><tr><td align="center">2</td><td><strong>Мост Matter</strong></td><td align="center">⚠️</td><td align="center">⚠️</td><td><p><em>Находится в стадии сертификационных испытаний, возможны проблемы на некоторых сетях Matter.</em></p><p></p><p><strong>Поддерживаемые кластеры Matter:</strong> </p><p><a href="/pages/b85b17a9d8031e564ec8f3e81810f30f705a6502">Совместимость с Matter</a></p></td></tr><tr><td align="center">3</td><td><strong>Хаб Matter</strong></td><td align="center">⚠️</td><td align="center">⚠️</td><td><p><em>Требуется целевая платформа с возможностью Bluetooth</em></p><p></p><p><strong>Поддерживаемые кластеры Matter:</strong> </p><p><a href="/pages/b85b17a9d8031e564ec8f3e81810f30f705a6502">Совместимость с Matter</a></p></td></tr><tr><td align="center">4</td><td><strong>Удалённый доступ</strong></td><td align="center">✅</td><td align="center">✅</td><td>Реализовано через PWA (прогрессивное веб-приложение). Рекомендуются Chrome и Safari.</td></tr><tr><td align="center">5</td><td><strong>Push-уведомления</strong></td><td align="center">⚠️</td><td align="center">⚠️</td><td>Доступно только через панель eWeLink CUBE CAST</td></tr><tr><td align="center">6</td><td><strong>Панели CAST</strong></td><td align="center">✅</td><td align="center">✅</td><td></td></tr><tr><td align="center">7</td><td><strong>Docker и дополнения</strong></td><td align="center">✅</td><td align="center">✅</td><td>Хранится локально на целевой платформе</td></tr><tr><td align="center">8</td><td><strong>Резервное копирование / восстановление</strong></td><td align="center">✅</td><td align="center">✅</td><td></td></tr><tr><td align="center">9</td><td><strong>Сцены (умные / ручные)</strong></td><td align="center">✅</td><td align="center">✅</td><td></td></tr><tr><td align="center">10</td><td><strong>Группы / комнаты</strong></td><td align="center">✅</td><td align="center">✅</td><td></td></tr><tr><td align="center">11</td><td><strong>Прошивка по OTA</strong></td><td align="center">✅</td><td align="center">✅</td><td>Поддерживает OTA как для CUBE, так и для субустройств Zigbee</td></tr><tr><td align="center">12</td><td><strong>Турбо-режим (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-ru/obzor-funkcii/spisok-funkcii.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.
