@pond-ts/fit API Reference
    Preparing search index...

    Interface ActivityStreams

    The time-series channels recorded during an activity. latlng is the track; everything else is optional and present only if the source provided it. Channels are parallel arrays — index i of each is the same sample.

    interface ActivityStreams {
        altitudeMeters?: number[];
        cadence?: number[];
        distanceMeters?: number[];
        heartrate?: number[];
        latlng: GeoPoint[];
        temperatureC?: number[];
        timeSeconds?: number[];
        watts?: number[];
    }
    Index

    Properties

    altitudeMeters?: number[]
    cadence?: number[]

    Cadence, rpm.

    distanceMeters?: number[]
    heartrate?: number[]
    latlng: GeoPoint[]
    temperatureC?: number[]

    Temperature, °C.

    timeSeconds?: number[]
    watts?: number[]

    Power, watts (from a power meter — real, not estimated).