shripad621git
702ac7e94e
Fixed the typo mentioned in issue #326
...
Fixes https://github.com/espressif/esp-matter/issues/326 .
2023-05-23 11:01:18 +05:30
Hrishikesh Dhayagude
7cfe6c995f
Merge branch 'pr_323' into 'main'
...
[GH_PR] [format_specifier] - Fixes ESP_LOG format specifier mismatches in components/esp_matter (CON-414)
See merge request app-frameworks/esp-matter!356
2023-04-27 00:00:49 +08:00
dhairyashah1
859ea8f023
Fixes format specifier mismatches in ESP_LOG prints & snprintf's using endpoint_id, cluster_id, attribute_id & command_id of components/esp_matter, examples/zigbee_bridge
...
[examples] Removes '-Wformat=0' flag from root CMakeLists.txt's from examples
Solves and fixes #296
Signed-off-by: dhairyashah1 <dhairya.shah@espressif.com >
[zigbee_bridge] Adds PRI format specifiers in zigbee_bridge.cpp
Signed-off-by: dhairyashah1 <dhairya.shah@espressif.com >
2023-04-19 23:25:11 +05:30
InfiniteYuan
8caa280e4b
feature: add attribute report API
2023-04-19 12:05:37 +08:00
WanqQixiang
47e434e3d7
Update default IDF version to v5.0.1
2023-04-12 18:56:27 +08:00
shripad621git
146977123a
Indicating Read or Write on Attribute
...
Fixes #236 .
For better debuggig added 'R' or 'W' on the prints for attributes.
2023-04-03 12:46:37 +05:30
Shu Chen
f2e77d239e
Merge branch 'support-c6-h2' into 'main'
...
Add support for ESP32-C2, ESP32-C6 and ESP32-H2-MP
See merge request app-frameworks/esp-matter!319
2023-03-24 15:30:52 +08:00
WanqQixiang
7b2912a9e5
submodule: Update connectedhomeip submodule to bc8c9ece1 to support ESP32-C6 and ESP32-H2-MP
...
docs: Add details for esp32h2, esp32c2, and esp32c6
2023-03-23 21:10:37 +08:00
PSONALl
c8babee85a
Add support of dynamic memory allocation strategies
2023-03-15 17:54:44 +05:30
WanqQixiang
7cb3b306cb
bugfix: Fix the errors for uint64 and bitmap32 value type in get_data_from_attr_val
2023-01-12 16:48:26 +08:00
WanqQixiang
f705a89c80
Submodule: Update submodule to the new released tag v1.0.0.1
...
CI: Activate matter build env before building the examples
sdkconfig: update sdkconfig to disable BT connection reattempt
2022-12-23 17:03:57 +08:00
InfiniteYuan
eaa60c345f
bugfix: installed_closed_limit_lift is incorrect
2022-12-12 17:26:07 +08:00
WanqQixiang
ba454ce389
esp_matter: Add support for nullable attribute setting and getting
2022-11-02 16:50:25 +08:00
WanqQixiang
47a93e6d10
console: refactor esp_matter_console
2022-09-27 10:36:42 +08:00
Rohit Jadhav
08f2f5de38
Support for int32 and int64 data types
2022-09-12 18:15:00 +05:30
Chirag Atal
7ab1b365e6
esp_matter: Data model fixes according to spec
2022-09-01 10:26:57 +05:30
Chirag Atal
d719c97b88
endpoint: Added support for priv_data
...
This priv_data is returned to the application in the attribute_update and the identify callbacks.
2022-08-02 16:01:38 +05:30
WangQixiang
ed13200ebf
Bugfix: Add check for attribute::set_val
2022-07-27 10:27:55 +08:00
Chirag Atal
5fc57ad4c4
esp_matter_rainmaker: Fixing compilation
...
esp_matter_attribute: Minor additions
2022-07-11 10:55:03 -04:00
jerry
b99169db24
submodule: update the matter SDK to the commit c38e915
2022-06-27 14:37:03 +08:00
Chirag Atal
743f5cd90e
light: Change color_dimmable_light to color_temperature_light
...
Added support for temperature in app_driver.
Adding hue and saturation after the color_temperature_light endpoint has been created.
Similar changes in other light examples.
2022-05-28 07:43:20 +08:00
Chirag Atal
28b385d228
esp_matter: Change all IDs to their correct data types.
2022-05-28 07:42:00 +08:00
Chirag Atal
62a4fbbd3d
attribute: Add support for overriding attribute read and write
...
This can also be used for an attribute whose value is dynamic and needs to be fetched from the application.
2022-04-13 16:50:00 +05:30
Chirag Atal
dc92697de8
esp_matter: API documentation
...
Also some other minor restructurings.
2022-04-07 11:36:02 +05:30
Chirag Atal
b4d240e4a1
esp_matter: Using namespaces everywhere
...
Adding constructors to structs for default values of the cluster configs.
esp_matter_command: Removing the support for custom command callbacks and instead using the standard command callback itself. Also some other minor changes to make it easier for the application to use the standard command callback.
2022-04-06 10:55:58 +05:30
Chirag Atal
8a14138e17
esp_matter_feature: Add support for cluster features
...
esp_matter_endpoint: Adding these features to the cluster based on the device types.
esp_matter_cluster: Calling the feature APIs based on the features selected.
2022-04-05 11:13:22 +05:30
Chirag Atal
6a28250523
esp_matter_core: Fix the default attribute value
...
The default value of the attribute being set when creating the submodule data model was incorrect.
Also adding support for attribute bounds.
2022-03-28 12:02:30 +05:30
Chirag Atal
205a25913a
esp_matter_attribute: Adding wrappers for all attribute_create() APIs
...
esp_matter_cluster: Removing configs for attributes which are handled internally.
esp_matter_attribute_utils: Renamed the old esp_matter_attribute files.
2022-03-22 11:05:50 +05:30