no message
This commit is contained in:
@@ -143,9 +143,9 @@ class Verbraucher_extern extends IPSModule
|
|||||||
|
|
||||||
foreach ($verbraucherListe as $verbraucher) {
|
foreach ($verbraucherListe as $verbraucher) {
|
||||||
if (in_array($verbraucher['P_Nenn'], $firstCombination)) {
|
if (in_array($verbraucher['P_Nenn'], $firstCombination)) {
|
||||||
RequestAction($verbraucher['Write_Var'], false);
|
|
||||||
} else {
|
|
||||||
RequestAction($verbraucher['Write_Var'], true);
|
RequestAction($verbraucher['Write_Var'], true);
|
||||||
|
} else {
|
||||||
|
RequestAction($verbraucher['Write_Var'], false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user