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

@@ -33,7 +33,7 @@ const nodeTemplates = {
parent: "node-input-parent",
},
projectSettingsURL:
"http://localhost:1880/generalfunctions/settings/projectSettings.json",
"http://localhost:1880/generalFunctions/settings/projectSettings.json",
},
exampleTemplate: {

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);
}