From e20b9bd8e629a64cbe873146f9b62e250c00a732 Mon Sep 17 00:00:00 2001 From: Shubham Patil Date: Wed, 7 Jun 2023 19:39:33 +0530 Subject: [PATCH] List of supported device types in repo --- README.md | 3 +++ SUPPORTED_DEVICE_TYPES.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 SUPPORTED_DEVICE_TYPES.md diff --git a/README.md b/README.md index d3ad6fc8c..a2c8345c8 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/SUPPORTED_DEVICE_TYPES.md b/SUPPORTED_DEVICE_TYPES.md new file mode 100644 index 000000000..af2a4c6be --- /dev/null +++ b/SUPPORTED_DEVICE_TYPES.md @@ -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