-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(zigbee): Fix removed cluster_role attribute #10576
fix(zigbee): Fix removed cluster_role attribute #10576
Conversation
👋 Hello P-R-O-C-H-Y, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
610d88c
to
c049218
Compare
Memory usage test (comparing PR against master branch)The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.
Click to expand the detailed deltas report [usage change in BYTES]
|
Test Results 56 files 56 suites 4m 18s ⏱️ Results for commit c049218. |
* fix(zigbee): Bump zigbee version and use 1.6.0 (#10563) Co-authored-by: Me No Dev <[email protected]> * IDF release/v5.1 f12cfcbc * fix(zigbee): Add require public for zigbee libs * fix(zigbee): Guard the Zigbee library * IDF release/v5.1 5b6aa191 * fix(zigbee): Bump zigbee version and use 1.6.0 (#10563) Co-authored-by: Me No Dev <[email protected]> * fix(zigbee): Add require public for zigbee libs * fix(zigbee): Guard the Zigbee library * fix(zigbee): Fix removed cluster_role attribute (#10576) * IDF release/v5.1 5b6aa191 * fix(build): Update package_esp32_index.template.json --------- Co-authored-by: Jan Procházka <[email protected]>
* fix(zigbee): Bump zigbee version and use 1.6.0 (#10563) Co-authored-by: Me No Dev <[email protected]> * IDF release/v5.1 f12cfcbc * fix(zigbee): Add require public for zigbee libs * fix(zigbee): Guard the Zigbee library * IDF release/v5.1 5b6aa191 * fix(zigbee): Bump zigbee version and use 1.6.0 (#10563) Co-authored-by: Me No Dev <[email protected]> * fix(zigbee): Add require public for zigbee libs * fix(zigbee): Guard the Zigbee library * fix(zigbee): Fix removed cluster_role attribute (#10576) * IDF release/v5.1 5b6aa191 * fix(build): Update package_esp32_index.template.json * IDF release/v5.1 9439479f --------- Co-authored-by: Jan Procházka <[email protected]>
* fix(zigbee): Bump zigbee version and use 1.6.0 (#10563) Co-authored-by: Me No Dev <[email protected]> * fix(zigbee): Add require public for zigbee libs * fix(zigbee): Guard the Zigbee library * fix(zigbee): Fix removed cluster_role attribute (#10576) * fix(hosted): Update hosted configuration * fix(hosted): Fix Hosted deinit and protect reinit for now * IDF release/v5.3 a0f798cf * IDF release/v5.3 a0f798cf --------- Co-authored-by: Jan Procházka <[email protected]>
Description of Change
Remove cluster_role from attribute command structure, as it was removed in the last zigbee-sdk 1.6.0
Tests scenarios
Related links