IntensityZoneType

public enum IntensityZoneType : Int, Codable, CustomStringConvertible

Undocumented

  • Watts/Kg

    Declaration

    Swift

    case wpkg = 0
  • percentage of maxhr

    Declaration

    Swift

    case maxhr = 1
  • pwr

    Watts zones (percentage of ftp)

    Declaration

    Swift

    case pwr = 2
  • bpm

    BPM zones (percentage of athr)

    Declaration

    Swift

    case bpm = 3
  • nm

    Torque

    Declaration

    Swift

    case nm = 4
  • Undocumented

    Declaration

    Swift

    case pace = 5
  • rpm

    Undocumented

    Declaration

    Swift

    case rpm = 6
  • Declaration

    Swift

    public var description: String { get }