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