array IPS_GetInstanceListByModuleID (string $ModuleID)
ModuleID | ModuleID of the instances to be returned |
An array of integer values of all found IDs |
The command returns all instances that match the specified ModuleID in an array.
The GUIDs are found in IPS_GetModuleList
//FS20 Transmitter $guid = "{48FCFDC1-11A5-4309-BB0B-A0DB8042A969}"; //List print_r(IPS_GetInstanceListByModuleID($guid));