Skip to content

Commit 7e3320c

Browse files
committed
Change device list to device type list
1 parent bf93ba7 commit 7e3320c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/darwin/Framework/CHIP/MTRDevice.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ MTR_EXTERN NSString * const MTRDataVersionKey MTR_NEWLY_AVAILABLE;
424424
- (void)deviceCachePrimed:(MTRDevice *)device MTR_NEWLY_AVAILABLE;
425425

426426
/**
427-
* Notifies delegate when the device configuration changes. Device configuration changes include updates in parts list, device list,
427+
* Notifies delegate when the device configuration changes. Device configuration changes include updates in parts list, device type list,
428428
* server list, feature map or cluster revision attributes in the descriptor cluster.
429429
*
430430
* This is called when the MTRDevice object detects a change in the device configuration and reports that to the delegate.

src/darwin/Framework/CHIP/MTRDevice.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ @implementation MTRDevice {
374374

375375
// This boolean keeps track of any device configuration changes received in an attribute report
376376
// and when the report ends, we notify the delegate. Device configuration changes include parts
377-
// list, server list, device list, cluster revision and feature map updates.
377+
// list, server list, device type list, cluster revision and feature map updates.
378378
BOOL _deviceConfigurationChanged;
379379
}
380380

0 commit comments

Comments
 (0)