Rohit Jadhav
5563d57162
components/esp-matter: Add feature the administrator commissioning cluster
2024-07-17 14:55:36 +05:30
Shripad Deshpande
1711f58937
feature/taglist : Added the missing TagList feature for descriptor cluster.
2024-07-16 12:10:55 +05:30
Rohit Jadhav
62346358b9
release/v1.2: Fixed cluster revision and device type version
2024-06-06 10:08:50 +05:30
Jon Smirl
d5b2246c74
Create user callback on command to allow monitoring in bridge
2024-05-14 18:52:23 +08:00
Shubham Patil
9fcfe90a97
Fix the crash due to ble deinit race
2024-05-07 11:07:27 +05:30
liyashuai
df0326f0ac
set the chip submodule to upstream v1.2-branch instead of espressif's v1.2-branch
2024-04-30 16:16:38 +08:00
Shubham Patil
468f2d8d5b
Fix battery replacement description and active locale attributes
2024-03-11 11:21:46 +05:30
Shubham Patil
fa4b4374db
Fix problems with string type attributes
...
- Use the defined consts when creating attributes
- Pass in the strlen and the max size of attribute when creating
attribute
- Allocate max-str-size plus the size for storing the string length when
creating the attribute metadata
2024-03-08 11:47:24 +05:30
Shubham Patil
9383fcd187
Added an event when BLE is deinitialized and memory is reclaimed
...
Fixes https://github.com/espressif/esp-matter/issues/777
2024-02-28 15:37:36 +05:30
Li Ya Shuai
3c451a73a5
fix node label read failure issue
2024-02-08 16:44:45 +05:30
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
Shubham Patil
589091f4c8
rmaker: Fix the compile error due to memchr
2023-12-05 11:19:11 +05:30
Sayon Deep
c706924b2e
fixed read_command
2023-12-04 09:56:56 +05:30
Shubham Patil
b328984b42
Rainmaker cluster specification text
2023-12-04 09:39:02 +05:30
Hrishikesh Dhayagude
acc936ca49
Merge branch 'fix/issue_738' into 'main'
...
components/esp_matter_rainmaker: Replaced the strchr api with memchr to address the null termination issue.
See merge request app-frameworks/esp-matter!559
2023-12-02 13:34:45 +08:00
Shripad Deshpande
e4b0c71eab
components/esp_matter_rainmaker: Replaced the strchr api with memchr to address the null termination issue.
2023-12-02 13:34:45 +08:00
Hrishikesh Dhayagude
c802acb89d
Merge branch 'therm-user-config' into 'main'
...
Add thermostat user interface configuration cluster
See merge request app-frameworks/esp-matter!560
2023-12-01 17:52:08 +08:00
Shu Chen
f3ac7bc893
Merge branch 'fix_ble_error_log' into 'main'
...
esp-matter: fix error log of ble advertisement when rebooting after commissioned
See merge request app-frameworks/esp-matter!558
2023-11-30 16:58:32 +08:00
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
a11b4cf4df
Merge branch 'ethernet-diagnostics' into 'main'
...
Add ethernet network diagnostics cluster
See merge request app-frameworks/esp-matter!556
2023-11-29 20:37:09 +08:00
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
PSONALl
4ca3541b08
Add thermostat user interface configuration cluster
2023-11-28 16:12:56 +05:30
PSONALl
aff8e2e774
Add ethernet network diagnostics cluster
2023-11-28 11:15:04 +05:30
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
Shu Chen
b2a6701ac6
Merge branch 'add_otbr_for_controller' into 'main'
...
controller: Run OpenThread Border Router with the controller
See merge request app-frameworks/esp-matter!371
2023-11-24 17:26:13 +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
WanqQixiang
fd033440c7
thread_br: Add esp_matter_thread_br component
...
controller: Run openthread border router with the controller
Remove custom thread_br cluster
2023-11-23 11:10:20 +08:00
WanqQixiang
8e7f3b3851
esp-matter: fix error log of ble advertisement when rebooting after commissioned
2023-11-22 10:54:31 +08:00
Sayon Deep
695c893d58
added wildcard read support for esp matter controller cluster
2023-11-21 18:22:07 +05:30
Hrishikesh Dhayagude
d26a261266
Merge branch 'oper-state' into 'main'
...
Add operational state cluster's attributes, commands and events
See merge request app-frameworks/esp-matter!543
2023-11-20 17:28:21 +08:00
Hrishikesh Dhayagude
d17b310177
Merge branch 'fan-attr-bounds-fix' into 'main'
...
Fix speed setting and percent setting attributes
See merge request app-frameworks/esp-matter!549
2023-11-17 18:20:14 +08:00
Shu Chen
6680844984
Merge branch 'fix/xml_attribute_type' into 'main'
...
controller: Fix the attribute value types of RefreshToken and AccessToken in xml file
See merge request app-frameworks/esp-matter!550
2023-11-17 14:48:04 +08:00
WanqQixiang
c57e3d9055
controller: Fix the attribute value type of RefreshToken and AccessToken in xml file
2023-11-16 17:35:19 +08:00
PSONALl
2322a30019
Fix speed setting and percent setting attributes
2023-11-15 12:02:52 +05:30
Shu Chen
01bebca56b
Merge branch 'bugfix/plugin_server_init_record' into 'main'
...
esp_matter: Add plugin initialization callback record to avoid duplicate call
Closes CON-862
See merge request app-frameworks/esp-matter!515
2023-11-13 16:34:46 +08:00
PSONALl
b3d49a84b8
Add operational state cluster's attributes, commands and events
2023-11-10 12:02:27 +05:30
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
WanqQixiang
3cb44d49ad
esp_matter:Add plugin initialization callback record to avoid duplicate call
2023-11-09 16:30:16 +08:00
Shu Chen
1ff7b63828
Merge branch 'bridge/endpoint_num' into 'main'
...
Bridge: fix the endpoint number limit issue
Closes CON-761 and CON-830
See merge request app-frameworks/esp-matter!493
2023-11-09 10:17:58 +08:00
Shu Chen
4aad124b7c
Merge branch 'controller/attr_access_override' into 'main'
...
controller_custom_cluster: Use attribute access override and add xml file
See merge request app-frameworks/esp-matter!526
2023-11-09 10:17:11 +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
Hrishikesh Dhayagude
d162b1357c
Merge branch 'fan-ctrl' into 'main'
...
Add bounds to fan control cluster attributes
See merge request app-frameworks/esp-matter!541
2023-11-08 13:49:28 +08:00
PSONALl
cbcbfa8af0
Add bounds to fan control cluster attributes
2023-11-07 18:48:19 +05:30