array IPS_GetObjectList ()
An Array of integer that contains the IDs of all objects within IP Symcon
This function determines the IDs of all objects registered within IP Symcon. The IDs are listed in an array.
print_r(IPS_GetObjectList());
/* returns, e.g.,:
Array
(
[0] => 0
[1] => 10573
[2] => 11363
[3] => 11650
[4] => 14114
etc. ...
)
*/