Server Kommunikation InfluxJaNein korregiert V1.2

This commit is contained in:
belevo\mh
2024-10-15 10:31:28 +02:00
parent 3ebc2e7219
commit 915f4cb75c

View File

@@ -43,8 +43,8 @@ class Belevo_Server_Kommunikation extends IPSModule
public function ApplyChanges()
{
parent::ApplyChanges();
$jaNeinAuswahl = $this->ReadPropertyBoolean("JaNeinAuswahl");
if ($jaNeinAuswahl) {
$InfluxJaNein = $this->ReadPropertyBoolean("InfluxJaNein");
if ($InfluxJaNein) {
// Timer auf 5 Minuten setzen
$this->SetTimerInterval("Timer_Influx", 300000);
} else {