From a9ad7ff965f072675231c6e845e040395f25336f Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 30 Jul 2026 10:14:19 -0600 Subject: [PATCH] Add some extra tests --- index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index a68f705..a2a731a 100644 --- a/index.js +++ b/index.js @@ -135,7 +135,9 @@ conn.on("message", (data) => { console.log("LFM filter accepted by server."); // TEST - // conn.send(JSON.stringify(["CAL","616","p"])) + // conn.send(JSON.stringify(["CAL","653"])) + // conn.send(JSON.stringify(["CAL","655"])) + // conn.send(JSON.stringify(["CAL","634"])) } else { console.error("LFM filter rejected by server:", parsed[1]); process.exit(1);