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