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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user