-
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
[Cherry-pick] Adds refrigerator application (#35433) #36138
Merged
andy31415
merged 2 commits into
project-chip:v1.4-branch
from
shgutte:feature/refrigerator-application-1.4
Oct 21, 2024
Merged
[Cherry-pick] Adds refrigerator application (#35433) #36138
andy31415
merged 2 commits into
project-chip:v1.4-branch
from
shgutte:feature/refrigerator-application-1.4
Oct 21, 2024
Conversation
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
* Added the refrigerator application * Added Implementation of the application * Added RefrigeratorManager * Added changes for the callback and the attribute update * Added changes fot attribute data type * added changes for the refrigrator UI * Updated the wifi args and open thread files * Added changes for refrigerator UI * Added build fixes * Fixed build errors * Added changes for new zap attributes * Added changes for the readme file * Added date and spelling mistake changes * Added changes for spelling mistake * Added updated zap matter file and removed the commented code * Removed the unwanted services from gn file * Added function header * Updated task name and removed the incorrect data * Added callbacks * Modified the datat type and the removed the callback * Removed unwated changes * Added changes for authors * Restyled by whitespace * Restyled by clang-format * Restyled by gn * Added changes according to comments * Added the WiFi boards in the board list * Update examples/refrigerator-app/silabs/include/CHIPProjectConfig.h Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> * Update examples/refrigerator-app/silabs/README.md Co-authored-by: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> * Fixed the unint32_t alignment for the * Added changes according to comment * Removing warning * Replaced the SILABS_LOGS with CHIPLog * Corrected the application name * Update examples/refrigerator-app/silabs/README.md Co-authored-by: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> * Update examples/refrigerator-app/silabs/README.md Co-authored-by: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> * Update examples/refrigerator-app/silabs/src/RefrigeratorUI.cpp Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> * Update examples/refrigerator-app/silabs/src/AppTask.cpp Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> * Update examples/refrigerator-app/silabs/src/AppTask.cpp Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> * Update examples/refrigerator-app/silabs/src/AppTask.cpp Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> * Update examples/refrigerator-app/silabs/src/RefrigeratorManager.cpp Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> * Update examples/refrigerator-app/silabs/src/AppTask.cpp Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> * Update examples/refrigerator-app/silabs/src/RefrigeratorManager.cpp Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> * Update examples/refrigerator-app/silabs/src/RefrigeratorManager.cpp Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> * Update examples/refrigerator-app/silabs/include/AppTask.h Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> * Removed commented code * Updated read me for OTA documentation for SiWx917 * Adds changes for refrigerator modes and callbacks * Added chip logs * Updated the error message * Restyled by whitespace * Restyled by clang-format * Updated refrigerator app matter file * Added the changes related to zap file and the mode supported * Restyled by whitespace * Restyled by clang-format * Added changes for Temperature Controller feature Map * Updated featureMap value for matter file * Removed the temperature level * Removed the startup and on mode from attributes * Setting min and max temperature for the controlled cabinet * Removed the Temperature level attribute from the Temperature controller * Removed the min and max temperature * Removed the attribute update for refrigerator and temperature cluster * Added changes for the zap file * Added restyle changes * Updated matter file * Added OTA requester * Added changes for the attribute * Added changes for the zap --------- Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> Co-authored-by: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com>
Review changes with SemanticDiff. Analyzed 2 of 26 files. File Information
|
@shgutte You need to regenerate the zap files. |
mkardous-silabs
approved these changes
Oct 18, 2024
andy31415
approved these changes
Oct 21, 2024
maciejbaczmanski
pushed a commit
to maciejbaczmanski/connectedhomeip
that referenced
this pull request
Jan 16, 2025
…hip#35433) (project-chip#36138) * [Silabs] Adds refrigerator application (project-chip#35433) * Added the refrigerator application * Added Implementation of the application * Added RefrigeratorManager * Added changes for the callback and the attribute update * Added changes fot attribute data type * added changes for the refrigrator UI * Updated the wifi args and open thread files * Added changes for refrigerator UI * Added build fixes * Fixed build errors * Added changes for new zap attributes * Added changes for the readme file * Added date and spelling mistake changes * Added changes for spelling mistake * Added updated zap matter file and removed the commented code * Removed the unwanted services from gn file * Added function header * Updated task name and removed the incorrect data * Added callbacks * Modified the datat type and the removed the callback * Removed unwated changes * Added changes for authors * Restyled by whitespace * Restyled by clang-format * Restyled by gn * Added changes according to comments * Added the WiFi boards in the board list * Update examples/refrigerator-app/silabs/include/CHIPProjectConfig.h Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> * Update examples/refrigerator-app/silabs/README.md Co-authored-by: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> * Fixed the unint32_t alignment for the * Added changes according to comment * Removing warning * Replaced the SILABS_LOGS with CHIPLog * Corrected the application name * Update examples/refrigerator-app/silabs/README.md Co-authored-by: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> * Update examples/refrigerator-app/silabs/README.md Co-authored-by: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> * Update examples/refrigerator-app/silabs/src/RefrigeratorUI.cpp Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> * Update examples/refrigerator-app/silabs/src/AppTask.cpp Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> * Update examples/refrigerator-app/silabs/src/AppTask.cpp Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> * Update examples/refrigerator-app/silabs/src/AppTask.cpp Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> * Update examples/refrigerator-app/silabs/src/RefrigeratorManager.cpp Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> * Update examples/refrigerator-app/silabs/src/AppTask.cpp Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> * Update examples/refrigerator-app/silabs/src/RefrigeratorManager.cpp Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> * Update examples/refrigerator-app/silabs/src/RefrigeratorManager.cpp Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> * Update examples/refrigerator-app/silabs/include/AppTask.h Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> * Removed commented code * Updated read me for OTA documentation for SiWx917 * Adds changes for refrigerator modes and callbacks * Added chip logs * Updated the error message * Restyled by whitespace * Restyled by clang-format * Updated refrigerator app matter file * Added the changes related to zap file and the mode supported * Restyled by whitespace * Restyled by clang-format * Added changes for Temperature Controller feature Map * Updated featureMap value for matter file * Removed the temperature level * Removed the startup and on mode from attributes * Setting min and max temperature for the controlled cabinet * Removed the Temperature level attribute from the Temperature controller * Removed the min and max temperature * Removed the attribute update for refrigerator and temperature cluster * Added changes for the zap file * Added restyle changes * Updated matter file * Added OTA requester * Added changes for the attribute * Added changes for the zap --------- Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> Co-authored-by: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> * Added changes for the zap files --------- Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com> Co-authored-by: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> (cherry picked from commit 803e819) Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added Implementation of the application
PR-merged in CSA: #35433