stepgrösse und berechnungsintervall geändert

This commit is contained in:
2025-03-14 10:21:25 +01:00
parent f3f4c48b65
commit 3224518861
3 changed files with 11 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ class Manager extends IPSModule
$this->RegisterPropertyInteger("DatenZuruck", 0); // Initialisierung mit 0
// Timer registrieren
$this->RegisterTimer("Timer_DistributeEnergy",5000,"IPS_RequestAction(" .$this->InstanceID .', "DistributeEnergy", "");');
$this->RegisterTimer("Timer_DistributeEnergy",3000,"IPS_RequestAction(" .$this->InstanceID .', "DistributeEnergy", "");');
}
public function ApplyChanges()