; vergssen

This commit is contained in:
2025-02-24 13:07:49 +01:00
parent b4fa0d6bdf
commit d20a8ed950
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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);
}
+1 -1
View File
@@ -6,7 +6,7 @@
"compatibility": {
"version": "7.1"
},
"version": "1.061",
"version": "1.062",
"build": 0,
"date": 0
}