-
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.4.0(290e291c)
- Updated esp-zboss-lib to v1.4.0 - Updated esp-zigbee-lib to v1.4.0 - Supported more flexible ZCL data model APIs - Supported sending ZCL commands without client cluster - Supported receiving ZCL commands without server cluster for gateway endpoint - Supported ZDO energy detection - Supported ZDO scanning of closed networks - Supported ZCL IAS WD cluster - Optimized ZCL window covering and controller device type support - Added ZCL window covering cluster message callback - Fixed issues with attribute reporting and reading when fragmentation is required - Closes: #345 - Closes: #362
- Loading branch information
Showing
25 changed files
with
76 additions
and
40 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 IAS WD | ||
========== | ||
|
||
Zigbee Cluster Library (ZCL) IAS WD cluster usage definition for ESP Zigbee SDK. | ||
|
||
|
||
.. include-build-file:: inc/esp_zigbee_zcl_ias_wd.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.3.0" | ||
espressif/esp-zigbee-lib: "~1.3.0" | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.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.3.0" | ||
espressif/esp-zigbee-lib: "~1.3.0" | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.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.3.0" | ||
espressif/esp-zigbee-lib: "~1.3.0" | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.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.3.0" | ||
espressif/esp-zigbee-lib: "~1.3.0" | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.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.3.0" | ||
espressif/esp-zigbee-lib: "~1.3.0" | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.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.3.0" | ||
espressif/esp-zigbee-lib: "~1.3.0" | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.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.3.0" | ||
espressif/esp-zigbee-lib: "~1.3.0" | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.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.3.0" | ||
espressif/esp-zigbee-lib: "~1.3.0" | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.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.3.0" | ||
espressif/esp-zigbee-lib: "~1.3.0" | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.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.3.0" | ||
espressif/esp-zigbee-lib: "~1.3.0" | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.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.3.0" | ||
espressif/esp-zigbee-lib: "~1.3.0" | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.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.3.0" | ||
espressif/esp-zigbee-lib: "~1.3.0" | ||
espressif/esp-zboss-lib: "~1.4.0" | ||
espressif/esp-zigbee-lib: "~1.4.0" | ||
## Required IDF version | ||
idf: | ||
version: ">=5.0.0" |