no message

This commit is contained in:
2025-04-30 08:35:42 +02:00
parent c03e7ed69c
commit 3aa703c43c

View File

@@ -141,7 +141,7 @@ class Verbraucher_extern extends IPSModule
public function GetCurrentData(bool $Peak)
{
$this->SetValue("Is_Peak_Shaving", $Peak);
SetValue($this->ReadPropertyInteger("Is_Peak"), $Peak);
RequestAction($this->ReadPropertyInteger("Is_Peak"), $Peak);
$verbraucherListe = json_decode($this->ReadPropertyString("Verbraucher_Liste"), true);
$kombinationen = $this->berechneKombinationen($verbraucherListe);