Added xiaomi plug, changed xiaomi gateway into configurator
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user