no message

This commit is contained in:
mh
2026-05-04 18:12:04 +02:00
parent e15847cc88
commit 8a557a30c5
+1 -1
View File
@@ -88,7 +88,7 @@ class Bat_EV_SDL_V4 extends IPSModule
{ {
$semKey = "BEVSDL4_Update_" . $this->InstanceID; $semKey = "BEVSDL4_Update_" . $this->InstanceID;
if (!IPS_SemaphoreEnter($semKey, 0)) { if (!IPS_SemaphoreEnter($semKey, 5000)) {
$this->SendDebug("Update", "SKIP Semaphore locked", 0); $this->SendDebug("Update", "SKIP Semaphore locked", 0);
return; return;
} }