; vergssen
This commit is contained in:
@@ -93,10 +93,10 @@ public function RequestAction($Ident, $Value)
|
||||
|
||||
|
||||
if ($power >= 0){
|
||||
SetValue($this->ReadPropertyFloat("Ladeleistung"), $power)
|
||||
SetValue($this->ReadPropertyFloat("Ladeleistung"), $power);
|
||||
SetValue($this->ReadPropertyFloat("Entladeleistung"),0);
|
||||
}else{
|
||||
SetValue($this->ReadPropertyFloat("Entladeleistung"), abs($power))
|
||||
SetValue($this->ReadPropertyFloat("Entladeleistung"), abs($power));
|
||||
SetValue($this->ReadPropertyFloat("Ladeleistung"), 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user