evt fehler behoben
This commit is contained in:
@@ -109,11 +109,11 @@ public function RequestAction($Ident, $Value)
|
|||||||
|
|
||||||
|
|
||||||
if ($power >= 0) {
|
if ($power >= 0) {
|
||||||
SetValue($this->GetIDForIdent("Ladeleistung"), $power);
|
$this->SetValue("Ladeleistung", $power);
|
||||||
SetValue($this->GetIDForIdent("Entladeleistung"), 0);
|
$this->SetValue("Entladeleistung", 0);
|
||||||
} else {
|
} else {
|
||||||
SetValue($this->GetIDForIdent("Entladeleistung"), abs($power));
|
$this->SetValue("Entladeleistung", abs($power));
|
||||||
SetValue($this->GetIDForIdent("Ladeleistung"), 0);
|
$this->SetValue("Ladeleistung", 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "1.068",
|
"version": "1.069",
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user