array IPS_GetModule (string $ModuleID)
ModuleID | ID of the module |
The following information are available as key => value pairs:
|
The command returns an array containing extensive information about the module with the ID ModuleID.
---example---print_r(IPS_GetModule("{BAEA5454-4256-48AA-982B-538201A374D4}"));
/* returns e.g.: Array ( [ParentRequirements] => Array ( [0] => {42DFD4E4-5831-4A27-91B9-6FF1B2960260} )
[ChildRequirements] => Array
(
)
[Implemented] => Array
(
[0] => {8A4D3B17-F8D7-4905-877F-9E69CEC3D579}
)
[Vendor] => KNX
[Aliases] => Array
(
[0] => DPT 013.x
)
[URL] => https://www.symcon.de/service/dokumentation/modulreferenz/knx/
[LibraryID] => {0945206A-47AA-4FDD-9093-99051E410E82}
[ModuleID] => {BAEA5454-4256-48AA-982B-538201A374D4}
[ModuleName] => KNX DPT 13
[ModuleType] => 3
) */