int zu string konvertiert
This commit is contained in:
@@ -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
@@ -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
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user