Skip to content

Commit

Permalink
Update src/darwin/Framework/CHIP/MTRDeviceControllerDataStore.h
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
jtung-apple and bzbarsky-apple authored Apr 11, 2024
1 parent 92aec71 commit fc33a56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/darwin/Framework/CHIP/MTRDeviceControllerDataStore.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ NS_ASSUME_NONNULL_BEGIN

// clusterDataByNode a dictionary: nodeID => cluster data dictionary
typedef void (^MTRDeviceControllerDataStoreClusterDataHandler)(NSDictionary<NSNumber *, NSDictionary<MTRClusterPath *, MTRDeviceClusterData *> *> * clusterDataByNode);

/**
* Asks the data store to load cluster data for nodes in bulk, if the storageDelegate supports it.
*/
Expand Down

0 comments on commit fc33a56

Please sign in to comment.