Commit Graph

580 Commits

Author SHA1 Message Date
Shu Chen 4e76ba26bb Merge branch 'delegate-impl' into 'main'
Support to add delegate callbacks in cluster.

See merge request app-frameworks/esp-matter!720
2024-05-09 16:02:48 +08:00
Rohit Jadhav eb4185902b Support to add delegate callbacks in cluster. 2024-05-08 12:26:22 +05:30
liyashuai 95cbad99aa update connectedhomeip to 13ab158f10 to fix some issue 2024-05-08 10:31:49 +08:00
Hrishikesh Dhayagude cc635e23c2 Merge branch 'thermostat/add-feature' into 'main'
Add LocalTemperatureNotExposed feature support to thermostat

See merge request app-frameworks/esp-matter!715
2024-04-26 18:19:06 +08:00
Hrishikesh Dhayagude 8b16e041f3 Merge branch 'cluster/unit-localizasion' into 'main'
Add unit localization cluster

See merge request app-frameworks/esp-matter!718
2024-04-25 21:39:55 +08:00
Shu Chen 25d34b0496 Merge branch 'update_door_lock_cluster' into 'main'
update door lock cluster

See merge request app-frameworks/esp-matter!697
2024-04-25 18:59:10 +08:00
Rohit Jadhav c47b98bb42 Add LocalTemperatureNotExposed feature support to thermostat 2024-04-25 15:24:07 +05:30
Rohit Jadhav f60222a85c Add unit localization cluster 2024-04-25 12:57:55 +05:30
Hrishikesh Dhayagude b831d1051b Merge branch 'handle_empty_str' into 'main'
handle setting empty strings

See merge request app-frameworks/esp-matter!694
2024-04-25 13:51:13 +08:00
Shu Chen f7397d8225 Merge branch 'thread_br/custom_cluster' into 'main'
thread_br: add thread br custom cluster

See merge request app-frameworks/esp-matter!590
2024-04-23 10:13:29 +08:00
Wang Qixiang ba953233f5 thread_br: add thread br custom cluster 2024-04-23 10:13:29 +08:00
Shu Chen c0fb895e2c Merge branch 'icd/update_features' into 'main'
Update features for ICD Management cluster

See merge request app-frameworks/esp-matter!698
2024-04-23 10:10:28 +08:00
Hrishikesh Dhayagude edb8128000 Merge branch 'ota_cfg' into 'main'
API to set the OTA configurations

See merge request app-frameworks/esp-matter!705
2024-04-21 00:26:47 +08:00
Hrishikesh Dhayagude a81100ad98 Merge branch 'handle_nvs_primitive_types' into 'main'
Ensure backward compatibility for attributes stored in NVS with primitive data type

See merge request app-frameworks/esp-matter!594
2024-04-19 16:45:43 +08:00
liyashuai 36b1ccf10a update door lock cluster 2024-04-18 14:17:22 +08:00
Shubham Patil eea4ed7554 API to set the OTA configurations 2024-04-18 10:16:30 +05:30
WanqQixiang ac3e08741c esp-matter: typo fix for CONFIG_ESP_MATTER_ENABLE_DATA_MODEL 2024-04-16 17:42:52 +08:00
WanqQixiang eadcdc6803 esp-matter: Update features for ICD Management cluster 2024-04-12 17:24:13 +08:00
WanqQixiang 958c7e95ed Do not use minimum unused endpoint id if server instance is disabled or ESP-Matter data model is disabled
Fixes CON-1120
2024-04-12 15:32:26 +08:00
Shubham Patil bd3cadcf25 indent the code 2024-04-12 12:38:16 +05:30
Shubham Patil 68714c0e2d Ensure backward compatibility for attributes stored in NVS with
primitive data type

Removed config option ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE.

Previously, the ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE option
determined whether to store attributes as a blob or a primitive data
type in NVS. Since this configuration is not backward compatible, we now
read the attribute as a primitive data type if not found. If it's a
blob, we read it and rewrite it as a primitive data type.
2024-04-12 12:38:16 +05:30
Shu Chen 89f47b6c8a Merge branch 'v1.3/zap_common_update' into 'main'
Update zap_common files for v1.3 branch

See merge request app-frameworks/esp-matter!696
2024-04-12 14:55:55 +08:00
Hrishikesh Dhayagude 116947b674 Merge branch 'device/electric_sensor' into 'main'
[Delegate needed] Add electrical sensor device type

See merge request app-frameworks/esp-matter!693
2024-04-12 14:07:14 +08:00
Rohit Jadhav 19afe6e3ed Add electrical sensor device type 2024-04-11 23:45:19 +05:30
WanqQixiang d20a9200bb Update zap_common files for v1.3 branch 2024-04-11 15:01:18 +08:00
Shu Chen ab584db4bf Merge branch 'update_chip_submodule_to_v1.3_branch' into 'main'
[v1.3-branch] update connectedhomeip to v1.3-branch: 5bb5c9e

