You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# Espressif Zigbee SDK Release Notes
2
2
3
+
## 29-Aug-2025
4
+
1.6.7 version release of ESP-ZIGBEE-SDK is based on esp-idf v5.3.2
5
+
6
+
### Features
7
+
- Added support for ZCL Alarms Cluster
8
+
- Added support for ZCL Device temperature Configuration Cluster
9
+
- Added support for the `ESP_ZB_ZCL_ATTR_COLOR_CONTROL_DRIFT_COMPENSATION_ID` and `ESP_ZB_ZCL_ATTR_COLOR_CONTROL_COMPENSATION_TEXT_ID` attributes in `esp_zb_color_control_cluster_add_attr()`
10
+
- Added support for the `ESP_ZB_ZCL_ATTR_ELECTRICAL_MEASUREMENT_POWER_FACTOR_ID` attribute in `esp_zb_electrical_meas_cluster_add_attr()`
11
+
- Added `esp_zb_zcl_scenes_table_set_size()` to configure the capacity of scene table in ZCL scenes cluster
12
+
13
+
### Bug Fixes
14
+
- Corrected the document for `ESP_ZB_NLME_STATUS_INDICATION`, `ESP_ZB_BDB_SIGNAL_TC_REJOIN_DONE`, and `ESP_ZB_NWK_SIGNAL_PERMIT_JOIN_STATUS` application signals.
15
+
- Corrected the attribute type and access in `esp_zb_xxx_cluster_add_attr()`.
16
+
- Fixed the ambiguous definition of `app_cluster_list`, clarifying it as a dynamic array of input and output cluster IDs
17
+
- Fixed a link issue when using ZCL multistate input cluster
18
+
- Fixed the incorrect check of the `present_value` attribute in the ZCL Multistate Input, Output, and Value clusters when it is written.
19
+
- Fixed a crash that occurred when an attribute with an extremely large value was reported via `esp_zb_zcl_report_attr_cmd_req()`.
20
+
- Fixed a crash that occurred when the stack handled a manufacturer-specific command with a unrecognized payload.
21
+
22
+
### Changes
23
+
- Updated esp-zigbee-lib to v1.6.7
24
+
25
+
3
26
## 25-Jul-2025
4
27
1.6.6 version release of ESP-ZIGBEE-SDK is based on esp-idf v5.3.2
0 commit comments