-
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
[Silabs] Adds refrigerator application #35433
[Silabs] Adds refrigerator application #35433
Conversation
Review changes with SemanticDiff. Analyzed 2 of 26 files. File Information
|
PR #35433: Size comparison from 2bdbc76 to d183a69 Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
examples/refrigerator-app/silabs/data_model/refrigerator-wifi-app.matter
Outdated
Show resolved
Hide resolved
There is still the
|
@shgutte Wouldn't OTA clusters be missing from .zap and .matter files? "name": "OTA Software Update Provider",
"code": 41,
"mfgCode": null,
"define": "OTA_SOFTWARE_UPDATE_PROVIDER_CLUSTER",
"side": "client",
"enabled": 1,
Not enabled for refrigerator-app/silabs/build_for_wifi_args.gni
But enabled for air-quality-sensor-app/silabs/openthread.gni Building error:
|
Thanks.
|
Hey @lboue |
I am not allowed to merge your PR. |
* 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 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>
* [Silabs] Adds refrigerator application (#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>
…5433) * 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> (cherry picked from commit f59864b)
…t-chip#35433)" This reverts commit ccf8859. Signed-off-by: Gatien Chapon <gatien.chapon@nxp.com>
* 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>
…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>
Adding the new refrigerator application for the silabs