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.
Add support for terms and conditions check and enhanced setup flow
This commit adds support for terms and conditions (TC) check and enhances the setup flow as part of the Connected Home over IP (CHIP) Specification 1.4. Changes include: - Extended support for terms and conditions check and enhanced setup flow feature as part of the connectedhomeip spec 1.4. - Added functionality to retrieve and store Terms and Conditions (TC) information, including accepted version, minimum required version, acknowledgements, and required acknowledgements. - Implemented methods in `TermsAndConditionsManager` to handle TC versioning and acknowledgements. - Updated `GeneralCommissioningAttrAccess` to include support for reading TC-related attributes. - Added callback functions in `emberAfGeneralCommissioningCluster` to handle TC acknowledgements during commissioning. - Integrated `TermsAndConditionsManager` into the server context for managing TC-related information. - Enhanced error handling and logging for TC-related operations. - Adjusted build configuration to include default values for TC versioning and acknowledgements. - Expanded configuration management in `ConfigurationManagerImpl` to handle TC-related configuration keys. - Updated `PosixConfig` to include configuration keys for TC-related information. - Implemented default values for TC versioning and acknowledgements in `ConfigurationManagerImpl`.
- Loading branch information
1 parent
5a7421f
commit 322f3c1
Showing
14 changed files
with
454 additions
and
72 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
Oops, something went wrong.