Function listFirmwarePackages

  • Lists firmware package filenames for a given brand.

    Returns

    A promise that resolves to an array of firmware package filenames.

    Parameters

    • brandId: string

      The unique identifier of the brand.

    • latestMinorVersionsOnly: boolean = false

      If true, only includes the latest minor versions; otherwise includes all versions. Defaults to false.

    • cache: boolean = true

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

    Returns Promise<string[]>

Generated using TypeDoc