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

    Interface DiveTankUpdateJSONInterface

    Native JSON representation of a FIT tank-pressure update. Timestamps are UTC milliseconds.

    interface DiveTankUpdateJSONInterface {
        pressure?: number;
        sensor?: number;
        timestamp?: number;
    }
    Index

    Properties

    pressure?: number
    sensor?: number
    timestamp?: number