Function listFirmwarePackages

  • List firmware packages for the specified brand.

    Returns

    An array of firmware package filenames.

    Parameters

    • brandId: string

      The ID of the brand.

    • latestMinorVersionsOnly: boolean = false

      Flag to indicate if only the latest minor versions should be listed.

    • cache: boolean = true

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

    Returns Promise<string[]>

Generated using TypeDoc