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
+3 -1
View File
@@ -1,8 +1,10 @@
exports.config = {
defaultName: 'Art-Net',
connectionType: 'UDPsocket',
heartbeatInterval: 10000,
defaultPort: 6454,
mayChangePort: false,
heartbeatInterval: 5000,
heartbeatTimeout: 15000,
searchOptions: {
type: 'UDPsocket',
searchBuffer: Buffer.from([0x00]),