no message

This commit is contained in:
2025-04-25 10:54:04 +02:00
parent 881d131699
commit 093a5ec6ca

View File

@@ -165,7 +165,7 @@ class Verbraucher_Sperrbar extends IPSModule
$DailyOnTime = $this->GetValue("DailyOnTime");
$maxlaufzeit = $this->ReadPropertyInteger("Mindesttlaufzeit") * 60 / $this->ReadPropertyInteger("Interval");
$maxlaufzeit = $this->ReadPropertyInteger("MaxSperrZeit") * 60 / $this->ReadPropertyInteger("Interval");
// Überprüfen, ob der Timer aktiv ist
if ($this->GetValue("IsTimerActive")) {