diff --git a/Batterie/module.php b/Batterie/module.php index 42ef43a..1f28b0f 100644 --- a/Batterie/module.php +++ b/Batterie/module.php @@ -95,8 +95,8 @@ public function RequestAction($Ident, $Value) { // Ausgewählte Variablen aus der Instanzkonfiguration lesen - $entladeleistungID = $this->ReadPropertyInteger("Entladeleistung"); - $ladeleistungID = $this->ReadPropertyInteger("Ladeleistung"); + $entladeleistungID = $this->ReadPropertyFloat("Entladeleistung"); + $ladeleistungID = $this->ReadPropertyFloat("Ladeleistung"); // Überprüfen, ob die Entladeleistung-ID korrekt gesetzt ist if ($entladeleistungID > 0) { diff --git a/library.json b/library.json index 7aa7015..79e6e4a 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.050", + "version": "1.051", "build": 0, "date": 0 } \ No newline at end of file