Listen for and broadcast info notifications

This commit is contained in:
D. Berge
2021-05-20 18:21:01 +02:00
parent 8d3e665206
commit 92210378e1

View File

@@ -9,7 +9,7 @@ function start (server, pingInterval=30000) {
"preplot_lines", "preplot_points",
"planned_lines",
"raw_lines", "raw_shots",
"final_lines", "final_shots"
"final_lines", "final_shots", "info"
];
const wsServer = new ws.Server({ noServer: true });