diff --git a/Verbraucher_extern/module.php b/Verbraucher_extern/module.php index 718597f..dcc8f5b 100644 --- a/Verbraucher_extern/module.php +++ b/Verbraucher_extern/module.php @@ -116,9 +116,9 @@ class Verbraucher_extern extends IPSModule foreach ($verbraucherListe as &$verbraucher) { if (in_array($verbraucher['P_Nenn'], $firstCombination)) { - SetValue($verbraucher['Write_Var'], 1); + RequestAction($verbraucher['Write_Var'], 1); } else { - SetValue($verbraucher['Write_Var'], 0); + RequestAction($verbraucher['Write_Var'], 0); } }