no message

This commit is contained in:
belevo\mh
2025-10-15 14:51:04 +02:00
parent 4a44af2ea4
commit 0bc965dc6a

View File

@@ -233,9 +233,9 @@ public function RequestAction($Ident, $Value)
//$a = 2.54 * pow($V, 2) - 252 * $V + 6255.4;
if ($this->GetValue("Ladestrom") > 0 ) {
if (GetValue("Ladestrom") > 0 ) {
$V = GetValue($this->ReadPropertyInteger("Batteriespannung")) + 1;
}elseif ($this->GetValue("Entladedestrom") > 0) {
}elseif (GetValue("Entladedestrom") > 0) {
$V = GetValue($this->ReadPropertyInteger("Batteriespannung")) - 1;
} else {