Dokumentation
IPS_GetVariableProfileList
array IPS_GetVariableProfileList ()
Rückgabewert
Ein Array von String-Werten aller Namen der Variablenprofile
Beschreibung
Die Funktion ermittelt in IP-Symcon vorhandenen Variablenprofile. Die Namen werden in einem Array aufgelistet.
Beispiel
$Profile = IPS_GetVariableProfileList();
print_r($Profile);
/* liefert z.B.:
Array
(
[0] => ~Temperature
[1] => ~Humidity
[2] => ~AirPressure
usw. ...
*/