Update dependencies and correct node name
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user