div fehler

This commit is contained in:
2025-02-24 10:28:18 +01:00
parent 0cde8f28e1
commit 9856862c73
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -96,8 +96,8 @@ public function RequestAction($Ident, $Value)
$spannung = $this->ReadPropertyInteger("Batteriespannung");
$ladestrom = $this->ReadVariableFloat("Ladestrom");
$entladestrom = $this->ReadVariableFloat("Entladestrom");
$ladestrom = $this->GetValue("Ladestrom");
$entladestrom = $this->GetValue("Entladestrom");
if ($spannung <= 0) {
IPS_LogMessage("Batterie", "Fehler: Batteriespannung ist 0 oder ungültig.");