From f301d97f7bb7a8028ef46e1cc606a0f2029a252b Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Tue, 15 Oct 2024 10:57:46 +0200 Subject: [PATCH] =?UTF-8?q?Server=20Kommunikation=20=C3=A4=20zu=20ae=20bei?= =?UTF-8?q?=20WP=20behoben=20V1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Belevo_Server_Kommunikation/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index 1c5558b..0507cb9 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -30,7 +30,7 @@ class Belevo_Server_Kommunikation extends IPSModule $this->RegisterVariableInteger("Kontakt_Volllast", 0); //Wärmepumpe Status $this->RegisterVariableFloat("G_WPS_5M_0", "G_WPS_5M_0", "",0); - $this->RegisterVariableInteger("Wärmepumpe_Status", 0); + $this->RegisterVariableInteger("Waermepumpe_Status", 0); //Wolkenwahrscheinlichkeit $this->RegisterVariableFloat("G_WW_5M_0", "G_WW_5M_0", "",0); $this->RegisterVariableInteger("Wolkenwahrscheinlichkeit", 0); diff --git a/library.json b/library.json index c624c55..563706a 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.25", + "version": "0.26", "build": 0, "date": 0 } \ No newline at end of file