> 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/german/kompatibilitatsprufung/matter.md).

# Matter

Im Matter-Standard ist ein **Cluster** repräsentiert eine Gruppe von Gerätefähigkeiten und -verhalten, wie z. B. Licht ein/aus schalten, Helligkeit anpassen, Temperatur melden oder Belegung erfassen.\
Jedes Gerät stellt einen oder mehrere Cluster bereit, die definieren, was das Gerät tun kann und wie es mit einem Matter-Controller oder Matter-Bridge kommuniziert.

Das Verständnis der unterstützten Cluster hilft Ihnen zu bestimmen, welche Gerätetypen integriert werden können und welche Funktionen innerhalb von verfügbar sein werden **CUBE OS**.

***

## Matter Bridge

**Unterstützte Matter-Cluster:**&#x20;

1. Ein-/Ausschalt-Steckdose
2. Dimmbares Licht
3. Licht mit Farbtemperatur&#x20;
4. Belegungsmelder
5. Tür-/Fensterkontakt
6. Luftfeuchtigkeitssensor
7. Temperatursensor
8. Generischer Schalter
9. Thermostat
10. Rollo-/Jalousiesteuerung
11. Lichtsensor
12. Rauch- & CO-Alarm (deckt Rauch- und Kohlenmonoxid-Sensoren ab)
13. Luftqualitätssensor
14. Raumklimagerät
15. Ventilator

***

## **Matter-Hub**

**Unterstützte Matter-Cluster:**

1. Schalter und Steckdosen (Ein-/Ausschalt-Steckdosen)
2. Lichter, einschließlich:

* Dimmbares Licht
* Ein-/Ausschalt-Licht
* Erweitertes Farblicht

3. Bridge-Typ Geräte

* Geräte, die unter einer Matter-Bridge angeschlossen sind, einschließlich:
  * Schalter
  * Steckdosen
  * Lichttypen (dimmbares Licht, Ein-/Ausschalt-Licht, Licht mit Farbtemperatur, erweitertes Farblicht)


---

# 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/german/kompatibilitatsprufung/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.
