Function fetchEsi

  • Fetches the ESI file for a specified brand and firmware version.

    Returns

    A promise that resolves to the ESI file content as a string.

    Parameters

    • brandId: string

      The unique identifier of the brand.

    • version: string

      The firmware version to fetch the ESI file for.

    • cache: boolean = true

      If true, caches the fetched ESI file locally. Defaults to true.

    Returns Promise<string>

Generated using TypeDoc