diff --git a/Verbraucher_Sperrbar/module.php b/Verbraucher_Sperrbar/module.php index f4f44b8..d40fced 100644 --- a/Verbraucher_Sperrbar/module.php +++ b/Verbraucher_Sperrbar/module.php @@ -147,7 +147,7 @@ class Verbraucher_Sperrbar extends IPSModule $schaltkontaktStatus ); - if ($schaltkontaktStatu==true) { + if ($schaltkontaktStatus==true) { $this->SetValue("DailyOnTime", $this->GetValue("DailyOnTime") + 1); } }