esp_matter: Data model fixes

- Removed color_dimmable_light
- Fixed identify cluster for switch
- Fixed basic cluster on all endpoints
- Passing NULL config for client clusters
This commit is contained in:
Chirag Atal
2022-06-02 11:48:32 +05:30
parent e3df95bf63
commit 533ab129ee
8 changed files with 218 additions and 188 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Zap Light
This example creates a Color Dimmable Light device using the Zap
This example creates a Color Temperature Light device using the Zap
data model instead of the ESP Matter data model.
See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html) for more information about building and flashing the firmware.