added childId and childname for debug

This commit is contained in:
znetsixe
2025-09-04 17:05:39 +02:00
parent bef39bc533
commit de76803f7e
3 changed files with 5 additions and 2 deletions

View File

@@ -59,6 +59,9 @@ class Measurement {
windowSize: this.config.smoothing.smoothWindow
});
this.measurements.setChildId(this.config.general.id);
this.measurements.setChildName(this.config.general.name);
// Smoothing
this.storedValues = [];