Commit Graph

112 Commits

Author SHA1 Message Date
Li Ya Shuai 8268d66eb5 [v1.3]backport: components/esp_matter:add optional attributes for general diagnostic cluster 2025-03-28 02:24:04 +08:00
Shu Chen 5a9bc09a64 Merge branch 'add_bounds_of_thermostat_user_interface_configuration_cluster' into 'release/v1.3'
components/esp-matter:add bounds of thermostat user interface configuration cluster

See merge request app-frameworks/esp-matter!961
2024-12-16 17:59:28 +08:00
liyashuai a3e709ebdf [v1.3]components/esp-matter:add endpoint list attr for power source cluster 2024-12-03 17:54:39 +08:00
liyashuai 5973dbd878 components/esp-matter:add bounds of thermostat user interface configuration cluster 2024-11-28 20:50:47 +08:00
Rohit Jadhav 949c5896be components/esp-matter: Add delegate for door-lock, boolean-state-configuration, time-sync and application basic 2024-06-06 14:58:12 +05:30
Rohit Jadhav 7abee629df [component/esp_matter] Add device energy management device type 2024-05-31 14:51:09 +05:30
Rohit Jadhav 1c3cff2534 Add water valve device type 2024-05-24 23:14:09 +05:30
Rohit Jadhav c00d022ebf Add cluster delegate init callback 2024-05-24 21:29:37 +05:30
Rohit Jadhav 8692a149b8 Add laundry dryer device type 2024-05-24 21:25:27 +05:30
Rohit Jadhav 9f72937ddb Add microwave oven device type with delegate 2024-05-24 17:16:48 +05:30
Rohit Jadhav 34fd0a569a Add EVSE device type with delegate 2024-05-23 21:40:23 +05:30
Rohit Jadhav 12fc797e55 Add support of delegate to derived clusters of mode base cluster along with the documentation 2024-05-20 16:56:54 +08:00
Rohit Jadhav e47fe4dd6f [GH_PR] Fix typo in total_volatile_organic_compounds_concentration_measuremen… (CON-1140) 2024-05-10 19:51:48 +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 f60222a85c Add unit localization cluster 2024-04-25 12:57:55 +05:30
liyashuai 36b1ccf10a update door lock cluster 2024-04-18 14:17:22 +08:00
WanqQixiang eadcdc6803 esp-matter: Update features for ICD Management cluster 2024-04-12 17:24:13 +08:00
Rohit Jadhav 19afe6e3ed Add electrical sensor device type 2024-04-11 23:45:19 +05:30
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
Rohit Jadhav b3f5a9aa53 Add Rain Sensor device type 2024-04-01 16:37:14 +05:30
SEUNGHEE LEE f913c85e78 Merge branch 'main' into feature/support-float-attr-val 2024-03-24 20:55:10 +09: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
Shubham Patil c58bc87b94 Fix battery replacement description and active locale attributes 2024-03-10 17:41:35 +05:30
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
liyashuai bc55974f34 resolve some comment 2024-02-28 19:33:00 +08:00
Shubham Patil e56e8873e0 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-02-27 15:09:29 +05:30
liyashuai 77d0c849d1 fix build error for submodule update to 1.3-sve 2024-02-27 12:21:28 +08:00
Hrishikesh Dhayagude b037340deb Merge branch 'bugfix/ps' into 'main'
Fix type of min, max values for power source cluster

See merge request app-frameworks/esp-matter!627
2024-02-27 01:01:26 +08:00
Rohit Jadhav 06eeb3bf50 Add attributes of network commissioning and fix Jira https://jira.espressif.com:8443/browse/CON-1008
(cherry picked from commit 312167549510cdc41a50b8d6ecac1c67d8793ed0)
2024-02-23 12:41:23 +05:30
Rohit Jadhav 06683ba66d Fix type of min, max values for power source cluster 2024-02-16 17:12:29 +05:30
Shripad Deshpande 4c68c4e961 feature/taglist : Added the missing TagList feature for descriptor cluster. 2024-01-11 15:43:08 +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
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
PSONALl 2322a30019 Fix speed setting and percent setting attributes 2023-11-15 12:02:52 +05:30
PSONALl cbcbfa8af0 Add bounds to fan control cluster attributes 2023-11-07 18:48:19 +05:30
Hrishikesh Dhayagude 12716c76e7 Merge branch 'update-to-matter-1_2' into 'main'
Update CHIP submodule to 1.2.0.1

See merge request app-frameworks/esp-matter!537
2023-11-06 19:09:25 +08:00
Rohit Jadhav 0fdb83184e Update CHIP submodule to 1.2.0.1 2023-11-06 12:56:53 +05:30
PSONALl 2b692e812b Add Smoke CO Alarm device type 2023-11-01 17:58:46 +05:30
PSONALl 1e3ace5d46 Add robotic vaccum cleaner device type 2023-10-27 11:51:16 +05:30
PSONALl de4e398d26 Add laundry washer device type
Laundry washer device type

Add features to laundry washer
2023-10-27 11:51:16 +05:30
PSONALl f7043d6824 Add dish washer device types 2023-10-27 11:51:16 +05:30
PSONALl 20a1d642ee Add Air Purifier device type
Add commands to air purifier
2023-10-27 11:51:16 +05:30
PSONALl d6c7357d17 Add Air Quality Sensor Device type and Concentration Measurement Clusters 2023-10-27 11:51:16 +05:30
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
PSONALl d4c8b65772 Matter v1.2 TE-2 optional features and submodule update 2023-09-11 09:16:55 +05:30
liyashuai 40715bc358 add global attribute event_list 2023-08-28 15:12:54 +08:00