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

    Interface ZoneTime

    One zone's time + share. hi is Infinity for the open top.

    interface ZoneTime {
        fraction: number;
        hi: number;
        label: string;
        lo: number;
        seconds: number;
        zone: number;
    }
    Index

    Properties

    fraction: number

    Share of total in-zone time, [0, 1].

    hi: number

    Upper edge; Infinity for the top zone.

    label: string
    lo: number

    Inclusive lower edge, in the value axis (watts / bpm / m·s⁻¹).

    seconds: number
    zone: number

    1-based zone number (Z1 = the lowest band).