no message

This commit is contained in:
belevo\mh
2025-10-03 07:11:44 +02:00
parent 80825f02f2
commit 99d2930c1d
2 changed files with 3 additions and 3 deletions

View File

@@ -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();
}

View File

@@ -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));
}