Skip to content

Commit 6bd80b0

Browse files
authoredMay 20, 2024
Updating min subscription time for darwin to 10 minutes (project-chip#33522)
1 parent 37af39c commit 6bd80b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/darwin/Framework/CHIP/MTRDevice.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ - (void)_setDSTOffsets:(NSArray<MTRTimeSynchronizationClusterDSTOffsetStruct *>
682682
#pragma mark Subscription and delegate handling
683683

684684
// subscription intervals are in seconds
685-
#define MTR_DEVICE_SUBSCRIPTION_MAX_INTERVAL_MIN (1 * 60) // 1 minute (for now)
685+
#define MTR_DEVICE_SUBSCRIPTION_MAX_INTERVAL_MIN (10 * 60) // 10 minutes (for now)
686686
#define MTR_DEVICE_SUBSCRIPTION_MAX_INTERVAL_MAX (60 * 60) // 60 minutes
687687

688688
- (void)setDelegate:(id<MTRDeviceDelegate>)delegate queue:(dispatch_queue_t)queue

0 commit comments

Comments
 (0)
Please sign in to comment.