Update dependencies and correct node name

This commit is contained in:
2025-09-24 15:27:08 +02:00
parent da1cff55ba
commit 905674ce58
5 changed files with 23 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
const nameOfNode = "advancedReactor"; // name of the node, should match file name and node type in Node-RED
const nameOfNode = "reactor"; // name of the node, should match file name and node type in Node-RED
const nodeClass = require('./src/nodeClass.js'); // node class
const { MenuManager } = require('generalFunctions');