From 3aa703c43c95c67c3fab67b54c2b32be4114467b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Wed, 30 Apr 2025 08:35:42 +0200 Subject: [PATCH] no message --- Verbraucher_extern/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);