> 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/english-zh/gong-neng-tan-suo/gong-neng-lie-biao.md).

# 功能列表

以下是不同 CUBE 安装方式的简要对比；它们仅展示当前状态，而不是路线图。处于早期阶段的功能可能并非所有安装方式的最终版本都包含。

<table><thead><tr><th width="74" align="center">编号</th><th width="152">功能</th><th width="95" align="center">树莓派 (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/a4b83d1d23baa31cbd1888512ca3a94bf259fc5e">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/053e96b96312c4fec68249e8466a6f6ac8d035c4">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>需要具备蓝牙功能的目标平台</em></p><p></p><p><strong>支持的 Matter 集群：</strong> </p><p><a href="/pages/053e96b96312c4fec68249e8466a6f6ac8d035c4">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（渐进式 Web 应用）实现。推荐使用 Chrome 和 Safari。</td></tr><tr><td align="center">5</td><td><strong>推送通知</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>支持 CUBE 及 Zigbee 子设备的 OTA</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/english-zh/gong-neng-tan-suo/gong-neng-lie-biao.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.
