14#include "tuya_cloud_types.h"
OPERATE_RET tal_ota_start_notify(UINT32_T image_size, TUYA_OTA_TYPE_E type, TUYA_OTA_PATH_E path)
This API is used for ota start notify
OPERATE_RET tal_ota_get_old_firmware_info(TUYA_OTA_FIRMWARE_INFO_T **info)
This API is used for old firmware info, and only used in resumes transmission at break-points
OPERATE_RET tal_ota_get_ability(UINT32_T *image_size, TUYA_OTA_TYPE_E *type)
This API is used for get chip ota ability diff package upgrade use TUYA_OTA_DIFF
OPERATE_RET tal_ota_data_process(TUYA_OTA_DATA_T *pack, UINT32_T *remain_len)
This API is used for ota data process
OPERATE_RET tal_ota_end_notify(BOOL_T reset)
This API is used for ota end notify