no message

This commit is contained in:
2025-04-25 11:49:47 +02:00
parent c5719076f8
commit 27b0526698

View File

@@ -13,13 +13,14 @@ class Verbraucher_Sperrbar extends IPSModule
$this->RegisterPropertyInteger("Zeit_Zwischen_Zustandswechseln", 1); $this->RegisterPropertyInteger("Zeit_Zwischen_Zustandswechseln", 1);
$this->RegisterPropertyInteger("Schaltkontakt1", 0); $this->RegisterPropertyInteger("Schaltkontakt1", 0);
$this->RegisterPropertyInteger("Interval", 5); // Recheninterval $this->RegisterPropertyInteger("Interval", 5); // Recheninterval
$this->RegisterPropertyInteger("Mindestsperrleistung", 100);
// Verbraucherspezifische Variabeln // Verbraucherspezifische Variabeln
$this->RegisterVariableInteger("DailyOnTime", "DailyOnTime", "", 0); $this->RegisterVariableInteger("DailyOnTime", "DailyOnTime", "", 0);
$this->RegisterVariableBoolean("IsTimerActive", "IsTimerActive", "", 0); $this->RegisterVariableBoolean("IsTimerActive", "IsTimerActive", "", 0);
$this->RegisterVariableBoolean("IstNacht", "IstNacht", "", 0); $this->RegisterVariableBoolean("IstNacht", "IstNacht", "", 0);
$this->RegisterVariableBoolean("Sperrung_Aktiv", "Sperrung_Aktiv", "", false); $this->RegisterVariableBoolean("Sperrung_Aktiv", "Sperrung_Aktiv", "", false);
$this->RegisterVariableInteger("Mindestsperrleistung", "Mindestsperrleistung", "", 100);
// Verbraucherspezifischer Timer // Verbraucherspezifischer Timer