Dokumentation
IPS_GetVariableProfileListByType
array IPS_GetVariableProfileListByType (int $VariablenTyp)
Parameterliste
VariablenTyp |
|
Rückgabewert
Ein Array von String-Werten aller Namen der Variablenprofile
Beschreibung
Die Funktion ermittelt in IP-Symcon vorhandenen Variablenprofile vom Typ Variablentyp. Die Namen werden in einem Array aufgelistet.
Beispiel
$Profile = IPS_GetVariableProfileListByType(0);
print_r($Profile);
/* liefert z.B.:
Array
(
[0] => ~Switch
[1] => ~Alert
[2] => ~Alert.Reversed
usw. ...
*/