Documentation
IG_UpdateImage
boolean IG_UpdateImage (int $InstanceID)
Parameters
InstanceID | ID of the Instance of the device to be switched |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Updates the image of the device with the ID InstanceID.
Example
// The picture of instance 12345 is updated
IG_UpdateImage(12345);