diff --git a/Verbraucher_extern/module.php b/Verbraucher_extern/module.php index dcc8f5b..42855db 100644 --- a/Verbraucher_extern/module.php +++ b/Verbraucher_extern/module.php @@ -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);