no message
This commit is contained in:
@@ -116,9 +116,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)) {
|
||||||
SetValue($verbraucher['Write_Var'], 1);
|
RequestAction($verbraucher['Write_Var'], 1);
|
||||||
} else {
|
} else {
|
||||||
SetValue($verbraucher['Write_Var'], 0);
|
RequestAction($verbraucher['Write_Var'], 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user