update artnet config layout

This commit is contained in:
2022-12-29 16:30:02 -06:00
parent 8728692d31
commit a2cd653730
+1 -2
View File
@@ -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 = {};