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

    Interface PowerEffort

    One row of the power best-efforts table.

    interface PowerEffort {
        durationSeconds: number;
        endIndex?: number;
        startIndex?: number;
        watts: number;
        wattsPerKg?: number;
    }
    Index

    Properties

    durationSeconds: number
    endIndex?: number
    startIndex?: number

    Inclusive sample range of the window that achieved it — for focusing the chart/map on where the effort happened (maps to distance/time via the prepared cum / timeSec). Carried through from the powerCurve point; absent only if no window qualified.

    watts: number

    Best average power sustained over any window of this length, watts.

    wattsPerKg?: number

    Power-to-weight, when a body weight (as of the activity date) is known.