From a957c8c6b54d918ed6bcd43177e22c642eff4826 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Mon, 24 Feb 2025 14:08:00 +0100 Subject: [PATCH] viele fehler --- 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 c95e5c2..153f418 100644 --- a/Batterie/module.php +++ b/Batterie/module.php @@ -12,8 +12,8 @@ class Batterie extends IPSModule $this->RegisterPropertyInteger("AufdasNachladen",0); $this->RegisterPropertyInteger("MinimumEntladen",0); $this->RegisterPropertyInteger("Batterieladezustand",0); - $this->RegisterPropertyInteger("Entladeleistung",0); - $this->RegisterPropertyInteger("Ladeleistung",0); + $this->RegisterPropertyFloat("Entladeleistung",0); + $this->RegisterPropertyFloat("Ladeleistung",0); // Variabeln für Kommunkation mit Manager $this->RegisterVariableInteger("Aktuelle_Leistung", "Aktuelle_Leistung", "", 0); diff --git a/library.json b/library.json index dcc9710..a384a2c 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.066", + "version": "1.067", "build": 0, "date": 0 } \ No newline at end of file