Documentation
IPS_CreateTemplate
Require: IP-Symcon >= 8.0
string IPS_CreateTemplate (string $PresentationID)
Parameters
PresentationID | The ID of the presentation, formatted as GUID, for which a new template is to be created |
Returns
The ID of the newly created template formatted as GUID
Description
Creates a new template for the display with the ID PresentationID. The ID of the template is returned.
Example
$vorlage = IPS_CreateTemplate('{6B9CAEEC-5958-C223-30F7-BD36569FC57A}' /* Slider */);