TScoreType
public enum TScoreType : String, Codable
Various options for T-Score calculation
-
Cycling TSS power - normalized / avg / adjusted power is a seperate param
Declaration
Swift
case ctpp -
Cycling TSS heart
Declaration
Swift
case ctph -
Cycling Total cycling load score
Declaration
Swift
case tlc -
Run Stryd TSS
Declaration
Swift
case rss -
Run t-score power
Declaration
Swift
case rtpp -
Run t-score pace
Declaration
Swift
case rtpa -
Run t-score heart
Declaration
Swift
case rtph -
Plain old heart rate zone trimp
Declaration
Swift
case trimp -
Swim t-score pace
Declaration
Swift
case stpa
View on GitHub
TScoreType Enumeration Reference