2
0

Added xiaomi plug, changed xiaomi gateway into configurator

This commit is contained in:
Harald Rietman
2017-06-30 21:32:10 +02:00
parent a640734d9d
commit 34a94a3615
8 changed files with 203 additions and 7 deletions
@@ -1,13 +0,0 @@
module.exports = function(RED) {
function RemoteServerNode(n) {
RED.nodes.createNode(this, n);
this.name = n.name;
this.deviceList = n.deviceList || [];
var node = this;
}
RED.nodes.registerType("xiaomi-gateway", RemoteServerNode);
}