diff --git a/HauptManager/module.php b/HauptManager/module.php index 60de778..1123f8c 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -14,7 +14,7 @@ class HauptManager extends IPSModule $this->RegisterPropertyInteger("Interval", 3); // Recheninterval $this->RegisterVariableInteger("Gesamtnetzbezug", "Gesamtnetzbezug", "", 0); - $this->RegisterVariableBoolean("Is_Peak_Shaving", false); + $this->RegisterVariableBoolean("Is_Peak_Shaving", "Peakshaving", "", false); // Timer registrieren $this->RegisterTimer("Timer_DistributeEnergy",$this->ReadPropertyInteger("Interval")*1000,"IPS_RequestAction(" .$this->InstanceID .', "DistributeEnergy", "");');