array IPS_GetInstanceList ()
An array of integer values of all IDs of the instances in IP-Symcon |
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.
$allInstances = IPS_GetInstanceList(); print_r($allInstances); /* returns e.g.: Array ( [0] => 37659 [1] => 18326 etc. ... */