forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Darwin availability annotations for Mode Select:
* Marks the new commands and associated feature provisional, because those changes might not in fact happen to Mode Select. * Marks the new tagName field of ModeTagStruct as provisional, for the same reason. * Marks the new enums provisional, for the same reason. * Handles the rename of SemanticTagStruct to ModeTagStruct by pretending that we directly renamed SemanticTag to ModeTagStruct and then adding a manual SemanticTagStruct shim. * Handles the renames of the OnOff feature and the ModeTags field of the ModeOptionsStruct. Fixes project-chip#27085 (with the first item in there fixed in project-chip#27088).
- Loading branch information
1 parent
1793a4c
commit 2f41f30
Showing
18 changed files
with
116 additions
and
673 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/** | ||
* Copyright (c) 2023 Project CHIP Authors | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
#import <Matter/MTRBackwardsCompatShims.h> | ||
|
||
/** | ||
* This file defines implementations of manual backwards-compat shims of various sorts to handle | ||
* API changes that happened. | ||
*/ | ||
|
||
@implementation MTRModeSelectClusterSemanticTagStruct | ||
@end |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
46 changes: 0 additions & 46 deletions
46
src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.mm
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.