mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-11 00:33:38 +00:00
add multicast on all NICs
This commit is contained in:
@@ -7,6 +7,7 @@ const _ = require('lodash');
|
||||
const PLUGINS = require('./plugins.js');
|
||||
const VIEW = require('./view.js');
|
||||
const SAVESLOTS = require('./saveSlots.js');
|
||||
const SEARCH = require('./search.js');
|
||||
|
||||
const devices = {};
|
||||
module.exports.all = devices;
|
||||
@@ -63,6 +64,9 @@ function registerDevice(newDevice) {
|
||||
this.draw();
|
||||
}
|
||||
},
|
||||
getNetworkInterfaces() {
|
||||
return SEARCH.getNetworkInterfaces();
|
||||
},
|
||||
};
|
||||
|
||||
devices[id].plugin = PLUGINS.all[newDevice.type];
|
||||
|
||||
Reference in New Issue
Block a user