forked from RnD/measurement
added childId and childname for debug
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user