diff --git a/Boiler_x_Stufig/module.php b/Boiler_x_Stufig/module.php index 18ed327..14d5b09 100644 --- a/Boiler_x_Stufig/module.php +++ b/Boiler_x_Stufig/module.php @@ -54,7 +54,7 @@ class Boiler_x_Stufig extends IPSModule parent::ApplyChanges(); $this->SetTimerInterval("Timer_Do_UserCalc_Boiler",$this->ReadPropertyInteger("Interval")*1000); - $this->LadeUndSortiereLeistungen(); + //$this->LadeUndSortiereLeistungen(); } diff --git a/Puffer_Speicher/module.php b/Puffer_Speicher/module.php index 0dd7376..05fa926 100644 --- a/Puffer_Speicher/module.php +++ b/Puffer_Speicher/module.php @@ -60,9 +60,9 @@ class Puffer_Speicher extends IPSModule // Nur Methodenaufruf - $this->LadeUndSortiereLeistungen(); + //$this->LadeUndSortiereLeistungen(); - IPS_LogMessage("LeistungArray", json_encode($this->leistungArray)); + //IPS_LogMessage("LeistungArray", json_encode($this->leistungArray)); }