Skip to content

Commit 4d609b2

Browse files
committed
Valve: Disco ball - start of Remaining duration with Q
1 parent 1d4184c commit 4d609b2

7 files changed

+869
-171
lines changed

src/app/cluster-building-blocks/QuieterReporting.h

+2
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ class QuieterReportingAttribute
205205
return isNewlyDirty ? AttributeDirtyState::kMustReport : AttributeDirtyState::kNoReportNeeded;
206206
}
207207

208+
chip::System::Clock::Timeout GetLastReportTime() { return mLastDirtyTimestampMillis; }
209+
208210
/**
209211
* Same as the other `SetValue`, but assumes a changedPredicate that never overrides to dirty.
210212
*

0 commit comments

Comments
 (0)