From a9a5df10e80a7ec7fcf249eb52875e8690640519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Thu, 1 May 2025 08:41:12 +0200 Subject: [PATCH] no message --- HauptManager/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", "");');