div fehler
This commit is contained in:
@@ -96,8 +96,8 @@ public function RequestAction($Ident, $Value)
|
|||||||
|
|
||||||
|
|
||||||
$spannung = $this->ReadPropertyInteger("Batteriespannung");
|
$spannung = $this->ReadPropertyInteger("Batteriespannung");
|
||||||
$ladestrom = $this->ReadVariableFloat("Ladestrom");
|
$ladestrom = $this->GetValue("Ladestrom");
|
||||||
$entladestrom = $this->ReadVariableFloat("Entladestrom");
|
$entladestrom = $this->GetValue("Entladestrom");
|
||||||
|
|
||||||
if ($spannung <= 0) {
|
if ($spannung <= 0) {
|
||||||
IPS_LogMessage("Batterie", "Fehler: Batteriespannung ist 0 oder ungültig.");
|
IPS_LogMessage("Batterie", "Fehler: Batteriespannung ist 0 oder ungültig.");
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "1.053",
|
"version": "1.054",
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user