Skip to content

Commit 9813339

Browse files
committed
[Darwin] MTRDevice should support multiple delegates
1 parent b742587 commit 9813339

7 files changed

+262
-146
lines changed

src/darwin/Framework/CHIP/MTRDevice.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ MTR_EXTERN NSString * const MTRDataVersionKey MTR_NEWLY_AVAILABLE;
370370
*
371371
* The data-value dictionary also contains this key:
372372
*
373-
* MTRDataVersionKey : NSNumber-wrapped uin32_t. Monotonically increaseing data version for the cluster.
373+
* MTRDataVersionKey : NSNumber-wrapped uin32_t.
374374
*/
375375
- (void)device:(MTRDevice *)device receivedAttributeReport:(NSArray<NSDictionary<NSString *, id> *> *)attributeReport;
376376

0 commit comments

Comments
 (0)