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

@@ -44,7 +44,7 @@ class Batterie extends IPSModule
// Initialisiere Idle
$this->SetValue("Idle", true);
$this->RegisterTimer("Timer_Do_UserCalc",2500,"IPS_RequestAction(" .$this->InstanceID .', "Do_UserCalc", "");');
$this->RegisterTimer("Timer_Do_UserCalc",2000,"IPS_RequestAction(" .$this->InstanceID .', "Do_UserCalc", "");');
}