Documentation
RAC_GenerateEnergyReport
Require: IP-Symcon >= 5.5
boolean RAC_GenerateEnergyReport (int $InstanceID)
Parameters
InstanceID | ID of the Instance |
Returns
If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.
Description
Generates a PDF with the values specified in the module with the InstanceID InstanceID. The PDF is then available as a media file.
If a file already exists, it will be updated.
Example
RAC_GenerateEnergyReport(12345);