See merge request app-frameworks/esp-matter!675
2024-04-11 10:10:20 +08:00
liyashuai 213d48c6d4 update connectedhomeip to v1.3-branch: 5bb5c9e 2024-04-10 11:19:42 +08:00
Shubham Patil 8943861e30 handle setting empty strings
Fixes https://github.com/espressif/esp-matter/issues/802
2024-04-08 19:42:35 +05:30
WanqQixiang e39a21e770 Add client-only controller and commissioner 2024-04-07 19:31:00 +08:00
Hrishikesh Dhayagude 2418e6696f Merge branch 'fix_timer_fmt_cluster' into 'main'
time-format and active-calendar-type are not nullable attributes in spec

See merge request app-frameworks/esp-matter!690
2024-04-06 20:59:57 +08:00
Shubham Patil 9d2af7785f time-format and active-calendar-type are not nullable attributes 2024-04-04 18:14:25 +05:30
Hrishikesh Dhayagude ca174c74ee Merge branch 'device/rain_sensor' into 'main'
Add Rain Sensor device type

See merge request app-frameworks/esp-matter!661
2024-04-02 21:32:48 +08:00
Hrishikesh Dhayagude 434aa0b676 Merge branch 'pr_863' into 'main'
[GH_PR] support r/w floating(single) value type (CON-1077)

See merge request app-frameworks/esp-matter!674
2024-04-02 12:51:23 +08:00
Rohit Jadhav b3f5a9aa53 Add Rain Sensor device type 2024-04-01 16:37:14 +05:30
Shubham Patil d80fc4d789 Fix the format specifier for int8 and uint8
Some compilers do not identify PRIx8 or PRIu8 and shows as hu in logs
and does not print the actual values. So lets use "%u" and "%i" instead.
2024-03-29 11:46:02 +05:30
SEUNGHEE LEE f913c85e78 Merge branch 'main' into feature/support-float-attr-val 2024-03-24 20:55:10 +09:00
Li Ya Shuai 4fb00b5563 update scene management cluster for matter1.3 2024-03-21 09:47:23 +08:00
SEUNGHEE LEE 810a9ca8bc - attribute: support r/w floating(single) value type
- concentration measurement clusters: change attr value type (float)
- remove 'add uncentainty attribute'
- add 'measurement medium' attribute
2024-03-12 21:39:33 +09:00
Shu Chen 5bf8ecb5af Merge branch 'fix_rmaker_cluster' into 'main'
rmaker: Fix the size of char attributes and use the non deleted method

See merge request app-frameworks/esp-matter!658
2024-03-11 10:29:01 +08:00
Shubham Patil c58bc87b94 Fix battery replacement description and active locale attributes 2024-03-10 17:41:35 +05:30
Shubham Patil 9bfc4293a1 rmaker: Fix the size of char attributes and use the non deleted method
for matching the concrete path
2024-03-08 16:56:38 +05:30
Hrishikesh Dhayagude d481fa9cf1 Merge branch 'fix-str-len-checks' into 'main'
Fix problems with string type attributes

See merge request app-frameworks/esp-matter!618
2024-03-08 09:32:14 +08:00
liyashuai 2051348b28 update scene management revision 2024-03-05 09:59:28 +08:00
Li Ya Shuai 700aebe75b Merge branch 'main' into 'fix-str-len-checks'
# Conflicts:
#   components/esp_matter/esp_matter_cluster.h
2024-03-04 18:35:32 +08:00
Hrishikesh Dhayagude 3b1aae0bb3 Merge branch 'update/submodule_update_1.3-sve_9f6d627' into 'main'
updated submodule to 1.3-sve branch

See merge request app-frameworks/esp-matter!641
2024-03-01 18:10:37 +08:00
liyashuai 4409873a87 remove administrator_commissioning basic feature from default root node 2024-03-01 11:30:14 +08:00
Hrishikesh Dhayagude c6ec214b3c Merge branch 'cherry-pick-dbd97b89' into 'main'
[Release v1.3/TE2] Add OffOnly feature support in OnOff cluster

See merge request app-frameworks/esp-matter!639
2024-02-29 15:53:03 +08:00
Li Ya Shuai 5b1d658c06 Merge branch '1_3_sve_diag_log' into 'update/submodule_update_1.3-sve_9f6d627'
[1.3-sve] Support diagnostic logs cluster in light example

See merge request app-frameworks/esp-matter!644
2024-02-28 20:20:32 +08:00
liyashuai bc55974f34 resolve some comment 2024-02-28 19:33:00 +08:00
Shubham Patil 9998ef3cb6 Support diagnostic logs cluster in light example 2024-02-28 14:06:39 +05:30