Abtastzeit erhöht

This commit is contained in:
belevo\mh
2024-11-11 15:54:44 +01:00
parent bf0a57f4be
commit fbb33ffa84
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ class Belevo_Server_Kommunikation extends IPSModule
if ($InfluxJaNein) {
// Timer auf 5 Minuten setzen
$this->SetTimerInterval("Timer_Influx", 5000); // Alle 5 Minuten -> 5*60*1000=300000
$this->SetTimerInterval("Timer_Influx", 300000); // Alle 5 Minuten -> 5*60*1000=300000
IPS_LogMessage("Belevo_Server_Kommunikation", "Influx Ja");