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

    Interface PowerBin

    One bucket of the power histogram.

    interface PowerBin {
        seconds: number;
        wattsFrom: number;
    }
    Index

    Properties

    Properties

    seconds: number

    Seconds spent in this bin.

    wattsFrom: number

    Inclusive lower edge of the bin, watts.