Added support for maintenance tracking in hours. "getMaintenanceTimeHours" default in output of machine now

This commit is contained in:
znetsixe
2025-11-05 15:47:05 +01:00
parent 9610e7138d
commit 9ada6e2acd
4 changed files with 79 additions and 24 deletions

View File

@@ -52,7 +52,11 @@ class state{
return this.stateManager.getRunTimeHours();
}
getMaintenanceTimeHours(){
return this.stateManager.getMaintenanceTimeHours();
}
async moveTo(targetPosition) {
// Check for invalid conditions and throw errors