-
This commit is contained in:
@@ -95,8 +95,8 @@ public function RequestAction($Ident, $Value)
|
||||
{
|
||||
|
||||
// Ausgewählte Variablen aus der Instanzkonfiguration lesen
|
||||
$entladeleistungID = $this->ReadPropertyInteger("Entladeleistung");
|
||||
$ladeleistungID = $this->ReadPropertyInteger("Ladeleistung");
|
||||
$entladeleistungID = $this->ReadPropertyFloat("Entladeleistung");
|
||||
$ladeleistungID = $this->ReadPropertyFloat("Ladeleistung");
|
||||
|
||||
// Überprüfen, ob die Entladeleistung-ID korrekt gesetzt ist
|
||||
if ($entladeleistungID > 0) {
|
||||
|
||||
Reference in New Issue
Block a user