diff --git a/measurement.html b/measurement.html
index c5434d3..78ee0d3 100644
--- a/measurement.html
+++ b/measurement.html
@@ -8,8 +8,18 @@
| **Control Module** | `#a9daee` | zwart |
-->
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -258,122 +91,515 @@
diff --git a/measurement.js b/measurement.js
index 793e703..1a81e9e 100644
--- a/measurement.js
+++ b/measurement.js
@@ -1,4 +1,5 @@
const nameOfNode = 'measurement'; // this is the name of the node, it should match the file name and the node type in Node-RED
+const path = require('path');
const nodeClass = require('./src/nodeClass.js'); // this is the specific node class
const { MenuManager, configManager, assetApiConfig } = require('generalFunctions');
const assetUtils = require('generalFunctions/assetUtils');
@@ -38,6 +39,18 @@ module.exports = function(RED) {
}
});
+ // Editor JS modules — loaded by measurement.html via