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