Function fetchFirmwareChangelog

  • Fetches the firmware changelog in Markdown format for a specified minor version.

    Returns

    A promise that resolves to the changelog content as a Markdown string. Rejects if the fetched content is invalid or not found.

    Parameters

    • brandId: string

      The unique identifier of the brand.

    • minorVersion: string

      The minor firmware version to fetch the changelog for.

    • cache: boolean = true

      If true, caches the fetched changelog locally. Defaults to true.

    Returns Promise<string>

Generated using TypeDoc