fix bad property name

This commit is contained in:
2024-04-05 21:26:18 -05:00
parent e1d5b4a0b7
commit cdf1cf2b01
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ exports.config = {
defaultName: 'ATEM',
connectionType: 'atem',
defaultPort: 9910,
mayChangePort: false,
mayChangePorts: false,
searchOptions: {
type: 'UDPScan',
searchBuffer: Buffer.from([
+1 -1
View File
@@ -7,7 +7,7 @@ exports.config = {
defaultName: 'ETC Eos',
connectionType: 'osc',
defaultPort: 3037,
mayChangePort: true,
mayChangePorts: true,
heartbeatInterval: 5000,
heartbeatTimeout: 6000,
searchOptions: {