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