Power

data class Power(val samples: List<KHPowerSample>) : KHRecord

Captures the power generated by the user, e. g. during cycling or rowing with a power meter. Each record represents a series of measurements.

Parameters

samples

The list of captured power values along with their time instances

Constructors

Link copied to clipboard
constructor(samples: List<KHPowerSample>)

Properties

Link copied to clipboard