« Back to Product

Documentation

IPS_GetInstanceList

 array IPS_GetInstanceList ()

Returns

An array of integer values ​​of all IDs of the instances in IP-Symcon

Description

The command determines the IDs of all registered IPS instances in IP-Symcon. The IDs are listed in an array. If no instance exists, the array is empty.

Example

$allInstances = IPS_GetInstanceList();
print_r($allInstances);      

/* returns e.g.:
Array
(
    [0] => 37659
    [1] => 18326
    etc. ...
*/
Any questions?