Skip to content

Commit

Permalink
Update src/darwin/Framework/CHIP/MTRBaseDevice.mm
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
  • Loading branch information
joonhaengHeo and bzbarsky-apple committed Apr 18, 2023
1 parent a17aafa commit 1402580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRBaseDevice.mm
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ - (void)readWithAttributePaths:(NSArray<MTRAttributeRequestPath *> * _Nullable)a
std::vector<app::EventPathParams> eventPathParamsList;

if (attributePaths != nil) {
for (uint8_t i = 0; i < [attributePaths count]; i++) {
for (MTRAttributeRequestPath * attributePath in attributePaths) {
chip::EndpointId endpointId = kInvalidEndpointId;
chip::ClusterId clusterId = kInvalidClusterId;
chip::AttributeId attributeId = kInvalidAttributeId;
Expand Down

0 comments on commit 1402580

Please sign in to comment.