From 66593fb76c5b262393b282cef16f42835dbb1628 Mon Sep 17 00:00:00 2001 From: Woutverheijen Date: Thu, 16 Oct 2025 11:44:44 +0200 Subject: [PATCH] test2 --- src/nodeClass.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/nodeClass.js b/src/nodeClass.js index 3eecce0..77f9139 100644 --- a/src/nodeClass.js +++ b/src/nodeClass.js @@ -20,6 +20,9 @@ class nodeClass { //test + + //test2 + // Preserve RED reference for HTTP endpoints if needed this.node = nodeInstance; this.RED = RED;