Documentation
IPS_GetTemplateList
Require: IP-Symcon >= 8.0
array IPS_GetTemplateList ()
Returns
A list of the IDs of all available templates
Description
The function returns the IDs of all available templates in an array. The function IPS_GetTemplate can be used for more information about the individual templates.
Example
print_r(IPS_GetTemplateList());