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

Fixed wrong datamodel on Occupancy Sensing Cluster #24363

Merged

Conversation

jsloth
Copy link
Contributor

@jsloth jsloth commented Jan 11, 2023

Fixed #24342 Occupancy Sensing Cluster using anonymous bitmap and enum types, now it uses the correctly defined types (according to spec)

@bzbarsky-apple
Copy link
Contributor

That sounds like an excellent plan. (And I approved the spec PR already.)

@jsloth jsloth force-pushed the bugfix/occupancy_sensing_typefix branch from a28869c to 592af9d Compare February 15, 2023 11:31
@github-actions github-actions bot removed documentation Improvements or additions to documentation scripts labels Feb 15, 2023
@jsloth
Copy link
Contributor Author

jsloth commented Feb 15, 2023

I have updated the PR based on the recent spec changes, that was merged yesterday.

@github-actions
Copy link

PR #24363: Size comparison from a6d2883 to 592af9d

Increases (1 build for k32w)
platform target config section a6d2883 592af9d change % change
k32w contact k32w0+release (read/write) 668916 668948 32 0.0
.text 569960 569992 32 0.0
Full report (3 builds for k32w)
platform target config section a6d2883 592af9d change % change
k32w contact k32w0+release (read/write) 668916 668948 32 0.0
.bss 77644 77644 0 0.0
.data 2200 2200 0 0.0
.text 569960 569992 32 0.0
light k32w0+release (read/write) 667764 667764 0 0.0
.bss 77340 77340 0 0.0
.data 2188 2188 0 0.0
.text 569124 569124 0 0.0
lock k32w0+release (read/write) 624576 624576 0 0.0
.bss 75476 75476 0 0.0
.data 2132 2132 0 0.0
.text 544240 544240 0 0.0

@bzbarsky-apple
Copy link
Contributor

@jsloth Note the infineon build error.

@jsloth jsloth force-pushed the bugfix/occupancy_sensing_typefix branch from 592af9d to 920f9f1 Compare February 16, 2023 07:50
Updated occupancy-sensor-server code to comply with changes
Updated examples/lighting-app/infineon/cyw30739/src/ButtonHandler.cpp
@jsloth jsloth force-pushed the bugfix/occupancy_sensing_typefix branch from 920f9f1 to 37efbde Compare February 16, 2023 07:52
@jsloth
Copy link
Contributor Author

jsloth commented Feb 16, 2023

If this this PR is acceptable, I would kindly ask if it can be merged soon, as we are depending on it for an upcoming release🙂

@jmartinez-silabs jmartinez-silabs merged commit 1071d8d into project-chip:master Feb 16, 2023
bzbarsky-apple added a commit to bzbarsky-apple/connectedhomeip that referenced this pull request Feb 16, 2023
bzbarsky-apple added a commit that referenced this pull request Feb 16, 2023
kkasperczyk-no pushed a commit to kkasperczyk-no/sdk-connectedhomeip that referenced this pull request Mar 15, 2023
kkasperczyk-no pushed a commit to kkasperczyk-no/sdk-connectedhomeip that referenced this pull request Mar 15, 2023
lecndav pushed a commit to lecndav/connectedhomeip that referenced this pull request Mar 22, 2023
* Updated Occupancy Cluster XML according to spec

* Zap generated files

* Updated code to comply with changes

Updated occupancy-sensor-server code to comply with changes
Updated examples/lighting-app/infineon/cyw30739/src/ButtonHandler.cpp
lecndav pushed a commit to lecndav/connectedhomeip that referenced this pull request Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Spec] Occupancy Sensing cluster datamodel (XML) use anonymoous bitmap and enum types in attributes
4 participants