From 915f4cb75c2b83b66d98f5bc0a30de96f97cab67 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Tue, 15 Oct 2024 10:31:28 +0200 Subject: [PATCH] Server Kommunikation InfluxJaNein korregiert V1.2 --- Belevo_Server_Kommunikation/module.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index d8b92ce..5c05978 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -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 {