mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-09 07:43:39 +00:00
update artnet config layout
This commit is contained in:
@@ -4,6 +4,7 @@ exports.config = {
|
||||
defaultName: 'Art-Net',
|
||||
connectionType: 'UDPsocket',
|
||||
heartbeatInterval: 10000,
|
||||
defaultPort: 6454,
|
||||
searchOptions: {
|
||||
type: 'UDPsocket',
|
||||
searchBuffer: Buffer.from([0x00]),
|
||||
@@ -16,8 +17,6 @@ exports.config = {
|
||||
},
|
||||
};
|
||||
|
||||
exports.defaultPort = 6454;
|
||||
|
||||
exports.ready = function ready(_device) {
|
||||
const device = _device;
|
||||
device.data.universes = {};
|
||||
|
||||
Reference in New Issue
Block a user