no message
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user