Skip to content

Commit

Permalink
Add two missing availability annotations for MTRSubscribeParams prope…
Browse files Browse the repository at this point in the history
…rties. (#24567)

These properties used to have different names.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Dec 6, 2023
1 parent 932356f commit 1848257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/darwin/Framework/CHIP/MTRCluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ NS_ASSUME_NONNULL_BEGIN
*
* If NO, the subscribe will allow any previous subscriptions to remain.
*/
@property (nonatomic, assign, getter=shouldReplaceExistingSubscriptions) BOOL replaceExistingSubscriptions;
@property (nonatomic, assign, getter=shouldReplaceExistingSubscriptions) BOOL replaceExistingSubscriptions MTR_NEWLY_AVAILABLE;

/**
* Whether the subscription should automatically try to re-establish if it
Expand All @@ -127,7 +127,7 @@ NS_ASSUME_NONNULL_BEGIN
* called again.
*
*/
@property (nonatomic, assign, getter=shouldResubscribeIfLost) BOOL resubscribeIfLost;
@property (nonatomic, assign, getter=shouldResubscribeIfLost) BOOL resubscribeIfLost MTR_NEWLY_AVAILABLE;

/**
* The minimum time, in seconds, between consecutive reports a server will send
Expand Down

0 comments on commit 1848257

Please sign in to comment.