int zu string konvertiert

This commit is contained in:
2025-02-05 15:57:13 +01:00
parent 9e57a21056
commit 9d05e71567
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ class Boiler_2_Stufig_Landwirtschaft extends IPSModule
$vollLeistung = $this->ReadPropertyInteger("BoilerLeistungVolllast"); $vollLeistung = $this->ReadPropertyInteger("BoilerLeistungVolllast");
$nextEntry = $this->getNextTimeAndTemperature($this->ReadPropertyInteger("Zeitplan")); $nextEntry = $this->getNextTimeAndTemperature($this->ReadPropertyString("Zeitplan"));
if ($nextEntry !== null) { if ($nextEntry !== null) {
$remainingTime = $this->calculateRemainingTime($nextEntry['Uhrzeit']); $remainingTime = $this->calculateRemainingTime($nextEntry['Uhrzeit']);
$nextTemp = $nextEntry['Solltemperatur']; $nextTemp = $nextEntry['Solltemperatur'];
+1 -1
View File
@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "1.031", "version": "1.032",
"build": 0, "build": 0,
"date": 0 "date": 0
} }