no message
This commit is contained in:
@@ -88,23 +88,6 @@ class Bat_EV_SDL_V4 extends IPSModule
|
|||||||
return;
|
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);
|
throw new Exception("Invalid Ident: " . $Ident);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user