Description

Used to upload and store on the update server a specific rdk update

Syntax

rv = Update_Services("uploadUpdate", UpdateID, RDKFolder, Description, DevOnly, URL)

Parameters

ParameterDescription
UpdateIDThe key to the update stored on the update server. UpdateID is expected to follow the pattern:  YY.MM.DD.VV (ie: 19.10.31.01).
RDKFolder

The path where the RDK files are stored.

DescriptionThe text description of the update.
DevOnly

(Optional) Used to update the developmentOnly flag so that subsequent getUpdateList calls will either pull or not pull the update if a development update list is requested. Defaults to 0.

URL(Optional) If provided, used to locate the update in path other than the default path stored in APP_INFO, UPDATE_SETTINGS.

Version

16.0.19

  • No labels