ExerciseLog

It specifies the data points measured during the exercise.

The exercise log including heart rate, cadence, power, and speed measured at a specific time during an ExerciseSession.

Data Specification

ExerciseLog consists of the following properties.

PropertyDescription
timestamp[Mandatory]
The timestamp representing the time when the exercise log was recorded, specified as Instant, in milliseconds.
heartRateThe heart rate value, in beats per minute.
cadenceThe cadence of movements per minute, e.g. steps per minute.
countThe number of ExerciseLogs.
powerThe power, in Watts.
speedThe speed, in meters per second.

Since

1.0.0

See also

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@SerializedName(value = "cadence")
val cadence: Float?

The cadence of movements per minute, such as steps per minute.

Link copied to clipboard
@SerializedName(value = "count")
val count: Int?

The number of ExerciseLogs.

Link copied to clipboard
@SerializedName(value = "heart_rate")
val heartRate: Float?

The heart rate value, in beats per minute.

Link copied to clipboard
@SerializedName(value = "power")
val power: Float?

The power, in Watts.

Link copied to clipboard
@SerializedName(value = "speed")
val speed: Float?

The speed, in meters per second.

Link copied to clipboard

TThe timestamp representing the time when the exercise log was recorded, specified as Instant, in milliseconds.

Preferences Submitted

You have successfully updated your cookie preferences.