bcfreeflight
    Preparing search index...

    Class CurrentWeatherData

    Represents the current weather data collected from a weather station.

    This class provides properties to access various weather-related measurements such as temperature, pressure, humidity, wind speed, and rainfall.

    Index

    Constructors

    • Creates an instance of a weather data object and initializes its properties.

      Parameters

      • baromabsin: number

        Absolute atmospheric pressure in inches.

      • baromrelin: number

        Relative atmospheric pressure in inches.

      • dailyrainin: number

        Daily rainfall amount in inches.

      • dateutc: string

        UTC date and time in string format.

      • eventrainin: number

        Rainfall amount for a specific event in inches.

      • freq: string

        Frequency of data reporting.

      • heap: number

        System heap memory usage.

      • hourlyrainin: number

        Hourly rainfall amount in inches.

      • humidity: number

        Outdoor humidity percentage.

      • humidityin: number

        Indoor humidity percentage.

      • interval: number

        Data reporting interval in seconds.

      • maxdailygust: number

        Maximum gust speed for the day in miles per hour.

      • model: string

        Model of the weather station.

      • monthlyrainin: number

        Monthly rainfall amount in inches.

      • PASSKEY: string

        Unique key associated with the weather station.

      • rainratein: number

        Rain rate in inches per hour.

      • runtime: number

        System runtime in seconds.

      • solarradiation: number

        Solar radiation in watts per square meter.

      • stationtype: string

        Type of the weather station.

      • tempf: number

        Outdoor temperature in Fahrenheit.

      • tempinf: number

        Indoor temperature in Fahrenheit.

      • totalrainin: number

        Total rainfall amount in inches.

      • uv: number

        Ultraviolet index measurement.

      • vpd: number

        Vapor pressure deficit in millibars.

      • weeklyrainin: number

        Weekly rainfall amount in inches.

      • wh65batt: number

        Battery status for the WH65 sensor.

      • winddir: number

        Wind direction in degrees.

      • windgustmph: number

        Wind gust speed in miles per hour.

      • windspeedmph: number

        Wind speed in miles per hour.

      • yearlyrainin: number

        Yearly rainfall amount in inches.

      Returns CurrentWeatherData

    Properties

    baromabsin: number

    Absolute atmospheric pressure in inches.

    baromrelin: number

    Relative atmospheric pressure in inches.

    dailyrainin: number

    Daily rainfall amount in inches.

    dateutc: string

    UTC date and time in string format.

    eventrainin: number

    Rainfall amount for a specific event in inches.

    freq: string

    Frequency of data reporting.

    heap: number

    System heap memory usage.

    hourlyrainin: number

    Hourly rainfall amount in inches.

    humidity: number

    Outdoor humidity percentage.

    humidityin: number

    Indoor humidity percentage.

    interval: number

    Data reporting interval in seconds.

    maxdailygust: number

    Maximum gust speed for the day in miles per hour.

    model: string

    Model of the weather station.

    monthlyrainin: number

    Monthly rainfall amount in inches.

    PASSKEY: string

    Unique key associated with the weather station.

    rainratein: number

    Rain rate in inches per hour.

    runtime: number

    System runtime in seconds.

    solarradiation: number

    Solar radiation in watts per square meter.

    stationtype: string

    Type of the weather station.

    tempf: number

    Outdoor temperature in Fahrenheit.

    tempinf: number

    Indoor temperature in Fahrenheit.

    totalrainin: number

    Total rainfall amount in inches.

    uv: number

    Ultraviolet index measurement.

    vpd: number

    Vapor pressure deficit in millibars.

    weeklyrainin: number

    Weekly rainfall amount in inches.

    wh65batt: number

    Battery status for the WH65 sensor.

    winddir: number

    Wind direction in degrees.

    windgustmph: number

    Wind gust speed in miles per hour.

    windspeedmph: number

    Wind speed in miles per hour.

    yearlyrainin: number

    Yearly rainfall amount in inches.