diff --git a/powerstats/EaselStateResidencyDataProvider.cpp b/powerstats/EaselStateResidencyDataProvider.cpp index 6b5bdae8..d32eed7b 100644 --- a/powerstats/EaselStateResidencyDataProvider.cpp +++ b/powerstats/EaselStateResidencyDataProvider.cpp @@ -75,8 +75,8 @@ bool EaselStateResidencyDataProvider::getResults( PowerEntityStateResidencyResult result = { .powerEntityId = mPowerEntityId, .stateResidencyData = {{.powerEntityStateId = EASEL_SYNTHETIC_SLEEP_ID, - .totalStateEntryCount = mTotalOnSnapshotCount, .totalTimeInStateMs = mTotalNotOnSnapshotCount, + .totalStateEntryCount = mTotalOnSnapshotCount, .lastEntryTimestampMs = 0}} };