From 8a557a30c5f002422a93b81587df47001a400cce Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Mon, 4 May 2026 18:12:04 +0200 Subject: [PATCH] no message --- Bat_EV_SDL_V4/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bat_EV_SDL_V4/module.php b/Bat_EV_SDL_V4/module.php index 57eee06..81fa561 100644 --- a/Bat_EV_SDL_V4/module.php +++ b/Bat_EV_SDL_V4/module.php @@ -88,7 +88,7 @@ class Bat_EV_SDL_V4 extends IPSModule { $semKey = "BEVSDL4_Update_" . $this->InstanceID; - if (!IPS_SemaphoreEnter($semKey, 0)) { + if (!IPS_SemaphoreEnter($semKey, 5000)) { $this->SendDebug("Update", "SKIP Semaphore locked", 0); return; }