Function fetchFirmwarePackage

  • Fetch firmware package content as Blob.

    Returns

    The package content as Blob.

    Parameters

    • brandId: string

      The ID of the brand.

    • filename: string

      The name of the package file.

    • cache: boolean = true

      Flag to indicate if the object should be cached to the box.

    Returns Promise<Blob>

Generated using TypeDoc