no message
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user