no message

This commit is contained in:
belevo\mh
2026-02-09 10:22:52 +01:00
parent e6cd727fc1
commit 8f051aced5

View File

@@ -306,6 +306,9 @@ class Bat_EV_SDL_V2 extends IPSModule
$this->SendDebug("Update ERROR", $e->getMessage() . " @ " . $e->getFile() . ":" . $e->getLine(), 0);
$this->WriteAllZero("Exception: " . $e->getMessage());
}
finally {
IPS_SemaphoreLeave($semKey); // ✅ Tür immer wieder aufschließen
}
}
private function BuildBatteryCache(bool $force): void