no message

This commit is contained in:
2025-04-30 07:56:51 +02:00
parent 28960d98ca
commit c03e7ed69c

View File

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