@maschinenlesbar.org/pegel-online-cli
    Preparing search index...

    Interface CurrentMeasurement

    A measurement value plus the API's state classifications.

    interface CurrentMeasurement {
        stateMnwMhw?: string;
        stateNswHsw?: string;
        timestamp: string;
        value: number;
    }
    Index
    stateMnwMhw?: string

    Classification vs. the mean low/high water marks.

    stateNswHsw?: string

    Classification vs. the lowest/highest navigable water marks.

    timestamp: string
    value: number