mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-06 14:23:40 +00:00
cleanup
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<h3>Connection Requirements</h3>
|
||||
<ul>
|
||||
<li>Remote App must be set to OSC App under Remote App Interface settings</li>
|
||||
<li>Network Protocol must be set to TCP under Remote App Interface settings</li>
|
||||
</ul>
|
||||
|
||||
+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