TrainingStatus
public enum TrainingStatus : UInt8
Training Status
-
Other
Declaration
Swift
case other = 0
-
Idle
Declaration
Swift
case idle = 1
-
Warming Up
Declaration
Swift
case warmingUp = 2
-
Low Intensity Interval
Declaration
Swift
case lowIntensityInterval = 3
-
High Intensity Interval
Declaration
Swift
case highIntensityInterval = 4
-
Recovery Interval
Declaration
Swift
case recoveryInterval = 5
-
Isometric
Declaration
Swift
case isometric = 6
-
Heart Rate Control
Declaration
Swift
case heartRateControl = 7
-
Fitness Test
Declaration
Swift
case fitnessTest = 8
-
Speed Outside of Control Region - Low (increase speed to return to controllable region)
Declaration
Swift
case lowSpeedOutsideControlRegion = 9
-
Speed Outside of Control Region - High (decrease speed to return to controllable region)
Declaration
Swift
case highSpeedOutsideControlRegion = 10
-
Cool Down
Declaration
Swift
case coolDown = 11
-
Watt Control
Declaration
Swift
case wattControl = 12
-
Manual Mode (Quick Start)
Declaration
Swift
case manualMode = 13
-
Pre-Workout
Declaration
Swift
case preWorkout = 14
-
Post-Workout
Declaration
Swift
case postWorkout = 15