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