From 7ecc3794733ab16626611af26e22ed8eb9149524 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 12 Dec 2022 14:36:54 -0600 Subject: [PATCH] pretty x32 plugin --- plugins/x32/main.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/x32/main.js b/plugins/x32/main.js index 700a961..a7d1953 100644 --- a/plugins/x32/main.js +++ b/plugins/x32/main.js @@ -1,6 +1,6 @@ exports.config = { - defaultName: "X32 Mixer", - connectionType: "osc-udp", + defaultName: 'X32 Mixer', + connectionType: 'osc-udp', heartbeatInterval: 9000, defaultPort: 10023, mayChangePort: false, @@ -11,9 +11,9 @@ exports.config = { listenPort: 0, validateResponse(msg, info) { return msg.toString().indexOf('/xinfo') === 0; - } - } -} + }, + }, +}; exports.ready = function ready(device) { const d = device;