A tiny bit clearer logging (#33)

This commit is contained in:
Adam Shiervani 2025-04-09 12:48:16 +02:00 committed by GitHub
parent dc5aed27e8
commit 710c4d73b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -285,7 +285,12 @@ function setupClientWebSocket(clientWs: WebSocket, deviceId: string, token: stri
return clientWs.close(); return clientWs.close();
} }
console.log("[Client] Sending client connected message to device", version); console.log(
"[Client] Sending client device-metadata, version:",
version,
" - ",
deviceId,
);
clientWs.send( clientWs.send(
JSON.stringify({ JSON.stringify({