From d20a8ed950b7b367829a052a994589f1ab5b1a89 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Mon, 24 Feb 2025 13:07:49 +0100 Subject: [PATCH] ; vergssen --- Batterie/module.php | 4 ++-- library.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Batterie/module.php b/Batterie/module.php index 974af1d..0e16886 100644 --- a/Batterie/module.php +++ b/Batterie/module.php @@ -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); } diff --git a/library.json b/library.json index 58a6613..b4978d3 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.061", + "version": "1.062", "build": 0, "date": 0 } \ No newline at end of file