no message

This commit is contained in:
belevo\mh
2026-05-04 19:20:32 +02:00
parent 7f4f9db4f7
commit 531c7907cd
-17
View File
@@ -88,23 +88,6 @@ class Bat_EV_SDL_V4 extends IPSModule
return;
}
if ($Ident === "SDL_Reset") {
if ((bool)$Value) {
$this->ResetVirtualAccount("SDL");
SetValue($this->GetIDForIdent("SDL_Reset"), false);
$this->Update();
}
return;
}
if ($Ident === "EV_Reset") {
if ((bool)$Value) {
$this->ResetVirtualAccount("EV");
SetValue($this->GetIDForIdent("EV_Reset"), false);
$this->Update();
}
return;
}
throw new Exception("Invalid Ident: " . $Ident);
}