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.");
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"compatibility": {
|
||||
"version": "7.1"
|
||||
},
|
||||
"version": "1.053",
|
||||
"version": "1.054",
|
||||
"build": 0,
|
||||
"date": 0
|
||||
}
|
||||
Reference in New Issue
Block a user