2
0

Working config node and xiaomi-ht node, added package.json

This commit is contained in:
Harald Rietman
2017-06-30 19:14:32 +02:00
parent 0b086db400
commit 4645f0b803
6 changed files with 124 additions and 77 deletions

View File

@@ -3,12 +3,9 @@ module.exports = function(RED) {
function RemoteServerNode(n) {
RED.nodes.createNode(this, n);
this.name = n.name;
this.group = n.group;
this.port = n.port;
this.udpv = n.udpv;
this.deviceList = n.deviceList || [];
var node = this;
}
RED.nodes.registerType("xiaomi-gateway", RemoteServerNode);