Commit Graph

28 Commits

Author SHA1 Message Date
WanqQixiang b7e600398d Add software diagnostics cluster & Update Scenes cluster revision 2023-06-08 19:12:32 +08:00
Rohit Jadhav 11c0ec257d Add refrigerator and temperature controlled cabinet device types 2023-05-31 18:44:28 +05:30
PSONALl 770e9dd540 Add Room Air Conditioner Device type 2023-05-31 12:54:42 +05:30
Shu Chen ecddefbfdd submodule: update connectedhomeip to v1.1.0.1 tag 2023-05-08 19:52:16 +08:00
Rohit Jadhav 0870fbae89 Add feature dependency for color control cluster 2023-04-25 15:55:44 +05:30
Rohit Jadhav 3484600fa6 Removed un-used code of window covering cluster and sync with spec
Addressed review comments
2023-03-15 17:13:05 +05:30
Shubham Patil 73125631c0 Localization Configuration and time format localization cluster 2023-02-06 19:23:03 +05:30
Hrishikesh Dhayagude e4f0f20fb6 Merge branch 'feature/switch-events' into 'main'
Add generic_switch example and mapping of switch events to button

See merge request app-frameworks/esp-matter!237
2022-12-22 18:28:13 +08:00
Diego Rodríguez Royo 4e0c0f3a4a Changed log levels at absolute_position feature 2022-12-21 11:03:51 +00:00
Rohit Jadhav b5f1657ed2 Add generic_switch example and mapping of switch events to button 2022-12-20 21:22:32 +05:30
Diego Rodríguez Royo 3d9db6773c esp_matter_feature: window_covering: set installed_closed_limit_tilt
instead of installed_closed_limit_lift in create_installed_closed_limit_tilt
2022-12-15 12:12:41 +00:00
Diego Rodríguez Royo a07469e35f esp_matter_feature: window_covering: absolute_positioning not lift & tilt exclusive 2022-12-15 10:44:52 +00:00
Hrishikesh Dhayagude 3a001cc0a8 Merge branch 'bugfix/window_cover_attribute' into 'main'
bugfix: installed_closed_limit_lift attribute of window cover cluster

See merge request app-frameworks/esp-matter!244
2022-12-15 17:53:08 +08:00
Shu Chen 4fed14a20e Merge branch 'v1.0/update-attribute-init-value' into 'main'
Add color capability update when add colorcontrol feature

See merge request app-frameworks/esp-matter!241
2022-12-14 11:25:37 +08:00
liyashuai 4916723edc update attribute value in color light for v1.0 certified 2022-12-12 20:55:38 +08:00
InfiniteYuan eaa60c345f bugfix: installed_closed_limit_lift is incorrect 2022-12-12 17:26:07 +08:00
Rohit Jadhav b6c90fbf8b Added support of attributes, commmands, features for thermostat cluster 2022-12-06 11:04:03 +05:30
Rohit Jadhav b30b85ebdf Added attributes/commands for features of window covering 2022-11-29 14:59:18 +05:30
PSONALl 05d689c7a7 Add support of window covering device type 2022-09-06 12:01:49 +05:30
WanqQixiang 825e9ad3c8 Feature: Add optional features & attributes in basic cluster and wifinetworkdiag cluster 2022-07-06 16:52:13 +08:00
WanqQixiang a19f555c90 Features: Add optional features APIs for LevelControl cluster.
Bugfix: Add NULLABLE flag for start_up_on_off attribute.
2022-07-05 11:57:16 +08:00
WanqQixiang 51c0032c50 bugfix: Add nonvolatile attribute initializing for on_off cluster 2022-07-01 11:27:35 +08:00
WanqQixiang c23555fcf7 Cluster: Add enhanced-hue and color-loop features to color-control cluster 2022-06-30 11:41:33 +08:00
WanqQixiang 660cb42c4c Bugfix: Avoid using 'using namspace' in headers 2022-06-17 16:14:23 +08:00
Chirag Atal 039589befc esp_matter_endpoint: Adding more device types 2022-05-28 07:42:00 +08:00
Chirag Atal 0685068c26 esp_matter: Using namespaces for IDs instead of using macros from submodule
examples: Similar changes
esp_matter_rainmaker: Adding rainmaker namespace and similar IDs instead of macros.
2022-04-07 15:45:07 +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