Function isFirmwareVersionInRange

  • Determines if a firmware version falls within a specified range.

    Parameters

    • version: string

      The firmware version to check.

    • Optional range: null | string

      A version range, following the syntax outlined in https://github.com/npm/node-semver#ranges.

    • Optional calibration: string | boolean

      If a string, it will be treated as a range. Otherwise, the function returns the boolean value of calibration.

    Returns boolean

Generated using TypeDoc