Documentation
IPS_GetLibraryList
array IPS_GetLibraryList ()
Returns
An array of all the GUIDs of the libraries in IP-Symcon given as strings
Description
The command determines the IDs of all available libraries in IP-Symcon. The IDs are listed in an array of strings.
Example
print_r(IPS_GetLibraryList());
/* returns e.g.:
Array
(
[0] => {FF95B199-B3BD-424C-9AEF-3F004BC672B6}
[1] => {6EC74E99-C6FD-4E03-9195-E7BD90E6C07E}
[2] => {2CE84600-0A3C-438C-AC22-86439A1E5DF0}
etc. ...
)
*/