npm.nicfv.com

    Interface Datum

    This data object fixes the psychrometric state.

    interface Datum {
        db: number;
        measurement: "dbwb" | "dbrh" | "dbdp";
        other: number;
    }
    Index

    Properties

    Properties

    db: number

    Dry Bulb

    measurement: "dbwb" | "dbrh" | "dbdp"

    The two types of measurements that were taken to fix the state.

    other: number

    One of these values, depending on measurement

    • Relative Humidity
    • Wet Bulb
    • Dew Point
    MMNEPVFCICPMFPCPTTAAATR