-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply API review fixes for MTRReadParams and MTRSubscribeParams. (#23491
) This is a re-landing of PR #22592 but modified to preserve the old APIs. * Move minInterval and maxInterval into MTRSubscribeParams. * Make the booleans in MTRSubsribeParams and MTRReadParams just BOOL (inited to the default) instead of "NSNumber with nil meaning default". The header changes not accompanied by backwards-compat shims are OK for the following reasons: * In MTRBaseDevice, the changes are to MTR_NEWLY_AVAILABLE APIs. * The changes to MTRDeviceController+XPC.h are source+binary compatible. * MTRDeviceOverXPC.h is not a public header. * In MTRBaseClusters.h, the changes are to MTR_NEWLY_AVAILABLE APIs.
- Loading branch information
1 parent
4c60b2c
commit 8dd95b6
Showing
21 changed files
with
34,183 additions
and
36,732 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
Oops, something went wrong.