diff --git a/Verbraucher_Sperrbar/module.php b/Verbraucher_Sperrbar/module.php index 344876b..6c869b0 100644 --- a/Verbraucher_Sperrbar/module.php +++ b/Verbraucher_Sperrbar/module.php @@ -13,13 +13,14 @@ class Verbraucher_Sperrbar extends IPSModule $this->RegisterPropertyInteger("Zeit_Zwischen_Zustandswechseln", 1); $this->RegisterPropertyInteger("Schaltkontakt1", 0); $this->RegisterPropertyInteger("Interval", 5); // Recheninterval + $this->RegisterPropertyInteger("Mindestsperrleistung", 100); + // Verbraucherspezifische Variabeln $this->RegisterVariableInteger("DailyOnTime", "DailyOnTime", "", 0); $this->RegisterVariableBoolean("IsTimerActive", "IsTimerActive", "", 0); $this->RegisterVariableBoolean("IstNacht", "IstNacht", "", 0); $this->RegisterVariableBoolean("Sperrung_Aktiv", "Sperrung_Aktiv", "", false); - $this->RegisterVariableInteger("Mindestsperrleistung", "Mindestsperrleistung", "", 100); // Verbraucherspezifischer Timer