Add advanced-reactor node-red implementation and update package.json references
This commit is contained in:
9
advanced-reactor.js
Normal file
9
advanced-reactor.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = function(RED) {
|
||||
function reactor(config) {
|
||||
RED.nodes.createNode(this, config);
|
||||
var node = this;
|
||||
|
||||
let name = config.name;
|
||||
}
|
||||
RED.nodes.registerType("advanced-reactor", reactor);
|
||||
}
|
||||
Reference in New Issue
Block a user