Moved gateway key into configurator
This commit is contained in:
@@ -4,6 +4,7 @@ module.exports = function(RED) {
|
||||
RED.nodes.createNode(this, n);
|
||||
this.name = n.name;
|
||||
this.deviceList = n.deviceList || [];
|
||||
this.key = n.key;
|
||||
|
||||
var node = this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user