Skip to content

Commit

Permalink
[im] Pass forward aInteractionTimeout in all SubscribeAttribute APIs.
Browse files Browse the repository at this point in the history
  • Loading branch information
turon committed Oct 20, 2022
1 parent 39e2a6c commit 2399588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/ReadInteraction.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ CHIP_ERROR SubscribeAttribute(
return SubscribeAttribute<typename AttributeTypeInfo::DecodableType>(
exchangeMgr, sessionHandle, endpointId, AttributeTypeInfo::GetClusterId(), AttributeTypeInfo::GetAttributeId(), onReportCb,
onErrorCb, aMinIntervalFloorSeconds, aMaxIntervalCeilingSeconds, onSubscriptionEstablishedCb, onResubscriptionAttemptCb,
fabricFiltered, keepPreviousSubscriptions, aDataVersion);
fabricFiltered, keepPreviousSubscriptions, aDataVersion, aInteractionTimeout);
}

namespace detail {
Expand Down

0 comments on commit 2399588

Please sign in to comment.