IntensityZoneType
public enum IntensityZoneType : Int, Codable, CustomStringConvertible
Undocumented
-
Watts/Kg
Declaration
Swift
case wpkg = 0 -
percentage of maxhr
Declaration
Swift
case maxhr = 1 -
Watts zones (percentage of ftp)
Declaration
Swift
case pwr = 2 -
BPM zones (percentage of athr)
Declaration
Swift
case bpm = 3 -
Torque
Declaration
Swift
case nm = 4 -
Undocumented
Declaration
Swift
case pace = 5 -
Undocumented
Declaration
Swift
case rpm = 6 -
Declaration
Swift
public var description: String { get }
View on GitHub
IntensityZoneType Enumeration Reference