Commit Graph

19 Commits

Author SHA1 Message Date
liyashuai 77d0c849d1 fix build error for submodule update to 1.3-sve 2024-02-27 12:21:28 +08:00
WanqQixiang bddd76f784 client: Add custom commands send APIs and switch the command send of controller to the new APIs
doc: Add command data field json string format

controller: add write attribute command for custom cluster
2024-01-10 19:18:33 +08:00
WanqQixiang 0e8dcb9c60 Update connectedhomeip submodule to 8e3d98c039 2023-12-15 15:24:54 +08:00
WanqQixiang 2f916c8224 controller: Add administrator commissioning commands 2023-09-15 17:58:08 +08:00
WanqQixiang 616ba8732c controller: Add support for Identify, Scenes, Thermostat, and DoorLock cluster 2023-09-13 11:06:33 +08:00
Shu Chen c619ce5a6f Merge branch 'controller/unsupported_handler' into 'main'
controller: Provide APIs to send the unsupported commands and write the unsupported attributes

See merge request app-frameworks/esp-matter!489
2023-09-12 20:17:29 +08:00
Shu Chen 289dc9d23f Merge branch 'controller/support_more_clusters' into 'main'
controller: Add support for clusters of occupancy_sensing, wind_covering, and...

See merge request app-frameworks/esp-matter!483
2023-09-12 20:14:46 +08:00
WanqQixiang 1f0e2cff1b controller: Provide APIs to send the unsupported commands and write the unsupported attributes 2023-09-08 17:52:42 +08:00
chendejin 887323024c controller: Add support for clusters of occupancy_sensing, wind_covering, and thermost_userinterface_configuration 2023-09-06 16:57:13 +08:00
WanqQixiang 2a2122e9e5 controller: add matter controller cluster 2023-09-06 12:31:57 +08:00
WanqQixiang 10b5fd22f6 controller: Fix errors when disabling commissioner 2023-04-17 17:17:54 +08:00
Shu Chen f2e77d239e Merge branch 'support-c6-h2' into 'main'
Add support for ESP32-C2, ESP32-C6 and ESP32-H2-MP

See merge request app-frameworks/esp-matter!319
2023-03-24 15:30:52 +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
PSONALl c8babee85a Add support of dynamic memory allocation strategies 2023-03-15 17:54:44 +05:30
WanqQixiang 0890dbc8d9 controller: Add groupsettings command
controller: Add invoking commands and writing attributes commands for group_key_management cluster

controller: Add invoking commands for groups cluster
2023-02-23 15:52:42 +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