@maschinenlesbar.org/mudab-cli
    Preparing search index...

    Interface ParameterValue

    MV_STATION_MSMNT item — a single measured value at a station.

    interface ParameterValue {
        DATE_STM?: string;
        metadataid?: number;
        PARAMCODE_PM?: string;
        PARAMETERID_PM?: string;
        STATNAME_DATE_TIME?: string;
        STATNAME_ST?: string;
        TIME_STM?: string;
        VALUE_MS?: number;
    }
    Index
    DATE_STM?: string

    Measurement date, YYYYMMDD.

    metadataid?: number
    PARAMCODE_PM?: string

    Parameter code / name.

    PARAMETERID_PM?: string
    STATNAME_DATE_TIME?: string

    Composite "

    STATNAME_ST?: string

    Measurement-station name.

    TIME_STM?: string

    Measurement time, HHMM.

    VALUE_MS?: number

    The measured value, a JSON number in live responses.