Commit Graph

78 Commits

Author SHA1 Message Date
Rohit Jadhav 7e80758817 CHIP-submodule: Update connectedhomeip submodule to commit 0460715589413cb32e32f1626e43ad8000b84f2d 2024-08-13 19:49:57 +08:00
WanqQixiang 0ac4563c74 controller: Add support for timed-invoke command and add open enhanced commissioning window command 2024-06-07 17:45:05 +08:00
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
Shu Chen 1e5279b4b8 Merge branch 'controller/commissioner_discovery' into 'main'
Controller/commissioner discovery

See merge request app-frameworks/esp-matter!670
2024-05-22 14:28:45 +08: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 8134461866 Add client interaction APIs for interaction actions(read, subscribe, write) 2024-05-08 10:43:56 +08:00
chendejin 8713f58a51 Add commissioner discovery and user direct commissioning support 2024-04-29 10:04:14 +08:00
WanqQixiang e7c345b4eb move out custom controller cluster 2024-04-23 11:25:56 +08:00
WanqQixiang a02f650501 Move the code of rainmaker rest apis to rainmaker repo
Do not expose access token as an attribute
2024-04-23 11:25:20 +08:00
WanqQixiang e39a21e770 Add client-only controller and commissioner 2024-04-07 19:31:00 +08:00
liyashuai 77d0c849d1 fix build error for submodule update to 1.3-sve 2024-02-27 12:21:28 +08:00
Shu Chen 479b2996ed Merge branch 'client/add_send_custom_command' into 'main'
client: Add custom commands send APIs and switch the command sending of controller to the new APIs

See merge request app-frameworks/esp-matter!521
2024-01-11 19:58:31 +08:00
Shu Chen 7ceef8980c Merge branch 'controller/multiple_path_read_subscribe' into 'main'
controller: Add multiple paths subscription and read

See merge request app-frameworks/esp-matter!571
2024-01-11 19:56:42 +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 2f83990a6d controller: Add multiple paths subscription and read 2024-01-10 19:03:35 +08:00
Shu Chen 9cc5cd1dbf Merge branch 'controller/ble_thread_pairing' into 'main'
controller: Add ble-thread pairing command for commissioner

See merge request app-frameworks/esp-matter!531
2024-01-10 12:20:03 +08:00
WanqQixiang 080926c56a Update connectedhomeip submodule to d38a6496c3 and re-enable external platform CI buildings
Closes CON-946
2024-01-05 17:37:25 +08:00
Shu Chen 30e5b4b91c Merge branch 'controller/rest_api_update' into 'main'
controller: REST API updates for the controller custom cluster to support multiple controllers

See merge request app-frameworks/esp-matter!572
2023-12-22 21:15:50 +08:00
WanqQixiang 0e8dcb9c60 Update connectedhomeip submodule to 8e3d98c039 2023-12-15 15:24:54 +08:00
WanqQixiang 5cd35a58ae controller: Fix fetching the matter_node_ids if there is a large number of nodes in a group 2023-12-12 10:53:28 +08:00
WanqQixiang 3cda1d51f4 controller: REST API updates for the controller custom cluster to support multiple controllers 2023-12-07 17:40:56 +08:00
Hrishikesh Dhayagude 22b461c76f Merge branch 'code/added_attribute_read_done_cb' into 'main'
Code/added attribute read done cb

See merge request app-frameworks/esp-matter!564
2023-12-05 17:22:33 +08:00
Sayon Deep c706924b2e fixed read_command 2023-12-04 09:56:56 +05:30
Hrishikesh Dhayagude 380ccf0645 Merge branch 'fix/wildcard_read_for_esp_matter_controller' into 'main'
added wildcard read support for esp matter controller cluster

See merge request app-frameworks/esp-matter!557
2023-11-30 16:55:33 +08:00
Sayon Deep d3e8d01f45 added wildcard read support for esp matter controller cluster 2023-11-30 16:55:33 +08:00
Hrishikesh Dhayagude 0aa83e5da3 Merge branch 'controller/auto_resubscribe' into 'main'
controller: Add auto_resubscribe for subscribe commands

See merge request app-frameworks/esp-matter!546
2023-11-30 14:22:23 +08:00
Sayon Deep c7af246990 made changes to follow coding guidelines 2023-11-30 11:41:12 +05:30
Hrishikesh Dhayagude 27d5c9dbf2 Merge branch 'fix/attribute_cb_in_esp_matter_controller_cluster' into 'main'
Fix/attribute cb in esp matter controller cluster

See merge request app-frameworks/esp-matter!548
2023-11-29 11:51:35 +08:00
Sayon Deep a85e648d76 Fix/attribute cb in esp matter controller cluster 2023-11-29 11:51:34 +08:00
Sayon Deep 0af358dcc4 removed other changes 2023-11-28 10:07:52 +05:30
Sayon Deep cc1107540b added remote_node_id and attribute_path_param in read_done_cb 2023-11-27 23:07:33 +05:30
WanqQixiang b7cd5f8874 controller: Add auto_resubscribe for subscribe commands 2023-11-27 10:58:12 +08:00
Sayon Deep 42ee6b551e added attribute_read_done_cb for read command in esp_matter_controller component 2023-11-23 22:37:49 +05:30
Sayon Deep 695c893d58 added wildcard read support for esp matter controller cluster 2023-11-21 18:22:07 +05:30
WanqQixiang c57e3d9055 controller: Fix the attribute value type of RefreshToken and AccessToken in xml file 2023-11-16 17:35:19 +08:00
WanqQixiang 0fce945824 controller: Add xml file for custom controller cluster 2023-11-08 14:34:40 +08:00
WanqQixiang 83ee7256e0 controller: Use attribute access override for controller custom cluster 2023-11-08 14:34:40 +08:00
Rohit Jadhav 0fdb83184e Update CHIP submodule to 1.2.0.1 2023-11-06 12:56:53 +05:30
WanqQixiang 3a6287c9a5 controller: Add ble-thread pairing command for commissioner 2023-11-02 15:32:43 +08:00
Shu Chen 3d32807c72 Merge branch 'controller/struct_decode_custom_cluster' into 'main'
controller: Decode the custom controller cluster command data field as TLV structure

See merge request app-frameworks/esp-matter!516
2023-10-23 17:07:23 +08:00
Shu Chen c707e6680a Merge branch 'feature/icd_management' into 'main'
ICD: Add icd_management component and thread sleepy example

See merge request app-frameworks/esp-matter!498
2023-10-18 16:10:33 +08:00
WanqQixiang 9e53da83cd esp_matter: add icd management cluster support
Add thread sleepy example

connectedhomeip: update submodule to support ICD

Update idf version to commit 6b1f40b9bf on release/v5.1 branch
2023-10-18 12:33:52 +08:00
WanqQixiang 0d1b506846 controller: Decode the custom controller cluster command data field as TLV structure 2023-10-13 19:00:15 +08:00
WanqQixiang bf03cc9262 controller: Update the managed components of json_generator and json_parser 2023-10-07 10:13:22 +08:00
Shu Chen 499eaddb59 Merge branch 'controller/fix_controller_cluster' into 'main'
controller_cluster: fix errors after submodule update

See merge request app-frameworks/esp-matter!492
2023-09-18 16:51:06 +08:00
WanqQixiang 2f916c8224 controller: Add administrator commissioning commands 2023-09-15 17:58:08 +08:00
WanqQixiang 3084a11f08 controller_cluster: fix errors after submodule update 2023-09-15 16:26:07 +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