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 {