no message

This commit is contained in:
2026-05-21 09:30:19 +02:00
parent 8d2c2b29b1
commit 658dad6d4a
+7 -7
View File
@@ -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");