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

    Interface DiveGasRecord

    Source-native FIT dive-gas configuration. Values retain the FIT parser's decoded units: helium and oxygen contents are percentages.

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

    Properties

    heliumContent?: number

    FIT helium_content in percent.

    messageIndex?: DiveMessageIndex

    FIT message_index, including its source flags.

    FIT dive_gas.mode enum value.

    oxygenContent?: number

    FIT oxygen_content in percent.

    status?: DiveGasStatus

    FIT dive_gas.status enum value.