intervalle verkürzt

This commit is contained in:
2025-03-14 10:39:50 +01:00
parent 2de1688b08
commit cdf46f9a22
3 changed files with 3 additions and 3 deletions

View File

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