forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate terms and conditions configurations into the all-clusters s…
…ample app This commit adds support for terms and conditions configurations to the all-clusters sample app. The following changes have been made: - Added methods in ConfigurationManager.h to retrieve and set terms and conditions configurations. - Implemented these methods in GenericConfigurationManagerImpl.h and GenericConfigurationManagerImpl.ipp. - Updated ConfigurationManagerImpl.cpp to initialize default values for terms and conditions configurations if they do not exist. - Added new configuration keys in PosixConfig.h to represent terms and conditions configurations. These changes enable the all-clusters sample app to handle terms and conditions configurations efficiently, enhancing its functionality.
- Loading branch information
1 parent
b2441ea
commit e6865d7
Showing
6 changed files
with
79 additions
and
9 deletions.
There are no files selected for viewing
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
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
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
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
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
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