mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-13 17:53:39 +00:00
make a newly manually added device the active device
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ function registerDevice(newDevice, discoveryMethod) {
|
||||
|
||||
VIEW.addDeviceToList(devices[id]);
|
||||
initDeviceConnection(id);
|
||||
return true;
|
||||
return devices[id];
|
||||
}
|
||||
module.exports.registerDevice = registerDevice;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user