Compare commits

...

3 Commits

Author SHA1 Message Date
Woutverheijen
e6158a3950 remove tests 2025-10-16 11:51:29 +02:00
Woutverheijen
66593fb76c test2 2025-10-16 11:44:44 +02:00
Woutverheijen
1fc99ad8e6 test 2025-10-16 11:44:00 +02:00

View File

@@ -18,6 +18,7 @@ class nodeClass {
*/
constructor(uiConfig, RED, nodeInstance, nameOfNode) {
// Preserve RED reference for HTTP endpoints if needed
this.node = nodeInstance;
this.RED = RED;