mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 11:03:05 +00:00
List of supported device types in repo
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
Espressif's SDK for Matter is the official Matter development framework for ESP32 series SoCs. It is built on top of the [open source Matter SDK](https://github.com/project-chip/connectedhomeip/), and provides simplified APIs, commonly used peripherals, tools and utilities for security, manufacturing and production accompanied by exhaustive documentation. It includes rich production references, aimed to simplify the development process of Matter products and enable the users to go to production in the shortest possible time.
|
||||
|
||||
|
||||
[Supported Device Types](SUPPORTED_DEVICE_TYPES.md)
|
||||
|
||||
|
||||
## Supported ESP-IDF and connectedhomeip versions
|
||||
|
||||
- This SDK currently works with [v1.1-branch](https://github.com/project-chip/connectedhomeip/tree/v1.1-branch) of connectedhomeip.
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
## Supported Device Types
|
||||
|
||||
Below are the device types supported by SDK
|
||||
|
||||
1. On/Off Light
|
||||
2. Dimmable Light
|
||||
3. Color Temperature Light
|
||||
4. Extended Color Light
|
||||
5. On/Off Switch
|
||||
6. Dimmer Switch
|
||||
7. Color Dimmer Switch
|
||||
8. Generic Switch
|
||||
9. On/Off Plugin Unit
|
||||
10. Dimmable Plugin Unit
|
||||
11. Fan
|
||||
12. Thermostat
|
||||
13. Aggregator
|
||||
14. Bridged Node
|
||||
15. Door Lock
|
||||
16. Window Covering Device
|
||||
17. Temperature Sensor
|
||||
18. Humidity Sensor
|
||||
19. Occupancy Sensor
|
||||
20. Contact Sensor
|
||||
21. Light Sensor
|
||||
22. Pressure Sensor
|
||||
23. Flow Sensor
|
||||
24. Pump
|
||||
Reference in New Issue
Block a user