Commit Graph

20 Commits

Author SHA1 Message Date
Shu Chen d12e76db15 Merge branch 'add_client_interaction_apis' into 'main'
Add client interaction APIs for interaction actions

Closes CON-1142

See merge request app-frameworks/esp-matter!673
2024-06-07 17:29:51 +08:00
Pavel Borcin 536ea2956c change light_switch example to use bsp, remove unused esp32s3 defaults 2024-06-04 16:36:46 +02:00
WanqQixiang 5003ab8bae Use common APIs for all the client examples 2024-05-11 14:32:00 +08:00
WanqQixiang 1f3490c303 change client command_handle to client request_handle 2024-05-09 12:31:39 +08:00
WanqQixiang 14da080ac3 esp_matter: Add an option to disable Matter server for client-only examples 2024-01-29 19:35:41 +08:00
WanqQixiang 12e73847aa client: remove is_group in command_handle to make cluster_update be able to notify all the binding entries
closes CON-874
2023-11-10 10:35:59 +08:00
Shubham Patil 71379cc963 Replace strtol with strtoul wherever required 2023-11-01 17:44:35 +05:30
WanqQixiang 0330dadfbb bugfix: Register client command when matter shell is disabled 2023-02-20 19:20:31 +08:00
WanqQixiang 6336a8648d client: Add mandatory commands suppport for client clusters 2023-01-10 15:19:08 +08:00
Rohit Jadhav 54741bea51 Updated button idf_component to 2.3.0 2022-11-25 16:19:51 +05:30
liyashuai 84db3c810a add level-control and color-control group send console command
1. Add multiple parameters cli send
2. Add all the level-control and color-control group send command interface
3. Add bound and client group send cli.
2022-11-08 14:34:49 +08:00
Shubham Patil f59586b99d Remove calls and definitions of app_driver_attribute_update() from
light_swich example
2022-10-10 14:44:45 +05:30
WanqQixiang 47a93e6d10 console: refactor esp_matter_console 2022-09-27 10:36:42 +08:00
WanqQixiang ad94862cc4 client: add command_handle to store the command information in client command send
Example: Add group binding for light-switch example
2022-09-15 20:11:02 +08:00
Chirag Atal 70ffba8cc6 app_driver: Using app_driver_handle_t instead of void pointer. 2022-08-04 13:55:48 +05:30
Chirag Atal 09eba3f455 app_driver: Restructuring setting the driver to default value
led_driver: Removing the get() APIs
2022-08-03 19:45:56 +05:30
Chirag Atal 2cc98e1de2 led_driver: Add support for handle
app_main: Passing this handle to the endpoint as priv_data and using the handle in the driver on attribute_update.
2022-08-03 11:58:13 +05:30
jerry b99169db24 submodule: update the matter SDK to the commit c38e915 2022-06-27 14:37:03 +08:00
WanqQixiang 660cb42c4c Bugfix: Avoid using 'using namspace' in headers 2022-06-17 16:14:23 +08:00
Chirag Atal 58ede577ef esp-matter: Minor miscellaneous fixes
examples: Changes to events and comments.
switch: Rename to light_switch.
docs: Minor changes.
2022-05-28 07:42:00 +08:00