no message

This commit is contained in:
belevo\mh
2025-10-16 13:38:52 +02:00
parent 211606e046
commit 776c24acd8

View File

@@ -236,9 +236,9 @@ public function RequestAction($Ident, $Value)
$entadestrom_1 = $this->GetValue("Entladedestrom");
if ($ladestrom_1 > 0 ) {
$V = GetValue($this->ReadPropertyInteger("Batteriespannung")) + 1;
}elseif ($entadestrom_1 > 0) {
$V = GetValue($this->ReadPropertyInteger("Batteriespannung")) - 1;
}elseif ($entadestrom_1 > 0) {
$V = GetValue($this->ReadPropertyInteger("Batteriespannung")) + 1;
} else {
$V = GetValue($this->ReadPropertyInteger("Batteriespannung"));