Function fetchFirmwarePackage

  • Fetches the content of a firmware package as a Blob.

    Returns

    A promise that resolves to the firmware package content as a Blob.

    Parameters

    • brandId: string

      The unique identifier of the brand.

    • filename: string

      The name of the firmware package file.

    • cache: boolean = true

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

    Returns Promise<Blob>

Generated using TypeDoc