no message
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user