mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-16 11:13:23 +00:00
cleanup
This commit is contained in:
+1
-1
@@ -201,7 +201,7 @@ exports.data = function data(_device, oscData) {
|
||||
]);
|
||||
}
|
||||
} else if (messagePath === '/status') {
|
||||
const status = oscData.args[0];
|
||||
// const status = oscData.args[0];
|
||||
device.send('/info/currcue');
|
||||
} else if (messagePath === '/connected') {
|
||||
device.send('/prod/gettitle');
|
||||
|
||||
Reference in New Issue
Block a user