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 -1
View File
@@ -3,9 +3,10 @@ const _ = require('lodash');
exports.config = {
defaultName: 'sACN',
connectionType: 'multicast',
heartbeatInterval: 5000,
defaultPort: 5568,
mayChangePort: false,
heartbeatInterval: 5000,
heartbeatTimeout: 15000,
searchOptions: {
type: 'multicast',
address: getMulticastGroup(1),