mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-09 15:53:38 +00:00
add atem transition bar
This commit is contained in:
@@ -230,6 +230,10 @@ function initDeviceConnection(id) {
|
||||
};
|
||||
plugins[type].data(device, msg);
|
||||
});
|
||||
|
||||
device.connection.on('connectionLost', () => {
|
||||
console.log('connection lost');
|
||||
});
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user