Working config node and xiaomi-ht node, added package.json
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user