Fehler im code der neuen module behoben

This commit is contained in:
2025-04-25 10:07:22 +02:00
parent 5ae10ccc97
commit 462870ee88
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -17,6 +17,8 @@ class Verbraucher_Sperrbar extends IPSModule
// Verbraucherspezifische Variabeln
$this->RegisterVariableInteger("DailyOnTime", "DailyOnTime", "", 0);
$this->RegisterVariableBoolean("IsTimerActive", "IsTimerActive", "", 0);
$this->RegisterVariableBoolean("IstNacht", "IstNacht", "", 0);
// Verbraucherspezifischer Timer
$this->SetValue("IsTimerActive", false);