Function fetchEsi

  • Fetch ESI file for the specified brand and version.

    Returns

    The ESI file as an array of strings.

    Parameters

    • brandId: string

      The ID of the brand.

    • version: string

      The firmware version.

    • cache: boolean = true

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

    Returns Promise<string>

Generated using TypeDoc