Skip to content

Commit

Permalink
Add back missed code
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Oct 31, 2024
1 parent 782b1d3 commit 5546d96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/reporting/Read.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ DataModel::ActionReturnStatus RetrieveClusterData(DataModel::Provider * dataMode
AttributeReportIBs::Builder & reportBuilder,
const ConcreteReadAttributePath & path, AttributeEncodeState * encoderState)
{
ChipLogDetail(DataManagement, "<RE:Run> Cluster %" PRIx32 ", Attribute %" PRIx32 " is dirty", path.mClusterId,
path.mAttributeId);
DataModelCallbacks::GetInstance()->AttributeOperation(DataModelCallbacks::OperationType::Read,
DataModelCallbacks::OperationOrder::Pre, path);

DataModel::ReadAttributeRequest readRequest;

if (isFabricFiltered)
Expand Down

0 comments on commit 5546d96

Please sign in to comment.