update config format

This commit is contained in:
sparks-alec
2023-01-08 22:32:17 -05:00
parent d810f3ed40
commit ddcc177bec
9 changed files with 21 additions and 12 deletions
+2 -2
View File
@@ -3,10 +3,10 @@ const Channel = require('./channel');
exports.config = {
defaultName: 'Shure Wireless',
connectionType: 'TCPsocket',
heartbeatInterval: 5000,
heartbeatTimeout: 10000,
defaultPort: 2202,
mayChangePort: false,
heartbeatInterval: 5000,
heartbeatTimeout: 10000,
searchOptions: {
type: 'TCPport',
searchBuffer: Buffer.from('< GET DEVICE_ID >', 'ascii'),