> 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-pt-br/verificacao-de-compatibilidade/matter.md).

# Matter

No padrão Matter, um **Cluster** representa um grupo de capacidades e comportamentos do dispositivo, como ligar/desligar uma luz, ajustar o brilho, reportar a temperatura ou detectar ocupação.\
Cada dispositivo expõe um ou mais clusters, que definem o que o dispositivo pode fazer e como ele se comunica com um controlador Matter ou uma Ponte Matter.

Entender os clusters suportados ajuda a determinar quais tipos de dispositivos podem ser integrados e quais recursos estarão disponíveis dentro do **CUBE OS**.

***

## Ponte Matter

**Clusters Matter suportados:**&#x20;

1. Tomada com função Liga/Desliga (On/Off Plug-in Unit)
2. Luz dimmable
3. Luz com temperatura de cor&#x20;
4. Sensor de ocupação
5. Sensor de contato
6. Sensor de umidade
7. Sensor de temperatura
8. Interruptor genérico
9. Termostato
10. Cobertura de janela (cortina/persiana)
11. Sensor de luz
12. Alarme de fumaça e CO (abrange sensores de fumaça e monóxido de carbono)
13. Sensor de qualidade do ar
14. Ar-condicionado de ambiente
15. Ventilador

***

## **Hub Matter**

**Clusters Matter suportados:**

1. Interruptores e tomadas (Unidades plug-in On/Off)
2. Luzes, incluindo:

* Luz dimmable
* Luz On/Off
* Luz com cor estendida

3. Dispositivos do tipo ponte

* Dispositivos conectados sob uma Ponte Matter, incluindo:
  * Interruptores
  * Tomadas
  * Tipos de luz (Luz dimmable, Luz On/Off, Luz de temperatura, Luz com cor estendida)


---

# 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-pt-br/verificacao-de-compatibilidade/matter.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.
