Function fetchFirmwareChangelog

  • Fetch firmware changelog in Markdown format for the given minor version.

    Returns

    The firmware changelog in Markdown format.

    Parameters

    • brandId: string

      The ID of the brand.

    • minorVersion: string

      The minor version of the firmware.

    • cache: boolean = true

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

    Returns Promise<string>

Generated using TypeDoc