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

    Interface DiveGasJSONInterface

    JSON-safe FIT dive-gas configuration. It preserves the parser-decoded values without promoting them to scalar stats.

    interface DiveGasJSONInterface {
        heliumContent?: number;
        messageIndex?: DiveMessageIndex;
        mode?: DiveGasMode;
        oxygenContent?: number;
        status?: DiveGasStatus;
    }
    Index

    Properties

    heliumContent?: number
    messageIndex?: DiveMessageIndex
    oxygenContent?: number
    status?: DiveGasStatus