From 29c856331edf69303f8a746c562631b9e59a65c9 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Mon, 24 Feb 2025 15:58:45 +0100 Subject: [PATCH] =?UTF-8?q?Profil=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 9639a60..9023d4b 100644 --- a/Batterie/module.php +++ b/Batterie/module.php @@ -17,8 +17,8 @@ class Batterie extends IPSModule //$this->RegisterPropertyFloat("Ladeleistung",0); // Variabeln für Kommunkation mit Manager - $this->RegisterVariableFloat("Entladeleistung","Entladeleistung",0); - $this->RegisterVariableFloat("Ladeleistung","Ladeleistung",0); + $this->RegisterVariableFloat("Entladeleistung","Entladeleistung", "",0); + $this->RegisterVariableFloat("Ladeleistung","Ladeleistung", "",0); $this->RegisterVariableInteger("Aktuelle_Leistung", "Aktuelle_Leistung", "", 0); $this->RegisterVariableString("PowerSteps", "PowerSteps"); $this->RegisterVariableBoolean("Idle", "Idle", "", 0); diff --git a/library.json b/library.json index 8cc77d9..a4bfc14 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.070", + "version": "1.071", "build": 0, "date": 0 } \ No newline at end of file