bcfreeflight
    Preparing search index...

    Class AverageWeatherData

    Represents the average weather data collected from a weather station over a period.

    This class provides properties to access various weather-related measurements such as temperature, pressure, humidity, wind speed, and rainfall, where each numeric value is represented as a Range object containing minimum, maximum, and average values.

    Index

    Constructors

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

      Parameters

      • baromabsin: Range

        Absolute atmospheric pressure in inches.

      • baromrelin: Range

        Relative atmospheric pressure in inches.

      • dailyrainin: Range

        Daily rainfall amount in inches.

      • eventrainin: Range

        Rainfall amount for a specific event in inches.

      • freq: string

        Frequency of data reporting.

      • heap: Range

        System heap memory usage.

      • hourlyrainin: Range

        Hourly rainfall amount in inches.

      • humidity: Range

        Outdoor humidity percentage.

      • humidityin: Range

        Indoor humidity percentage.

      • interval: Range

        Data reporting interval in seconds.

      • maxdailygust: Range

        Maximum gust speed for the day in miles per hour.

      • model: string

        Model of the weather station.

      • monthlyrainin: Range

        Monthly rainfall amount in inches.

      • PASSKEY: string

        Unique key associated with the weather station.

      • rainratein: Range

        Rain rate in inches per hour.

      • runtime: number

        System runtime in seconds.

      • solarradiation: Range

        Solar radiation in watts per square meter.

      • stationtype: string

        Type of the weather station.

      • tempf: Range

        Outdoor temperature in Fahrenheit.

      • tempinf: Range

        Indoor temperature in Fahrenheit.

      • totalrainin: Range

        Total rainfall amount in inches.

      • uv: Range

        Ultraviolet index measurement.

      • vpd: Range

        Vapor pressure deficit in millibars.

      • weeklyrainin: Range

        Weekly rainfall amount in inches.

      • wh65batt: Range

        Battery status for the WH65 sensor.

      • winddir: Range

        Wind direction in degrees.

      • windgustmph: Range

        Wind gust speed in miles per hour.

      • windspeedmph: Range

        Wind speed in miles per hour.

      • yearlyrainin: Range

        Yearly rainfall amount in inches.

      • recordCount: number

        Number of records contributing to the average.

      • dateTimeRangeUtc: ReadOnlyDateTimeRange

        The range of timestamps covered by this average data in utc.

      Returns AverageWeatherData

    Properties

    baromabsin: Range

    Absolute atmospheric pressure in inches.

    baromrelin: Range

    Relative atmospheric pressure in inches.

    dailyrainin: Range

    Daily rainfall amount in inches.

    dateTimeRangeUtc: ReadOnlyDateTimeRange

    The range of timestamps covered by this average data in utc.

    eventrainin: Range

    Rainfall amount for a specific event in inches.

    freq: string

    Frequency of data reporting.

    heap: Range

    System heap memory usage.

    hourlyrainin: Range

    Hourly rainfall amount in inches.

    humidity: Range

    Outdoor humidity percentage.

    humidityin: Range

    Indoor humidity percentage.

    interval: Range

    Data reporting interval in seconds.

    maxdailygust: Range

    Maximum gust speed for the day in miles per hour.

    model: string

    Model of the weather station.

    monthlyrainin: Range

    Monthly rainfall amount in inches.

    PASSKEY: string

    Unique key associated with the weather station.

    rainratein: Range

    Rain rate in inches per hour.

    recordCount: number

    Number of records contributing to the average.

    runtime: number

    System runtime in seconds.

    solarradiation: Range

    Solar radiation in watts per square meter.

    stationtype: string

    Type of the weather station.

    tempf: Range

    Outdoor temperature in Fahrenheit.

    tempinf: Range

    Indoor temperature in Fahrenheit.

    totalrainin: Range

    Total rainfall amount in inches.

    uv: Range

    Ultraviolet index measurement.

    vpd: Range

    Vapor pressure deficit in millibars.

    weeklyrainin: Range

    Weekly rainfall amount in inches.

    wh65batt: Range

    Battery status for the WH65 sensor.

    winddir: Range

    Wind direction in degrees.

    windgustmph: Range

    Wind gust speed in miles per hour.

    windspeedmph: Range

    Wind speed in miles per hour.

    yearlyrainin: Range

    Yearly rainfall amount in inches.

    Methods