Function resolveInstallableFirmwares

  • Resolves a list of installable firmware versions from the provided firmware package filenames. Filters by the specified FWID or Device, with an optional sort by version in descending order.

    Parameters

    • filenames: string[]
    • firmwareIdOrDevice: string | Pick<Device, "hardwareDescription" | "integroVariant" | "stackInfo">
    • sortByVersion: boolean = false

    Returns Firmware[]

Generated using TypeDoc