From 073ee5adcc7f66bfc7355e1cf9226c8d682b4e8c Mon Sep 17 00:00:00 2001 From: sparks-alec Date: Sun, 27 Feb 2022 19:10:51 -0500 Subject: [PATCH] make it so Cue View doesn't discover itself! --- plugins/artnet/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/artnet/main.js b/plugins/artnet/main.js index 519a5ef..c4268ed 100644 --- a/plugins/artnet/main.js +++ b/plugins/artnet/main.js @@ -5,7 +5,7 @@ exports.connectionType = 'UDPsocket'; exports.heartbeatInterval = 10000; exports.searchOptions = { type: 'UDPsocket', - searchBuffer: Buffer.from([65, 114, 116, 45, 78, 101, 116, 0x00, 0x00, 0x20, 0x00, 0x0e, 0x00, 0x00]), + searchBuffer: Buffer.from([0x00]), devicePort: 6454, listenPort: 6454, validateResponse (msg, info, devices) {