« Zurück zu Produkt

Dokumentation

IPS_GetVariableProfileListByType

 array IPS_GetVariableProfileListByType (int $VariablenTyp) 

Parameterliste

VariablenTyp
Wert Beschreibung
0 Sucht vom Typ Boolean
1 Sucht vom Typ Integer
2 Sucht vom Typ Float
3 Sucht vom Typ String

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. ...
*/
Haben Sie noch Fragen?