Documentation
IPS_SetTemplateValues
Require: IP-Symcon >= 8.0
boolean IPS_SetTemplateValues (string $TemplateID, array $Values)
Parameters
TemplateID | The ID of the template whose values are to be adjusted |
Values | An array to which the values of the template are to be set |
Returns
If the command could be executed successfully, it returns TRUE, otherwise FALSE.
Description
The function sets the values of the template with the ID TemplateID to the value Values
Example
IPS_SetTemplateValues('{E35A875A-E9BC-4C6D-A550-F4DA423BCF18}', ['PROFILE' => '~Intensity.100']);