Floors Climbed
data class FloorsClimbed(val floors: Double, val startTime: Instant, val endTime: Instant) : KHRecord
Captures the number of floors climbed by the user since the last reading.
Parameters
floors
Count of the floors climbed
start Time
The start instant of the interval over which the value this record was captured
end Time
The end instant of the interval over which the value this record was captured