Flüchtigkeitsfehler behoben

This commit is contained in:
2025-03-05 07:10:12 +01:00
parent adc5018da4
commit b18fd1d61f
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ class HauptManager extends IPSModule
$this->RegisterPropertyInteger("Netzbezug", 0); // Initialisierung mit 0
$this->RegisterPropertyString("Verbraucher_Liste", "[]");
$this->RegisterVariableInteger("Gesamtnetzbezug", 0);
$this->RegisterVariableInteger("Gesamtnetzbezug", "Gesamtnetzbezug", "", 0);
// Timer registrieren
$this->RegisterTimer("Timer_DistributeEnergy",5000,"IPS_RequestAction(" .$this->InstanceID .', "DistributeEnergy", "");');