no message
This commit is contained in:
@@ -169,13 +169,6 @@ class Heizung_x_Stufig extends IPSModule
|
|||||||
$heizungPT1 = 0.0;
|
$heizungPT1 = 0.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->GetValue("Disable") == false){
|
|
||||||
$dummy_array[] = 0;
|
|
||||||
return $this->SetValue("PowerSteps", json_encode($dummy_array));
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if ($heizungstemperaturGlaetten) {
|
if ($heizungstemperaturGlaetten) {
|
||||||
$heizungTempAlt = $this->GetValue("Heizungstemperatur");
|
$heizungTempAlt = $this->GetValue("Heizungstemperatur");
|
||||||
|
|
||||||
@@ -190,6 +183,15 @@ class Heizung_x_Stufig extends IPSModule
|
|||||||
$this->SetValue("Heizungstemperatur", $heizungPT1);
|
$this->SetValue("Heizungstemperatur", $heizungPT1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($this->GetValue("Disable") == false){
|
||||||
|
$dummy_array[] = 0;
|
||||||
|
return $this->SetValue("PowerSteps", json_encode($dummy_array));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$heizungTemp = $this->GetValue("Heizungstemperatur");
|
$heizungTemp = $this->GetValue("Heizungstemperatur");
|
||||||
$minTemp = $this->GetValue("Mindesttemperatur");
|
$minTemp = $this->GetValue("Mindesttemperatur");
|
||||||
$maxTemp = $this->GetValue("Maximaltemperatur");
|
$maxTemp = $this->GetValue("Maximaltemperatur");
|
||||||
|
|||||||
Reference in New Issue
Block a user