"feat: Integrate Raspberry Pi

This commit is contained in:
2025-05-29 15:56:53 +02:00
parent 5f2fa5af0c
commit bd45a34fa4
5 changed files with 972 additions and 181 deletions

View File

@@ -4245,7 +4245,7 @@ if __name__ == "__main__":
# Scheduler stoppen falls aktiviert
if SCHEDULER_ENABLED and scheduler:
try:
scheduler.shutdown(wait=False)
scheduler.stop()
app_logger.info("Job-Scheduler gestoppt")
except Exception as e:
app_logger.error(f"Fehler beim Stoppen des Schedulers: {str(e)}")