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);