updated files

This commit is contained in:
znetsixe
2025-09-22 16:02:04 +02:00
parent 241ed1d3cb
commit d72bfd5560
6 changed files with 10 additions and 11 deletions

View File

@@ -131,7 +131,6 @@ class Measurement {
const downIndex = downValues.timestamps.indexOf(upTimestamp);
if (downIndex !== -1) {
const diff = upValues.values[i] - downValues.values[downIndex];
diffMeasurement.setValue(diff, upTimestamp);
}