Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Updates the History record after an update has been loaded.Used to upload and store on the update server a specific rdk update

Syntax

Code Block
rv = Update_Services("addToUpdateHistoryuploadUpdate", TitleUpdateID, RDKFolder, Description, DevOnly, URL)

Parameters

ParameterDescriptionTitleDescription
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.1819