Auf stand Von testign gebracht

This commit is contained in:
2024-11-29 10:42:33 +01:00
parent 1a43a5d5a0
commit 09fe380580
10 changed files with 226 additions and 256 deletions

View File

@@ -46,11 +46,9 @@ class Belevo_Server_Kommunikation extends IPSModule
if ($InfluxJaNein) {
// Timer auf 5 Minuten setzen
$this->SetTimerInterval("Timer_Influx", 300000); // Alle 5 Minuten -> 5*60*1000=300000
IPS_LogMessage("Belevo_Server_Kommunikation", "Influx Ja");
} else {
// Timer stoppen
$this->SetTimerInterval("Timer_Influx", 0);
IPS_LogMessage("Belevo_Server_Kommunikation", "Influx Nein");
}
}