> 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-it/verifica-compatibilita/matter.md).

# Matter

Nello standard Matter, un **Cluster** rappresenta un gruppo di capacità e comportamenti del dispositivo, come accendere/spegnere una luce, regolare la luminosità, segnalare la temperatura o rilevare la presenza.\
Ogni dispositivo espone uno o più cluster, che definiscono cosa il dispositivo può fare e come comunica con un controller Matter o un Bridge Matter.

Comprendere i cluster supportati ti aiuta a determinare quali tipi di dispositivi possono essere integrati e quali funzionalità saranno disponibili all'interno di **CUBE OS**.

***

## Bridge Matter

**Cluster Matter supportati:**&#x20;

1. Unità spina On/Off
2. Luce dimmerabile
3. Luce a temperatura di colore&#x20;
4. Sensore di presenza
5. Sensore di contatto
6. Sensore di umidità
7. Sensore di temperatura
8. Interruttore generico
9. Termostato
10. Tapparella/Tendaggio (copertura per dispositivi di copertura finestra)
11. Sensore di luce
12. Allarme fumo e CO (copre sensori di fumo e monossido di carbonio)
13. Sensore di qualità dell'aria
14. Condizionatore da stanza
15. Ventilatore

***

## **Hub Matter**

**Cluster Matter supportati:**

1. Interruttori e prese (Unità spina On/Off)
2. Luci, inclusi:

* Luce dimmerabile
* Luce On/Off
* Luce a colori esteso

3. Dispositivi di tipo bridge

* Dispositivi connessi sotto un Bridge Matter, inclusi:
  * Interruttori
  * Prese
  * Tipi di luce (Luce dimmerabile, Luce On/Off, Luce a temperatura, Luce a colori esteso)


---

# 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-it/verifica-compatibilita/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.
