no message

This commit is contained in:
2026-06-18 13:19:16 +02:00
parent 5c29061a03
commit 2eeb805af3
+6
View File
@@ -161,6 +161,12 @@ class Verbraucher_1_Stufig extends IPSModule
$this->SetValue("IstNacht", $NeuesIstNacht);
if ($Peak) {
$this->SetValue("PowerSteps", json_encode([0]));
return;
}
$DailyOnTime = $this->GetValue("DailyOnTime");
$Mindestlaufzeit =
$this->ReadPropertyInteger("Mindesttlaufzeit") * 60 * 12;