Commit Graph

9 Commits

Author SHA1 Message Date
Sayon Deep a85e648d76 Fix/attribute cb in esp matter controller cluster 2023-11-29 11:51:34 +08:00
WanqQixiang 2a2122e9e5 controller: add matter controller cluster 2023-09-06 12:31:57 +08:00
WanqQixiang 5b28ebd931 Controller: Pass remote node id to the report callbacks of read/subscribe commands 2023-08-09 19:07:41 +08:00
WanqQixiang d9f0c11a23 controller: Add attribute and event report callback for read and subscribe command
Closes: https://github.com/espressif/esp-matter/issues/411
2023-06-08 19:37:44 +08:00
WanqQixiang 7b2912a9e5 submodule: Update connectedhomeip submodule to bc8c9ece1 to support ESP32-C6 and ESP32-H2-MP
docs: Add details for esp32h2, esp32c2, and esp32c6
2023-03-23 21:10:37 +08:00
Shu Chen c70010a70d Merge branch 'controller/input_hex_dec' into 'main'
controller: Allows Hexadecimal and Decimal parameters input

See merge request app-frameworks/esp-matter!245
2023-01-18 10:18:36 +08:00
WanqQixiang 9b7d0fb9b7 controller: Allows Hexadecimal and Decimal parameters input 2022-12-21 14:49:17 +08:00
WanqQixiang 00412aa3cb Controller: Make the commissioner feature optional 2022-12-12 19:18:40 +08:00
WanqQixiang 27976aeb94 Add controller example and esp_matter_controller component
-Add cluster command feature (on_off, level_control, color_control)

  -Add reading attributes/events features

  -Add writing attributes feature (on_off, level_control, color_control)

  -Add subscribing attributes/events and shutdowning subscription features
2022-11-18 19:27:06 +08:00