-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
esp-zigbee-sdk: release/v1.5.0(6bd34178)
- Updated esp-zboss-lib to v1.5.0 - Updated esp-zigbee-lib to v1.5.0 - Added support for ZCL OTA upgrade optional header setting - Added support for ZCL OTA upgrade frame fragmentation - Added support for ZCL light sensor device - Added support for ZCL pH measurement cluster - Added support for ZCL electrical conductivity measurement cluster - Added support for ZCL gateway endpoint without a client cluster to handle report attribute commands - Added support for NWK maximum children setting - Optimized ZCL OTA upgrade rate - Deprecated `esp_zb_main_loop_iteration()`; use `esp_zb_stack_main_loop()` instead - Unified the MACRO format for the default attributes of carbon dioxide, PM2.5, temperature, flow, and humidity measurement clusters - Fixed the issue with syncing ZCL diagnostic cluster attributes with the stack - Fixed the crashing issue caused by the RX queue being busy when enabling ZB_RADIO_SPINEL_UART - Fixed the unexpected delay in setpoint execution when using the thermostat cluster weekly schedule - Fixed the incorrect check for the minimum dead band of the thermostat cluster - Fixed the invalid endpoint ID in some core action messages - Closes: #401 - Closes: #382 - Closes: #356
- Loading branch information
Showing
27 changed files
with
150 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
ZCL electrical conductivity measurement | ||
======================================= | ||
|
||
Zigbee Cluster Library (ZCL) electrical conductivity measurement cluster usage definition for ESP Zigbee SDK. | ||
|
||
|
||
.. include-build-file:: inc/esp_zigbee_zcl_ec_measurement.inc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
ZCL pH measurement | ||
================== | ||
|
||
Zigbee Cluster Library (ZCL) pH measurement cluster usage definition for ESP Zigbee SDK. | ||
|
||
|
||
.. include-build-file:: inc/esp_zigbee_zcl_ph_measurement.inc |
7 changes: 7 additions & 0 deletions
7
docs/en/api-reference/zcl/esp_zigbee_zcl_wind_speed_measurement.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
ZCL wind speed measurement | ||
========================== | ||
|
||
Zigbee Cluster Library (ZCL) wind speed measurement cluster usage definition for ESP Zigbee SDK. | ||
|
||
|
||
.. include-build-file:: inc/esp_zigbee_zcl_wind_speed_measurement.inc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
examples/esp_zigbee_HA_sample/HA_color_dimmable_light/main/idf_component.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
examples/esp_zigbee_HA_sample/HA_color_dimmable_switch/main/idf_component.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
## IDF Component Manager Manifest File | ||
dependencies: | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.0" | ||
espressif/esp-zboss-lib: "~1.5.0" | ||
espressif/esp-zigbee-lib: "~1.5.0" | ||
## Required IDF version | ||
idf: | ||
version: ">=5.0.0" |
4 changes: 2 additions & 2 deletions
4
examples/esp_zigbee_HA_sample/HA_on_off_light/main/idf_component.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
examples/esp_zigbee_HA_sample/HA_on_off_switch/main/idf_component.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
## IDF Component Manager Manifest File | ||
dependencies: | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.0" | ||
espressif/esp-zboss-lib: "~1.5.0" | ||
espressif/esp-zigbee-lib: "~1.5.0" | ||
## Required IDF version | ||
idf: | ||
version: ">=5.0.0" |
4 changes: 2 additions & 2 deletions
4
examples/esp_zigbee_HA_sample/HA_temperature_sensor/main/idf_component.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
## IDF Component Manager Manifest File | ||
dependencies: | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.0" | ||
espressif/esp-zboss-lib: "~1.5.0" | ||
espressif/esp-zigbee-lib: "~1.5.0" | ||
## Required IDF version | ||
idf: | ||
version: ">=5.0.0" |
4 changes: 2 additions & 2 deletions
4
examples/esp_zigbee_HA_sample/HA_thermostat/main/idf_component.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
## IDF Component Manager Manifest File | ||
dependencies: | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.0" | ||
espressif/esp-zboss-lib: "~1.5.0" | ||
espressif/esp-zigbee-lib: "~1.5.0" | ||
## Required IDF version | ||
idf: | ||
version: ">=5.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
## IDF Component Manager Manifest File | ||
dependencies: | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.0" | ||
espressif/esp-zboss-lib: "~1.5.0" | ||
espressif/esp-zigbee-lib: "~1.5.0" | ||
## Required IDF version | ||
idf: | ||
version: ">=5.0.0" |
4 changes: 2 additions & 2 deletions
4
examples/esp_zigbee_customized_devices/customized_client/main/idf_component.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
## IDF Component Manager Manifest File | ||
dependencies: | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.0" | ||
espressif/esp-zboss-lib: "~1.5.0" | ||
espressif/esp-zigbee-lib: "~1.5.0" | ||
## Required IDF version | ||
idf: | ||
version: ">=5.0.0" |
4 changes: 2 additions & 2 deletions
4
examples/esp_zigbee_customized_devices/customized_server/main/idf_component.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
examples/esp_zigbee_greenpower/esp_zigbee_gpc/main/idf_component.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
examples/esp_zigbee_greenpower/esp_zigbee_gpd/main/idf_component.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
## IDF Component Manager Manifest File | ||
dependencies: | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.0" | ||
espressif/esp-zboss-lib: "~1.5.0" | ||
espressif/esp-zigbee-lib: "~1.5.0" | ||
## Required IDF version | ||
idf: | ||
version: ">=5.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
## IDF Component Manager Manifest File | ||
dependencies: | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.0" | ||
espressif/esp-zboss-lib: "~1.5.0" | ||
espressif/esp-zigbee-lib: "~1.5.0" | ||
## Required IDF version | ||
idf: | ||
version: ">=5.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
## IDF Component Manager Manifest File | ||
dependencies: | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.0" | ||
espressif/esp-zboss-lib: "~1.5.0" | ||
espressif/esp-zigbee-lib: "~1.5.0" | ||
## Required IDF version | ||
idf: | ||
version: ">=5.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
## IDF Component Manager Manifest File | ||
dependencies: | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.0" | ||
espressif/esp-zboss-lib: "~1.5.0" | ||
espressif/esp-zigbee-lib: "~1.5.0" | ||
# Required IDF version | ||
idf: | ||
version: ">=5.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
## IDF Component Manager Manifest File | ||
dependencies: | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.0" | ||
espressif/esp-zboss-lib: "~1.5.0" | ||
espressif/esp-zigbee-lib: "~1.5.0" | ||
# Required IDF version | ||
idf: | ||
version: ">=5.0.0" |
4 changes: 2 additions & 2 deletions
4
examples/esp_zigbee_touchlink/touchlink_light/main/idf_component.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
examples/esp_zigbee_touchlink/touchlink_switch/main/idf_component.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
## IDF Component Manager Manifest File | ||
dependencies: | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.0" | ||
espressif/esp-zboss-lib: "~1.5.0" | ||
espressif/esp-zigbee-lib: "~1.5.0" | ||
## Required IDF version | ||
idf: | ||
version: ">=5.0.0" |