Sports Lib API - v21.3.0
    Preparing search index...

    Interface DiveTankUpdateRecord

    Source-native FIT tank-pressure update. Pressure is bar and timestamp is retained as decoded by the FIT parser.

    interface DiveTankUpdateRecord {
        pressure?: number;
        sensor?: number;
        timestamp?: Date;
    }
    Index

    Properties

    pressure?: number

    FIT pressure in bar.

    sensor?: number

    FIT packed ANT channel identifier from tank_update.sensor.

    timestamp?: Date

    FIT tank_update.timestamp, when the source provides it.