no message

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