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

5
.vscode/launch.json vendored
View File

@@ -11,7 +11,10 @@
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}\\dist\\Entry.js"
"program": "${workspaceFolder}\\dist\\Entry.js",
"args": [
"--no-reboot"
]
}
]
}