-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Include occupancy sensor from SiLabs #5731
Include occupancy sensor from SiLabs #5731
Conversation
examples/all-clusters-app/all-clusters-common/all-clusters-app.zap
Outdated
Show resolved
Hide resolved
examples/all-clusters-app/all-clusters-common/all-clusters-app.zap
Outdated
Show resolved
Hide resolved
examples/all-clusters-app/all-clusters-common/all-clusters-app.zap
Outdated
Show resolved
Hide resolved
src/app/clusters/occupancy-sensor-server/occupancy-sensor-server.cpp
Outdated
Show resolved
Hide resolved
c7e579b
to
0f759e2
Compare
Should I include a commit with the files changed by |
0f759e2
to
810ae1b
Compare
2d71357
to
0308a58
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
@markus-becker-tridonic-com looks like conflicts again, but also - can we add reporting to this? Reporting definitely works and is supported today. |
will solve the conflicts. the commented code is about out-of-the-box reporting. which seems to be bound to SiLabs code. reporting is working (verified with #6138). |
e321429
to
fe86765
Compare
src/app/clusters/occupancy-sensor-server/occupancy-sensor-server.cpp
Outdated
Show resolved
Hide resolved
src/app/clusters/occupancy-sensor-server/occupancy-sensor-server.cpp
Outdated
Show resolved
Hide resolved
src/app/clusters/occupancy-sensor-server/occupancy-sensor-server.cpp
Outdated
Show resolved
Hide resolved
src/app/clusters/occupancy-sensor-server/occupancy-sensor-server.cpp
Outdated
Show resolved
Hide resolved
b55980e
to
ce76316
Compare
Fixed now. |
@markus-becker-tridonic-com Sadly conflicts here :( |
ce76316
to
70b2be5
Compare
/rebase |
70b2be5
to
f3dfe08
Compare
Size increase report for "esp32-example-build" from 1c2bca5
Full report output
|
@woody-apple conflicts resolved and all checks passed. |
* Add Occupancy sensor from SimplicityStudio v5 * Move to cpp * Adapt Occupancy Sensor Server Cluster to CHIP * Add Occupancy Sensor Server Cluster to all-clusters-app * Add Occupancy Sensing to the list of objects with init function * Add weak implementation of Occupancy Sensor Type * Add occupancy-sensor-server to ESP32 build * Restyled by whitespace * Restyled by clang-format * Apply review suggestions from Lukas Duda. * Remove commented code. * Enable OCCUPANCY_SENSING_CLUSTER/occupancy-sensor-server in zap_cluster_list.py * Add generated modified files Co-authored-by: Restyled.io <[email protected]>
Problem
Occupancy Sensor/Sensing cluster is missing.
Summary of Changes
Please check whether this code can accepted. License has been adapted similarly as the other already imported clusters.