no message

This commit is contained in:
2025-05-01 08:41:12 +02:00
parent bc4edf1c5a
commit a9a5df10e8

View File

@@ -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", "");');