Skip to content

Commit fc8317c

Browse files
committed
refactor: move PowerMeasurer back to server since not reusable as-is
1 parent 2395197 commit fc8317c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

backend/src/main/java/net/laprun/sustainability/power/PowerMeasurer.java renamed to server/src/main/java/net/laprun/sustainability/power/PowerMeasurer.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,8 @@ public SensorMetadata metadata() {
7979
public Duration getSamplingPeriod() {
8080
return samplingPeriod;
8181
}
82+
83+
public Persistence persistence() {
84+
return persistence;
85+
}
8286
}

0 commit comments

Comments
 (0)