From 9d05e71567f22f0a0d1f6554090c46144b87211b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Wed, 5 Feb 2025 15:57:13 +0100 Subject: [PATCH] int zu string konvertiert --- Boiler_2_Stufig_Landwirtschaft/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Boiler_2_Stufig_Landwirtschaft/module.php b/Boiler_2_Stufig_Landwirtschaft/module.php index 42c59bd..0813fb0 100644 --- a/Boiler_2_Stufig_Landwirtschaft/module.php +++ b/Boiler_2_Stufig_Landwirtschaft/module.php @@ -208,7 +208,7 @@ class Boiler_2_Stufig_Landwirtschaft extends IPSModule $vollLeistung = $this->ReadPropertyInteger("BoilerLeistungVolllast"); - $nextEntry = $this->getNextTimeAndTemperature($this->ReadPropertyInteger("Zeitplan")); + $nextEntry = $this->getNextTimeAndTemperature($this->ReadPropertyString("Zeitplan")); if ($nextEntry !== null) { $remainingTime = $this->calculateRemainingTime($nextEntry['Uhrzeit']); $nextTemp = $nextEntry['Solltemperatur']; diff --git a/library.json b/library.json index 6b746d3..6555cbf 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.031", + "version": "1.032", "build": 0, "date": 0 } \ No newline at end of file