Skip to content

Commit

Permalink
Change device list to device type list
Browse files Browse the repository at this point in the history
  • Loading branch information
nivi-apple committed Apr 24, 2024
1 parent bf93ba7 commit 7e3320c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ MTR_EXTERN NSString * const MTRDataVersionKey MTR_NEWLY_AVAILABLE;
- (void)deviceCachePrimed:(MTRDevice *)device MTR_NEWLY_AVAILABLE;

/**
* Notifies delegate when the device configuration changes. Device configuration changes include updates in parts list, device list,
* Notifies delegate when the device configuration changes. Device configuration changes include updates in parts list, device type list,
* server list, feature map or cluster revision attributes in the descriptor cluster.
*
* This is called when the MTRDevice object detects a change in the device configuration and reports that to the delegate.
Expand Down
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRDevice.mm
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ @implementation MTRDevice {

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

Expand Down

0 comments on commit 7e3320c

Please sign in to comment.