Commit Graph

19 Commits

Author SHA1 Message Date
Mahesh Pimpale 42075d5c75 components/esp_matter: generated data model using automated script
- data_model/legacy/: moved old data model to this folder
- data_model/generated/: contain the automatically generated data model
- tools/data_model_gen: contains the script to generate the data model
2026-04-15 17:05:50 +05:30
Mahesh Pimpale 9a87312bd7 components/esp_matter: Fix device energy management mode cluster initialization 2026-03-16 16:28:47 +05:30
Shubham Patil 039026f8cf components/esp_matter: handle meter identification cluster init's return
value
2026-02-25 17:13:27 +05:30
WanqQixiang 968ff042a8 CI: add astyle pre-commit hook 2026-02-03 15:30:42 +08:00
WanqQixiang baf5959df1 submodule: update connectedhomeip submodule to commit id 8f943388af 2026-01-19 08:37:19 +08:00
Ludovic BOUÉ 1db3abc215 feat: add Meter Identification delegate initialization callback
feat: add Meter Identification delegate initialization callback

feat: clarify initialization callback in Meter Identification delegate

feat: clarify initialization callback in Meter Identification delegate

feat: update initialization callback for Meter Identification delegate
2026-01-07 07:15:29 +00:00
mahesh a192e42299 components/esp_matter: add electrical_grid_conditions cluster in esp_matter 2025-12-26 08:35:46 +05:30
mahesh 8da087196e components/esp_matter: add commodity_price cluster in esp_matter 2025-12-18 17:33:06 +05:30
mahesh 6667a7e8c5 components/esp_matter: add commodity_tariff cluster in esp_matter 2025-12-18 17:31:09 +05:30
mahesh 1c382d7a0f components/esp_matter: add push_av_stream_transport cluster in esp_matter 2025-12-18 12:45:07 +05:30
mahesh 82e9188dc2 components/esp_matter: add closure_dimension cluster in esp_matter 2025-12-05 10:52:40 +05:30
mahesh 18a201cd18 components/esp_matter: add closure_control cluster in esp_matter 2025-12-04 17:21:22 +05:30
mahesh 716d1eadf5 components/esp_matter: add chime cluster in esp_matter 2025-12-04 12:18:16 +05:30
Shubham Patil 91786f9dad components/esp_matter: changed sdk used get_val with get_val_internal
- get_val() is a bit more bulky right now and does more things along
  with getting a value from the esp-matter's storage.
  since our sdk should not be worrying about getting data from the
  internally managed attributes, its safe to use the get_val_internal().
2025-11-27 19:16:04 +05:30
WanqQixiang 211658c88e upgrade connectedhomeip to latest release v1.5 branch 2025-11-25 16:11:40 +08:00
mahesh 11da871f81 components/esp_matter: Remove inconsistencies in the namespaces 2025-10-03 16:24:56 +05:30
Rohit 7138fd3867 components/esp_matter: Support to get optional bits while initialisation of delegates.
Fixes: https://github.com/espressif/esp-matter/issues/1471
2025-08-20 15:32:26 +05:30
Hrishikesh Dhayagude 34140ef5a9 Merge branch 'fix/microwave_oven' into 'main'
components/esp-matter: Fix multiple cluster instance creation in microwave oven device type.

See merge request app-frameworks/esp-matter!1206
2025-07-29 17:28:54 +08:00
WanqQixiang 13a15243cc esp_matter: create a data_model directory and move data_model related codes to it 2025-07-25 15:59:35 +08:00