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

    Interface AthleteProfileJson

    The whole athlete profile as stored in the vault. Every series is optional — a fresh vault has none, and each fills in as the athlete records it.

    interface AthleteProfileJson {
        ftpWatts?: ScalarEntry[];
        hrZone?: HrZoneEntry[];
        paceThreshold?: PaceThresholdEntry[];
        weightKg?: ScalarEntry[];
    }
    Index

    Properties

    ftpWatts?: ScalarEntry[]
    hrZone?: HrZoneEntry[]
    paceThreshold?: PaceThresholdEntry[]
    weightKg?: ScalarEntry[]