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

    Interface ComputePowerOptions

    Options for computePower.

    interface ComputePowerOptions {
        binWatts?: number;
    }
    Index

    Properties

    Properties

    binWatts?: number

    Width of each PowerSummary.distribution bucket, watts. Defaults to 1 — the finest base. Set it to the width you intend to draw (10 / 15 / 25) rather than re-bucketing the 1 W output yourself.