« Back to Product

Documentation

IPS_GetVariableProfileList

 array IPS_GetVariableProfileList ()

Returns

List of names of all variables profiles

Description

This function lists the name of all existing variable profiles and returns them as an array.

Example

$Profile = IPS_GetVariableProfileList();
print_r($Profile); 

/* returns e.g.:
Array
(
    [0] => ~Temperature
    [1] => ~Humidity
    [2] => ~AirPressure
    etc. ...
*/
Any questions?