no message
This commit is contained in:
@@ -165,7 +165,7 @@ class Verbraucher_Sperrbar extends IPSModule
|
|||||||
|
|
||||||
|
|
||||||
$DailyOnTime = $this->GetValue("DailyOnTime");
|
$DailyOnTime = $this->GetValue("DailyOnTime");
|
||||||
$maxlaufzeit = $this->ReadPropertyInteger("MaxSperrZeit") * 60 / $this->ReadPropertyInteger("Interval");
|
$maxlaufzeit = $this->ReadPropertyInteger("MaxSperrZeit") * 60 *12 / $this->ReadPropertyInteger("Interval");
|
||||||
|
|
||||||
// Überprüfen, ob der Timer aktiv ist
|
// Überprüfen, ob der Timer aktiv ist
|
||||||
if ($this->GetValue("IsTimerActive")) {
|
if ($this->GetValue("IsTimerActive")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user