feat(gateway): add in/out gateway nodes
This commit is contained in:
@@ -5,6 +5,7 @@ module.exports = function(RED) {
|
||||
this.name = n.name;
|
||||
this.deviceList = n.deviceList || [];
|
||||
this.key = n.key;
|
||||
this.ip = n.ip;
|
||||
|
||||
var node = this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user