Skip to content
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

Merged

Conversation

P-R-O-C-H-Y
Copy link
Member

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

@P-R-O-C-H-Y P-R-O-C-H-Y requested a review from me-no-dev November 6, 2024 10:17
@P-R-O-C-H-Y P-R-O-C-H-Y self-assigned this Nov 6, 2024
Copy link
Contributor

github-actions bot commented Nov 6, 2024

Warnings
⚠️
	The **target branch** for this Pull Request **must be the default branch** of the project (`master`).

	If you would like to add this feature to a different branch, please state this in the PR description and we will consider it.

👋 Hello P-R-O-C-H-Y, we appreciate your contribution to this project!


Click to see more instructions ...


This automated output is generated by the PR linter DangerJS, which checks if your Pull Request meets the project's requirements and helps you fix potential issues.

DangerJS is triggered with each push event to a Pull Request and modify the contents of this comment.

Please consider the following:
- Danger mainly focuses on the PR structure and formatting and can't understand the meaning behind your code or changes.
- Danger is not a substitute for human code reviews; it's still important to request a code review from your colleagues.
- Resolve all warnings (⚠️ ) before requesting a review from human reviewers - they will appreciate it.
- To manually retry these Danger checks, please navigate to the Actions tab and re-run last Danger workflow.

Review and merge process you can expect ...


We do welcome contributions in the form of bug reports, feature requests and pull requests.

1. An internal issue has been created for the PR, we assign it to the relevant engineer.
2. They review the PR and either approve it or ask you for changes or clarifications.
3. Once the GitHub PR is approved we do the final review, collect approvals from core owners and make sure all the automated tests are passing.
- At this point we may do some adjustments to the proposed change, or extend it by adding tests or documentation.
4. If the change is approved and passes the tests it is merged into the default branch.

Generated by 🚫 dangerJS against c049218

Copy link
Contributor

github-actions bot commented Nov 6, 2024

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.

MemoryFLASH [bytes]FLASH [%]RAM [bytes]RAM [%]
TargetDECINCDECINCDECINCDECINC
ESP32C6💚 -11K0💚 -2.150.00💚 -3360💚 -1.020.00
ESP32H2💚 -11K0💚 -2.080.00💚 -3360💚 -1.040.00
Click to expand the detailed deltas report [usage change in BYTES]
TargetESP32C6ESP32H2
ExampleFLASHRAMFLASHRAM
Zigbee/examples/Zigbee_Color_Dimmable_Light💚 -11K💚 -40💚 -11K💚 -24
Zigbee/examples/Zigbee_Color_Dimmer_Switch💚 -3K💚 -32💚 -3K💚 -32
Zigbee/examples/Zigbee_On_Off_Light💚 -11K💚 -40💚 -11K💚 -40
Zigbee/examples/Zigbee_On_Off_Switch💚 -3K💚 -32💚 -3K💚 -32
Zigbee/examples/Zigbee_Scan_Networks💚 -1542💚 -48💚 -1586💚 -32
Zigbee/examples/Zigbee_Temp_Hum_Sensor_Sleepy----
Zigbee/examples/Zigbee_Temperature_Sensor💚 -1566💚 -16💚 -1620💚 -32
Zigbee/examples/Zigbee_Thermostat💚 -1452💚 -336💚 -1514💚 -336

Copy link
Contributor

github-actions bot commented Nov 6, 2024

Test Results

 56 files   56 suites   4m 18s ⏱️
 21 tests  21 ✅ 0 💤 0 ❌
134 runs  134 ✅ 0 💤 0 ❌

Results for commit c049218.

@me-no-dev me-no-dev merged commit 70df8f0 into espressif:idf-release/v5.1 Nov 6, 2024
44 of 46 checks passed
me-no-dev added a commit that referenced this pull request Nov 6, 2024
* 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]>
me-no-dev added a commit that referenced this pull request Nov 13, 2024
* 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]>
me-no-dev added a commit that referenced this pull request Nov 13, 2024
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants