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

    Interface PowerSummary

    Everything the power view needs, computed from a power-equipped activity.

    interface PowerSummary {
        averageWatts: number;
        curve: PowerCurvePoint[];
        distribution: PowerBin[];
        ftp: number;
        intensityFactor: number;
        maxWatts: number;
        normalizedWatts: number;
        totalWorkKj: number;
        trainingLoad: number;
        zones: PowerZone[];
    }
    Index

    Properties

    averageWatts: number
    distribution: PowerBin[]

    Time per power bucket at the finest (1 W) resolution — the canonical base the UI re-aggregates to wider bins (10/15/25 W). Always 1 W so the display contract doesn't depend on a compute-time bin choice.

    ftp: number
    intensityFactor: number
    maxWatts: number
    normalizedWatts: number
    totalWorkKj: number
    trainingLoad: number
    zones: PowerZone[]