div fehler
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user