This commit is contained in:
Woutverheijen
2025-10-16 11:44:00 +02:00
parent 496c5688bc
commit 1fc99ad8e6

View File

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