Lots of changes

-    Feedback van dataSensor array
-    dataSliders min/max and unit
-    Camera before Unity
-    Restart knop buiten service mode
-    Operator phonenumber button
-    Gracefull shutdown
-    Out of service control
This commit is contained in:
2025-10-23 17:45:35 +02:00
parent f07ba57168
commit cd33670361
36 changed files with 1444 additions and 277 deletions

View File

@@ -39,7 +39,7 @@ export class CameraRunner {
}
sendCommand(
command: string,
command: 'reboot' | 'restart',
callback: (response: { succeed: boolean; message?: string }) => void
) {
if (this.socket == null || !this.socket.connected)