Documentation
BA_AddImage
Require: IP-Symcon >= 4.2
boolean BA_AddImage (int $InstanceID)
Parameters
InstanceID | ID of the Instance |
Returns
If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.
Description
Copies the current source image to the "Images" category of the 'Image Archive' module with InstanceID InstanceID. The function does not return any value.
Example
BA_AddImage(12345);