Server Kommunikation InfluxJaNein korregiert V1.2
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user