no message
This commit is contained in:
@@ -160,13 +160,6 @@ class Heizung_x_Stufig extends IPSModule
|
||||
$this->SetAktuelle_Leistung(0);
|
||||
return;
|
||||
}*/
|
||||
|
||||
|
||||
if ($this->GetValue("Disable") == false){
|
||||
$dummy_array[] = 0;
|
||||
return $this->SetValue("PowerSteps", json_encode($dummy_array));
|
||||
}
|
||||
|
||||
$heizungstemperaturGlaetten = $this->ReadPropertyBoolean("Heizungstemperatur_glätten");
|
||||
$heizungsFuehlerPT1ID = $this->ReadPropertyInteger("Heizungsfuehler");
|
||||
|
||||
@@ -176,6 +169,13 @@ 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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user