« Back to Product

Documentation

IPS_GetObjectList

 array IPS_GetObjectList ()

Returns

An Array of integer that contains the IDs of all objects within IP Symcon

Description

This function determines the IDs of all objects registered within IP Symcon. The IDs are listed in an array.

Example

print_r(IPS_GetObjectList());

/* returns, e.g.,:
Array
(
    [0] => 0
    [1] => 10573
    [2] => 11363
    [3] => 11650
    [4] => 14114
    etc. ...
) 
*/
Any questions?