Commit Graph

15 Commits

Author SHA1 Message Date
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 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
Rohit Jadhav 1ca657853d Submodule update: to 111bc80 2023-07-03 16:28:49 +05:30
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
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 aec8bd7aac esp_matter_controller: Add json_parser support for matter controller 2022-12-08 13:18:30 +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