2
0

Moved gateway key into configurator

This commit is contained in:
Harald Rietman
2017-06-30 22:02:50 +02:00
parent 34a94a3615
commit 15d1a38dce
4 changed files with 11 additions and 11 deletions
@@ -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;
}