boolean IPS_GetCompatibleInstances (integer $InstanceID)
InstanceID | ID of the instance |
Array of integer values for all compatible InstanceIDs to the InstanceID |
The command returns the IDs of all available instances in IP Symcon that are compatible to InstanceID. The IDs are listed in an array.
print_r(IPS_GetCompatibleInstances(12345)); /* returns e.g.: Array ( [0] => 22222 [1] => 33333 [2] => 44444 [3] => 55555 etc. ... ) */