Compare commits

..

4 Commits

Author SHA1 Message Date
888411a3f2 merge upstream 2025-10-22 05:37:23 +00:00
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) { constructor(uiConfig, RED, nodeInstance, nameOfNode) {
// Preserve RED reference for HTTP endpoints if needed // Preserve RED reference for HTTP endpoints if needed
this.node = nodeInstance; this.node = nodeInstance;
this.RED = RED; this.RED = RED;