update register cmd

This commit is contained in:
2024-07-01 20:27:24 +02:00
parent 73b71a60f5
commit f17bf03eaf
2 changed files with 22 additions and 8 deletions

View File

@@ -33,7 +33,7 @@
connection.onopen = function ()
{
connection.send(clientId + ';' + Math.floor(new Date().getTime()/1000.0).toString());
connection.send(clientId + ';3440;' + Math.floor(new Date().getTime()/1000.0).toString());
setTimeout(() => { connection.send(clientId + ';boats'); }, 100);
};