// $WX[] array size = 712 entries.
$WX['tempunit'] = '°F'; // Unit of temperature being used (Set in Cumulus as Centigrade or Fahrenheit)
$WX['tempunitnodeg'] = 'F'; // The temperature units being used, without a degree symbol, i.e. "F" or "C"
$WX['pressunit'] = 'in'; // Unit of measure for pressure. Possible values: mb, hPa, in
$WX['rainunit'] = 'in'; // Unit of measure for rain fall (e.g mm or inches)
$WX['windunit'] = 'mph'; // Unit of measure for wind speed. Possible values: mph, m/s, km/h, kts
$WX['windrununit'] = 'miles'; // Unit of measure for wind run (distance)
$WX['cloudbaseunit'] = 'ft'; // The units used for cloudbase value, i.e. "ft" or "m"
$WX['date'] = '3/28/2024'; // The current date
$WX['time'] = '06:30 on 28 March 2024'; // The current time and date. Example result: 18:30 on 30 December 2009.
$WX['timehhmmss'] = '06:30:01'; // The current time. Example format: 18:30:27
$WX['timeUTC'] = '13:30 on 28 March 2024'; // The current UTC date/time rather than local date/time
$WX['day'] = '28'; // The current day as a 2-digit number. Example format: 14
$WX['dayname'] = 'Thursday'; // The current day as a word.  For example, Monday
$WX['shortdayname'] = 'Thu'; // The current day as a shortened word. Example format: Mon
$WX['month'] = '03'; // The current month as a 2-digit number. Example format: 05
$WX['monthname'] = 'March'; // The current month as a word. Example format: August
$WX['shortmonthname'] = 'Mar'; // The current month as a shortened word. Example format: Aug
$WX['year'] = '2024'; // The current year as a 4-digit number. Example format: 2009
$WX['shortyear'] = '24'; // The current year as a 2-digit number. Example format: 09
$WX['hour'] = '06'; // The current hour as a 2-digit number. Example format: 23
$WX['minute'] = '30'; // The current minute as a 2-digit number. Example format: 59
$WX['apptemp'] = '47.5'; // The apparent temperature
$WX['avgtemp'] = '51.5'; // The average temperature so far today
$WX['temp'] = '48.3'; // The outside temperature
$WX['intemp'] = '73.1'; // The inside temperature
$WX['temptrend'] = '-1.0'; // The change in temperature over the last hour
$WX['temptrendtext'] = 'Falling'; // Temperature change over the last hour - Rising/Falling/Steady
$WX['temptrendenglish'] = 'Falling'; // Simple description of temperature change over the last hour - Rising/Falling/Steady.
$WX['heatindex'] = '48.3'; // Current heat index
$WX['humidex'] = '49.3'; // Current Humidex
$WX['hum'] = '96'; // The outside humidity
$WX['inhum'] = '33'; // The inside humidity
$WX['dew'] = '47.2'; // The outside dew point
$WX['wchill'] = '48.3'; // The current wind chill temperature
$WX['wetbulb'] = '47.7'; // Estimated wet bulb temperature, currently only available via web tag
$WX['rfall'] = '0.14'; // The total rainfall so far today
$WX['rrate'] = '0.00'; // The current rainfall rate
$WX['rhour'] = '0.00'; // The rainfall in the last hour
$WX['rmidnight'] = '0.14'; // The total rainfall since midnight. Useful if you don't use midnight as your start of day
$WX['r24hour'] = '0.20'; // Amount of rain in the last 24 hours
$WX['LastRainTipISO'] = '2024-03-28 01:27'; // Date/time of last rain gauge tip (e.g 2010-09-06 06:09)
$WX['press'] = '30.068'; // The sea level pressure
$WX['presstrend'] = 'Steady'; // The pressure trend in words - values can be set in the 'strings.ini' file
$WX['presstrendval'] = '0.005'; // The pressure trend in figures
$WX['presstrendenglish'] = 'Rising'; // a singe word description for the pressure trend - Rising/Falling/Steady.
$WX['altimeterpressure'] = '30.052'; // Altimeter pressure. Pressure corrected to sea level using altitude only. Same as sea-level pressure for non-Davis stations.
$WX['wlatest'] = '0.0'; // Current wind speed reading from console.  Corresponds to 'latest' on the Cumulus main screen.
$WX['bearing'] = '215'; // Current wind bearing in degrees
$WX['currentwdir'] = 'SW'; // Current wind bearing as a compass point - e.g. ESE
$WX['wspeed'] = '0.3'; // The 10-minute average, if you have Cumulus set to calculate a 10-minute average. Otherwise, it's the latest 'wind' value from the console
$WX['avgbearing'] = '216'; // Average wind bearing in degrees over last 10 minutes. Range 1-360, 0=Calm
$WX['wdir'] = 'SW'; // Average wind bearing over last 10 minutes as a compass point - e.g. ESE
$WX['wgust'] = '1.0'; // The highest wind reading in the last 10 minutes. Corresponds to 'gust' on the Cumulus main screen.
$WX['nextwindindex'] = '2564'; // The index of the entries in wdirdata and wspddata which Cumulus is going to use next
$WX['beaufort'] = 'F0'; // The current wind speed on the Beaufort scale (e.g. F8)
$WX['beaufortnumber'] = '0'; // The current wind speed on the Beaufort scale, without a leading "F", e.g. "6"
$WX['beaudesc'] = 'Calm'; // The current wind speed Beaufort description (e.g. "Gale")
$WX['cloudbase'] = '247 ft'; // Calculated cloud base
$WX['cloudbasevalue'] = '247'; // Current calculated cloud base without units
$WX['UV'] = '0.0'; // Current UV index
$WX['SolarRad'] = '0'; // Current solar radiation
$WX['forecast'] = 'Becoming fine'; // The current forecast
$WX['forecastnumber'] = '3'; // The number relating to the current forecast entry in the strings.ini file.
$WX['cumulusforecast'] = 'Becoming fine'; // Always gives Cumulus (Zambretti) forecast, even if the Becoming fine tag provides a station forecast
$WX['wsforecast'] = 'Increasing clouds with little temperature change. Precipitation possible within 24 to 48 hours'; // Always gives station forecast (if available)
$WX['IsFreezing'] = '0'; // Is outside temperature is at or below 0C/32F. 0=Above freezing, 1=Below freezing (Beta)
$WX['IsRaining'] = '0'; // For Hydreon RG-11 devices, shows the current rain state. 0=No rain, 1=It's raining (Beta)
$WX['tempTH'] = '54.7'; // Today's highest temperature
$WX['TtempTH'] = '00:00'; // Time of Today's highest temperature
$WX['tempTL'] = '48.2'; // Today's lowest temperature
$WX['TtempTL'] = '05:21'; // Time of Today's lowest temperature
$WX['temprange'] = '6.5'; // The temperature range (max - min) so far today
$WX['apptempTH'] = '55.4'; // Today's high apparent temperature
$WX['TapptempTH'] = '00:23'; // Time of Today's high apparent temperature
$WX['apptempTL'] = '47.1'; // Today's low apparent temperature
$WX['TapptempTL'] = '05:03'; // Time of Today's low apparent temperature
$WX['heatindexTH'] = '54.7'; // Today's high heat index
$WX['TheatindexTH'] = '00:00'; // Time of Today's high heat index
$WX['wchillTL'] = '48.2'; // Today's lowest wind chill
$WX['TwchillTL'] = '05:21'; // Time of Today's lowest wind chill
$WX['dewpointTH'] = '53.1'; // Today's highest dew point
$WX['TdewpointTH'] = '01:04'; // Time of Today's highest dew point
$WX['dewpointTL'] = '46.7'; // Today's lowest dew point
$WX['TdewpointTL'] = '05:16'; // Time of Today's lowest dew point
$WX['humTH'] = '96'; // Today's highest humidity
$WX['ThumTH'] = '06:27'; // Time of Today's highest humidity
$WX['humTL'] = '93'; // Today's lowest humidity
$WX['ThumTL'] = '02:01'; // Time of Today's lowest humidity
$WX['rrateTM'] = '0.29'; // Today's maximum rain rate
$WX['TrrateTM'] = '00:59'; // Time of Today's maximum rain rate
$WX['hourlyrainTH'] = '0.13'; // Today's highest hourly rain
$WX['ThourlyrainTH'] = '01:03'; // Time of Today's highest hourly rain
$WX['pressTH'] = '30.069'; // Today's highest pressure reading
$WX['TpressTH'] = '06:25'; // Time of Today's highest pressure reading
$WX['pressTL'] = '30.005'; // Today's lowest pressure reading
$WX['TpressTL'] = '00:21'; // Time of Today's lowest pressure reading
$WX['windTM'] = '3.1'; // Today's maximum (average) wind speed
$WX['TwindTM'] = '00:00'; // Time of Today's high wind speed on the Beaufort scale, without a leading "F", e.g. "6"
$WX['wgustTM'] = '7.0'; // Today's maximum wind gust
$WX['TwgustTM'] = '01:48'; // Time of The wind bearing at the time of today's high gust (7.0)
$WX['bearingTM'] = '349'; // The wind bearing at the time of today's high gust (7.0)
$WX['Tbeaufort'] = 'F1'; // Today's highest wind speed, expressed in the Beaufort scale
$WX['Tbeaufortnumber'] = '1'; // Today's high wind speed on the Beaufort scale, without a leading "F", e.g. "6"
$WX['windrun'] = '4.3'; // The total wind run so far today
$WX['domwindbearing'] = '330'; // Today's dominant wind direction in degrees
$WX['domwinddir'] = 'NNW'; // Today's dominant wind direction as compass point
$WX['BearingRangeFrom'] = '209'; // The 'lowest' bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini)
$WX['BearingRangeTo'] = '216'; // The 'highest' bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini)
$WX['BearingRangeFrom10'] = '200'; // The 'lowest' bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini), rounded down to nearest 10 degrees
$WX['BearingRangeTo10'] = '220'; // The 'highest' bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini), rounded up to the nearest 10 degrees
$WX['ET'] = '0.000'; // Today's evapotranspiration.
$WX['solarTH'] = '0'; // Today's high solar radiation value (Beta)
$WX['TsolarTH'] = '00:00'; // Time of Today's high solar radiation value (Beta)
$WX['UVTH'] = '0.0'; // Today's high UV Index (Beta)
$WX['TUVTH'] = '00:00'; // Time of Today's high UV Index (Beta)
$WX['heatdegdays'] = '3.7'; // Today's heating degree days
$WX['cooldegdays'] = '0.0'; // Today's cooling degree days
$WX['tempYH'] = '63.4'; // Yesterday's highest temperature
$WX['TtempYH'] = '13:06'; // Time of Yesterday's highest temperature
$WX['tempYL'] = '43.5'; // Yesterday's lowest temperature
$WX['TtempYL'] = '07:15'; // Time of Yesterday's lowest temperature
$WX['temprangeY'] = '19.9'; // The temperature range (max - min) yesterday
$WX['apptempYH'] = '63.0'; // Yesterday's high apparent temperature
$WX['TapptempYH'] = '13:07'; // Time of Yesterday's high apparent temperature
$WX['apptempYL'] = '41.4'; // Yesterday's low apparent temperature
$WX['TapptempYL'] = '07:03'; // Time of Yesterday's low apparent temperature
$WX['heatindexYH'] = '63.4'; // Yesterday's high heat index
$WX['TheatindexYH'] = '13:06'; // Time of Yesterday's high heat index
$WX['wchillYL'] = '43.5'; // Yesterday's lowest wind chill
$WX['TwchillYL'] = '07:15'; // Time of Yesterday's lowest wind chill
$WX['dewpointYL'] = '40.6'; // Yesterday's lowest dew point
$WX['TdewpointYL'] = '05:52'; // Time of Yesterday's lowest dew point
$WX['dewpointYH'] = '53.3'; // Yesterday's highest dew point
$WX['TdewpointYH'] = '16:27'; // Time of Yesterday's highest dew point
$WX['humYH'] = '94'; // High humidity yesterday
$WX['ThumYH'] = '23:42'; // Time of High humidity yesterday
$WX['humYL'] = '56'; // Low humidity yesterday
$WX['ThumYL'] = '12:37'; // Time of Low humidity yesterday
$WX['rfallY'] = '0.06'; // The total rainfall for yesterday
$WX['rrateYM'] = '0.15'; // Yesterday's maximum rain rate
$WX['TrrateYM'] = '23:54'; // Time of Yesterday's maximum rain rate
$WX['hourlyrainYH'] = '0.04'; // Yesterday's highest hourly rain
$WX['ThourlyrainYH'] = '23:55'; // Time of Yesterday's highest hourly rain
$WX['pressYH'] = '30.146'; // Yesterday's highest pressure reading
$WX['TpressYH'] = '02:18'; // Time of Yesterday's highest pressure reading
$WX['pressYL'] = '30.004'; // Yesterday's lowest pressure reading
$WX['TpressYL'] = '23:16'; // Time of Yesterday's lowest pressure reading
$WX['windYM'] = '7.4'; // Yesterday's maximum (average) wind speed
$WX['TwindYM'] = '18:12'; // Time of Yesterday's high wind speed on the Beaufort scale, without a leading "F", e.g. "6"
$WX['wgustYM'] = '16.0'; // Yesterday's maximum wind gust
$WX['TwgustYM'] = '18:11'; // Time of The wind bearing at the time of yesterday's high gust
$WX['bearingYM'] = '124'; // The wind bearing at the time of yesterday's high gust
$WX['Ybeaufort'] = 'F2'; // Yesterday's highest wind speed, expressed in the Beaufort scale
$WX['Ybeaufortnumber'] = '2'; // Yesterday's high wind speed on the Beaufort scale, without a leading "F", e.g. "6"
$WX['domwindbearingY'] = '98'; // Yesterday's dominant wind direction in degrees
$WX['domwinddirY'] = 'E'; // Yesterday's dominant wind direction as compass point
$WX['windrunY'] = '47.9'; // The total wind run for yesterday
$WX['heatdegdaysY'] = '11.5'; // Yesterday's heating degree days
$WX['cooldegdaysY'] = '0.0'; // Yesterday's cooling degree days
$WX['avgtempY'] = '53.5'; // Yesterday's average temperature (Beta)
$WX['solarYH'] = '790'; // Yesterday's high solar radiation value (Beta)
$WX['TsolarYH'] = '10:16'; // Time of Yesterday's high solar radiation value (Beta)
$WX['UVYH'] = '3.2'; // Yesterday's high UV Index (Beta)
$WX['TUVYH'] = '12:07'; // Time of Yesterday's high UV Index (Beta)
$WX['MonthTempH'] = '73.2'; // This months high temperature
$WX['MonthTempHT'] = '3:28 PM'; // Time of This months high temperature
$WX['MonthTempHD'] = '16 March'; // Date of This months high temperature
$WX['MonthTempL'] = '39.8'; // This months low temperature
$WX['MonthTempLT'] = '6:28 AM'; // Time of This months low temperature
$WX['MonthTempLD'] = '08 March'; // Date of This months low temperature
$WX['MonthMinTempH'] = '50.5'; // This months highest daily minimum temperature
$WX['MonthMinTempHD'] = '19 March'; // Date of This months highest daily minimum temperature
$WX['MonthMaxTempL'] = '55.0'; // This months lowest daily minimum temperature
$WX['MonthMaxTempLD'] = '02 March'; // Date of This months lowest daily minimum temperature
$WX['MonthHighDailyTempRange'] = '29.8'; // High Daily Temp Range
$WX['MonthHighDailyTempRangeD'] = '17 March'; // Date of High Daily Temp Range
$WX['MonthLowDailyTempRange'] = '9.6'; // Low Daily Temp Range
$WX['MonthLowDailyTempRangeD'] = '02 March'; // Date of Low Daily Temp Range
$WX['MonthHeatIndexH'] = '73.2'; // This months high heat index
$WX['MonthHeatIndexHT'] = '3:28 PM'; // Time of This months high heat index
$WX['MonthHeatIndexHD'] = '16 March'; // Date of This months high heat index
$WX['MonthWChillL'] = '39.8'; // This months low wind chill
$WX['MonthWChillLT'] = '6:28 AM'; // Time of This months low wind chill
$WX['MonthWChillLD'] = '08 March'; // Date of This months low wind chill
$WX['MonthAppTempH'] = '71.9'; // This months high apparent temperature
$WX['MonthAppTempHT'] = '4:26 PM'; // Time of This months high apparent temperature
$WX['MonthAppTempHD'] = '19 March'; // Date of This months high apparent temperature
$WX['MonthAppTempL'] = '36.7'; // This months low apparent temperature
$WX['MonthAppTempLT'] = '6:46 AM'; // Time of This months low apparent temperature
$WX['MonthAppTempLD'] = '08 March'; // Date of This months low apparent temperature
$WX['MonthDewPointH'] = '55.4'; // This months high dew point
$WX['MonthDewPointHT'] = '11:11 AM'; // Time of This months high dew point
$WX['MonthDewPointHD'] = '06 March'; // Date of This months high dew point
$WX['MonthDewPointL'] = '24.8'; // This months low dew point
$WX['MonthDewPointLT'] = '10:55 AM'; // Time of This months low dew point
$WX['MonthDewPointLD'] = '14 March'; // Date of This months low dew point
$WX['MonthHumH'] = '100'; // This months highest humidty
$WX['MonthHumHT'] = '8:56 AM'; // Time of This months highest humidty
$WX['MonthHumHD'] = '03 March'; // Date of This months highest humidty
$WX['MonthHumL'] = '21'; // This months lowest humidty
$WX['MonthHumLT'] = '5:01 PM'; // Time of This months lowest humidty
$WX['MonthHumLD'] = '14 March'; // Date of This months lowest humidty
$WX['MonthPressH'] = '30.215'; // This months highest pressure
$WX['MonthPressHT'] = '9:53 AM'; // Time of This months highest pressure
$WX['MonthPressHD'] = '13 March'; // Date of This months highest pressure
$WX['MonthPressL'] = '29.744'; // This months lowest pressure
$WX['MonthPressLT'] = '4:17 PM'; // Time of This months lowest pressure
$WX['MonthPressLD'] = '15 March'; // Date of This months lowest pressure
$WX['MonthGustH'] = '31.0'; // This months highest wind gust
$WX['MonthGustHT'] = '5:49 PM'; // Time of This months highest wind gust
$WX['MonthGustHD'] = '01 March'; // Date of This months highest wind gust
$WX['MonthWindH'] = '10.0'; // This months highest wind speed
$WX['MonthWindHT'] = '9:27 PM'; // Time of This months highest wind speed
$WX['MonthWindHD'] = '01 March'; // Date of This months highest wind speed
$WX['MonthWindRunH'] = '83.7'; // High Daily Wind Run
$WX['MonthWindRunHD'] = '01 March'; // Date of High Daily Wind Run
$WX['rmonth'] = '3.02'; // The total rainfall so far this month
$WX['MonthRainRateH'] = '1.18'; // This months highest rainfall rate
$WX['MonthRainRateHT'] = '8:35 PM'; // Time of This months highest rainfall rate
$WX['MonthRainRateHD'] = '01 March'; // Date of This months highest rainfall rate
$WX['MonthHourlyRainH'] = '0.25'; // This months highest hourly rain
$WX['MonthHourlyRainHT'] = '8:51 PM'; // Time of This months highest hourly rain
$WX['MonthHourlyRainHD'] = '01 March'; // Date of This months highest hourly rain
$WX['MonthDailyRainH'] = '0.73'; // This months greatest daily rain
$WX['MonthDailyRainHD'] = '01 March'; // Date of This months greatest daily rain
$WX['MonthLongestDryPeriod'] = '9'; // Longest dry period ending this month (days)
$WX['MonthLongestDryPeriodD'] = '21 March'; // Date of Longest dry period ending this month (days)
$WX['MonthLongestWetPeriod'] = '5'; // Longest period of rain every day, ending this month (days)
$WX['MonthLongestWetPeriodD'] = '04 March'; // Date of Longest period of rain every day, ending this month (days)
$WX['YearTempH'] = '73.2'; // This years highest temperature
$WX['YearTempHT'] = '3:28 PM'; // Time of This years highest temperature
$WX['YearTempHD'] = '16 March'; // Date of This years highest temperature
$WX['YearTempL'] = '33.5'; // This years lowest temperature
$WX['YearTempLT'] = '7:17 AM'; // Time of This years lowest temperature
$WX['YearTempLD'] = '07 January'; // Date of This years lowest temperature
$WX['YearHighDailyTempRange'] = '29.8'; // High Daily Temp Range
$WX['YearHighDailyTempRangeD'] = '17 March'; // Date of High Daily Temp Range
$WX['YearLowDailyTempRange'] = '4.5'; // Low Daily Temp Range
$WX['YearLowDailyTempRangeD'] = '07 February'; // Date of Low Daily Temp Range
$WX['YearHeatIndexH'] = '73.2'; // This years highest heat index
$WX['YearHeatIndexHT'] = '3:28 PM'; // Time of This years highest heat index
$WX['YearHeatIndexHD'] = '16 March'; // Date of This years highest heat index
$WX['YearWChillL'] = '33.5'; // This years lowest wind chill
$WX['YearWChillLT'] = '7:17 AM'; // Time of This years lowest wind chill
$WX['YearWChillLD'] = '07 January'; // Date of This years lowest wind chill
$WX['YearAppTempH'] = '72.7'; // This years highest apparent temperature
$WX['YearAppTempHT'] = '2:13 PM'; // Time of This years highest apparent temperature
$WX['YearAppTempHD'] = '29 January'; // Date of This years highest apparent temperature
$WX['YearAppTempL'] = '29.5'; // This years lowest apparent temperature
$WX['YearAppTempLT'] = '7:23 AM'; // Time of This years lowest apparent temperature
$WX['YearAppTempLD'] = '07 January'; // Date of This years lowest apparent temperature
$WX['YearDewPointH'] = '59.8'; // This years highest dew point
$WX['YearDewPointHT'] = '2:09 PM'; // Time of This years highest dew point
$WX['YearDewPointHD'] = '22 January'; // Date of This years highest dew point
$WX['YearDewPointL'] = '23.9'; // This years lowest dew point
$WX['YearDewPointLT'] = '3:00 PM'; // Time of This years lowest dew point
$WX['YearDewPointLD'] = '11 January'; // Date of This years lowest dew point
$WX['YearMinTempH'] = '53.6'; // This years highest daily minimum temperature
$WX['YearMinTempHD'] = '19 February'; // Date of This years highest daily minimum temperature
$WX['YearMaxTempL'] = '49.6'; // This years lowest daily minimum temperature
$WX['YearMaxTempLD'] = '07 February'; // Date of This years lowest daily minimum temperature
$WX['YearHumH'] = '100'; // This years high humidty
$WX['YearHumHT'] = '10:22 AM'; // Time of This years high humidty
$WX['YearHumHD'] = '01 January'; // Date of This years high humidty
$WX['YearHumL'] = '21'; // This years low humidty
$WX['YearHumLT'] = '5:01 PM'; // Time of This years low humidty
$WX['YearHumLD'] = '14 March'; // Date of This years low humidty
$WX['YearPressH'] = '30.364'; // This years high pressure
$WX['YearPressHT'] = '10:46 PM'; // Time of This years high pressure
$WX['YearPressHD'] = '08 January'; // Date of This years high pressure
$WX['YearPressL'] = '29.301'; // This years low pressure
$WX['YearPressLT'] = '2:54 PM'; // Time of This years low pressure
$WX['YearPressLD'] = '04 February'; // Date of This years low pressure
$WX['YearGustH'] = '39.0'; // This years high wind gust
$WX['YearGustHT'] = '10:34 AM'; // Time of This years high wind gust
$WX['YearGustHD'] = '19 February'; // Date of This years high wind gust
$WX['YearWindH'] = '29.3'; // This years high wind speed
$WX['YearWindHT'] = '4:35 PM'; // Time of This years high wind speed
$WX['YearWindHD'] = '04 February'; // Date of This years high wind speed
$WX['YearWindRunH'] = '221.2'; // High Daily Wind Run
$WX['YearWindRunHD'] = '04 February'; // Date of High Daily Wind Run
$WX['ryear'] = '21.73'; // The total rainfall so far this year
$WX['YearRainRateH'] = '3.27'; // This years high rainfall rate
$WX['YearRainRateHT'] = '2:45 PM'; // Time of This years high rainfall rate
$WX['YearRainRateHD'] = '22 January'; // Date of This years high rainfall rate
$WX['YearHourlyRainH'] = '0.49'; // This years high hourly rain
$WX['YearHourlyRainHT'] = '9:36 PM'; // Time of This years high hourly rain
$WX['YearHourlyRainHD'] = '18 February'; // Date of This years high hourly rain
$WX['YearDailyRainH'] = '2.85'; // This years high daily rain
$WX['YearDailyRainHD'] = '04 February'; // Date of This years high daily rain
$WX['YearMonthlyRainH'] = '8.93'; // This years high monthly rain
$WX['YearMonthlyRainHD'] = 'February'; // Date of This years high monthly rain
$WX['YearLongestDryPeriod'] = '9'; // Longest period without rain ending this year (days)
$WX['YearLongestDryPeriodD'] = '21 March'; // Date of Longest period without rain ending this year (days)
$WX['YearLongestWetPeriod'] = '8'; // Longest period of rain every day ending this year (days)
$WX['YearLongestWetPeriodD'] = '07 February'; // Date of Longest period of rain every day ending this year (days)
$WX['tempH'] = '109.1'; // All time high temperature
$WX['TtempH'] = 'at 2:19 PM on 06 September 2022'; // Time/Date of All time high temperature
$WX['tempL'] = '-79.5'; // All time low temperature
$WX['TtempL'] = 'at 7:04 AM on 11 August 2016'; // Time/Date of All time low temperature
$WX['mintempH'] = '74.6'; // All time high minimum temperature
$WX['TmintempH'] = 'at 2:49 AM on 16 August 2020'; // Time/Date of All time high minimum temperature
$WX['maxtempL'] = '47.6'; // All time low maximum temperature
$WX['TmaxtempL'] = 'at 1:40 PM on 28 November 2019'; // Time/Date of All time low maximum temperature
$WX['LowDailyTempRange'] = '0.0'; // All time low daily temperature range
$WX['TLowDailyTempRange'] = 'on 29 July 2017'; // Time/Date of All time low daily temperature range
$WX['HighDailyTempRange'] = '171.0'; // All time high daily temperature range
$WX['THighDailyTempRange'] = 'on 11 August 2016'; // Time/Date of All time high daily temperature range
$WX['apptempH'] = '108.8'; // All time high apparent temperature
$WX['TapptempH'] = 'at 2:15 PM on 06 September 2022'; // Time/Date of All time high apparent temperature
$WX['apptempL'] = '-86.7'; // All time low apparent temperature
$WX['TapptempL'] = 'at 7:04 AM on 11 August 2016'; // Time/Date of All time low apparent temperature
$WX['heatindexH'] = '108.8'; // All time high heat index
$WX['TheatindexH'] = 'at 3:51 PM on 16 August 2020'; // Time/Date of All time high heat index
$WX['dewpointH'] = '70.7'; // All time high dew point
$WX['TdewpointH'] = 'at 5:29 PM on 11 September 2017'; // Time/Date of All time high dew point
$WX['dewpointL'] = '-80.1'; // All time low dew point
$WX['TdewpointL'] = 'at 7:11 AM on 11 August 2016'; // Time/Date of All time low dew point
$WX['humH'] = '100'; // All time high humidity
$WX['ThumH'] = 'at 6:07 AM on 10 August 2016'; // Time/Date of All time high humidity
$WX['humL'] = '10'; // All time low humidity
$WX['ThumL'] = 'at 2:40 PM on 18 April 2016'; // Time/Date of All time low humidity
$WX['wchillH'] = '-79.5'; // All time greatest wind chill (i.e. lowest temperature)
$WX['TwchillH'] = 'at 7:04 AM on 11 August 2016'; // Time/Date of All time greatest wind chill (i.e. lowest temperature)
$WX['rrateM'] = '32.00'; // All time high rain rate
$WX['TrrateM'] = 'at 12:10 PM on 17 December 2018'; // Time/Date of All time high rain rate
$WX['rfallH'] = '4.02'; // All time high daily rain
$WX['TrfallH'] = 'on 13 December 2021'; // Time/Date of All time high daily rain
$WX['rfallhH'] = '0.83'; // All time high hourly rain
$WX['TrfallhH'] = 'at 6:13 PM on 04 January 2023'; // Time/Date of All time high hourly rain
$WX['rfallmH'] = '14.96'; // All time high monthly rain
$WX['TrfallmH'] = 'January 2017'; // Time/Date of All time high monthly rain
$WX['LongestDryPeriod'] = '211'; // All time longest dry period (days)
$WX['TLongestDryPeriod'] = 'to 17 October 2021'; // Time/Date of All time longest dry period (days)
$WX['LongestWetPeriod'] = '13'; // All time longest wet period (days)
$WX['TLongestWetPeriod'] = 'to 08 December 2019'; // Time/Date of All time longest wet period (days)
$WX['pressH'] = '30.590'; // All time high pressure
$WX['TpressH'] = 'at 10:18 AM on 27 January 2017'; // Time/Date of All time high pressure
$WX['pressL'] = '29.143'; // All time low pressure
$WX['TpressL'] = 'at 3:42 PM on 17 February 2017'; // Time/Date of All time low pressure
$WX['gustM'] = '42.0'; // All time high wind gust
$WX['TgustM'] = 'at 5:30 PM on 09 March 2023'; // Time/Date of All time high wind gust
$WX['wspeedH'] = '34.0'; // All time high average wind speed
$WX['TwspeedH'] = 'at 3:25 PM on 24 October 2021'; // Time/Date of All time high average wind speed
$WX['windrunH'] = '221.2'; // All time high daily wind run
$WX['TwindrunH'] = 'on 04 February 2024'; // Time/Date of All time high daily wind run
$WX['LatestError'] = 'FTP Connect Error, Error code = 426'; // Displays the last error from the Cumulus error log
$WX['LatestErrorDate'] = '3/26/2024'; // The date of the latest error logged to the error log window, using the system short date format. Gives dashes when latest error is reset
$WX['LatestErrorTime'] = '9:15 PM'; // The time of the latest error logged to the error log window, using the system short time format. Gives dashes when latest error is reset
$WX['ErrorLight'] = '1'; // 1 if the 'error' light is flashing, 0 if not
$WX['version'] = '1.9.4'; // The version of Cumulus in use
$WX['build'] = '10992'; // The build of Cumulus in use
$WX['realtimeinterval'] = '10'; // The realtime update interval in seconds
$WX['interval'] = '5'; // The web site update interval in minutes
$WX['rollovertime'] = 'midnight'; // Time of day for rollover of meteorological date. (Beta)
$WX['update'] = '3/28/2024 6:30:01 AM'; // The date and time of the last web site update
$WX['stationtype'] = 'Davis VP1 Plus'; // The type of station in use
$WX['latitude'] = 'N 37° 16' 28"'; // The station latitude
$WX['longitude'] = 'W 122° 01' 22"'; // The station longitude
$WX['altitude'] = '375 ft'; // The station altitude
$WX['location'] = 'Saratoga, CA, USA'; // The station location
$WX['longlocation'] = 'Saratoga-Weather.org located on Scotland Dr. near Glasgow Dr., Saratoga, California, USA'; // Longer description of the station location
$WX['forum'] = ''; // URL of the forum
$WX['webcam'] = ':webcam:'; // URL of the webcam
$WX['graphperiod'] = '48'; // The number of hours displayed by the graphs
$WX['battery'] = '4.50v'; // The console battery condition (Only available for the Davis weather stations)
$WX['txbattery'] = 'TX Battery Status: 1-ok   2-ok   3-ok   4-ok   5-ok   6-ok   7-ok   8-ok'; // The transmitter battery condition, by default it returns the status of all transmitters. (Beta)
$WX['SensorContactLost'] = '0'; // 1 if the station has lost contact with its remote sensors "Fine Offset only" 0 if contact has been established
$WX['snowdepth'] = '0'; // Today's snow depth as entered manually in the Weather Diary. Normally in Centimeters.Output is purely as a numerical figure I.E 10
$WX['currcond'] = ''; // Represents the value entered on the screen within Cumulus for the Current Weather condition, or the value as held in the currentconditions.txt file
$WX['chillhours'] = '588.1'; // The number of 'chill hours' so far this season.
$WX['ConsecutiveRainDays'] = '1'; // The number of days up to (but not including) today where it has rained every day. The threshold amount of rain required to determine a rain day is configurable via the RainDayThreshold setting in cumulus.ini, the units for the threshold are the same as your rain units
$WX['ConsecutiveDryDays'] = '0'; // The number of days up to (but not including) today since it last rained. The threshold amount of rain required to determine a rain day is configurable via the RainDayThreshold setting in cumulus.ini the units for the threshold are the same as your rain units
$WX['WindRoseData'] = '0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,288.0,1015.0,0.0,0.0,0.0,0.0,0.0'; // A comma-separated list of the wind 'totals' used to draw the wind rose (8 or 16 values)
$WX['WindRosePoints'] = '16'; // The number of items in 0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,288.0,1015.0,0.0,0.0,0.0,0.0,0.0 (i.e. 8 or 16)
$WX['WindSampleCount'] = '3600'; // The number of wind samples making up the wind rose (etc) data (up to 3600)
$WX['LatestNOAAMonthlyReport'] = 'NOAAMO0324.txt'; // Gives file name of latest auto-saved NOAA monthly report
$WX['LatestNOAAYearlyReport'] = 'NOAAYR2024.txt'; // Gives file name of latest auto-saved NOAA yearly report
$WX['sunrise'] = '06:59'; // Current sunrise time at the station
$WX['sunset'] = '19:27'; // Current sunset time at the station
$WX['daylength'] = '12:28'; // Length of day in hours and minutes (sunrise to sunset)
$WX['tomorrowdaylength'] = 'There will be 2min 23s more daylight tomorrow'; // A string giving the difference between the length of day light today and tomorrow.
$WX['dawn'] = '06:32'; // Start of Civil Twilight at the station
$WX['dusk'] = '19:53'; // End of Civil Twilight at the station
$WX['daylightlength'] = '13:21'; // Length of daylight in hours and minutes (dawn to dusk)
$WX['moonphase'] = 'Waning Gibbous'; // Current phase of the moon
$WX['MoonAge'] = '17'; // Current approximate age of the Moon in days (0-29)
$WX['moonrise'] = '23:10'; // Current moonrise time at the station
$WX['moonset'] = '08:29'; // Current moonset time at the station
$WX['isdaylight'] = '0'; // A flag to indicate if the location for the station is in daylight or not, based on the dawn and dusk times.  Possible values are 0 or 1, where 1 notes that it is currently within the hours of daylight.
$WX['IsSunUp'] = '0'; // gives 1 between sunrise and sunset, otherwise 0
$WX['SunshineHours'] = '0.0'; // Hours of sunshine so far today
$WX['YSunshineHours'] = '3.3'; // Total hours of sunshine yesterday
$WX['CurrentSolarMax'] = '0'; // Current theoretical maximum solar radiation
$WX['IsSunny'] = '0'; // Returns 1 if the sun is shining, otherwise 0
$WX['MoonPercent'] = '-90'; // Current percentage of moon visible (negative value indicates 'waning')
$WX['MoonPercentAbs'] = '90'; // Current percentage of moon visible (always positive)
$WX['LowTempAlarm'] = '0'; // Low temperature alarm
$WX['HighTempAlarm'] = '0'; // High temperature alarm
$WX['TempChangeUpAlarm'] = '0'; // Temperature increase alarm
$WX['TempChangeDownAlarm'] = '0'; // Temperature decrease alarm
$WX['TempChangeLastHour'] = '0'; // The change in temperature over the last hour. The value can also be seen on the main screen as a 'mouseover' on the temperature trend value
$WX['LowPressAlarm'] = '0'; // Low pressure alarm
$WX['HighPressAlarm'] = '0'; // High pressure alarm
$WX['PressChangeUpAlarm'] = '0'; // Pressure increase alarm
$WX['PressChangeDownAlarm'] = '0'; // Pressure decrease alarm
$WX['HighRainTodayAlarm'] = '0'; // High rain today alarm
$WX['HighRainRateAlarm'] = '0'; // High rainfall rate alarm
$WX['HighWindGustAlarm'] = '0'; // High wind gust alarm
$WX['HighWindSpeedAlarm'] = '0'; // High wind speed alarm
$WX['recordsbegandate'] = '27 April 2009'; // The date that the all time records began
$WX['newrecord'] = '0'; // 1 if 'new record' light is flashing, 0 if not
$WX['TempRecordSet'] = '0'; // 1 if the indicator on the temperature tab on the all-time records screen is currently lit, 0 if not
$WX['WindRecordSet'] = '0'; // 1 if the indicator on the wind tab on the all-time records screen is currently lit, 0 if not
$WX['RainRecordSet'] = '0'; // 1 if the indicator on the rain tab on the all-time records screen is currently lit, 0 if not
$WX['HumidityRecordSet'] = '0'; // 1 if the indicator on the humidity tab on the all-time records screen is currently lit, 0 if not
$WX['PressureRecordSet'] = '0'; // 1 if the indicator on the pressure tab on the all-time records screen is currently lit, 0 if not
$WX['HighTempRecordSet'] = '0'; // 1 if the all-time high temperature light is currently flashing, 0 if not
$WX['LowTempRecordSet'] = '0'; // 1 if the all-time low temperature light is currently flashing, 0 if not
$WX['HighTempRangeRecordSet'] = '0'; // 1 if the all-time high daily temperature range light is currently flashing, 0 if not
$WX['LowTempRangeRecordSet'] = '0'; // 1 if the all-time low daily temperature range light is currently flashing, 0 if not
$WX['HighAppTempRecordSet'] = '0'; // 1 if the all-time high apparent temperature light is currently flashing, 0 if not
$WX['LowAppTempRecordSet'] = '0'; // 1 if the all-time low apparent temperature light is currently flashing, 0 if not
$WX['HighHeatIndexRecordSet'] = '0'; // 1 if the all-time high heat index light is currently flashing, 0 if not
$WX['LowWindChillRecordSet'] = '0'; // 1 if the all-time low wind chill light is currently flashing, 0 if not
$WX['HighDewPointRecordSet'] = '0'; // 1 if the all-time high dew point light is currently flashing, 0 if not
$WX['LowDewPointRecordSet'] = '0'; // 1 if the all-time low dew point light is currently flashing, 0 if not
$WX['HighMinTempRecordSet'] = '0'; // 1 if the all-time high minimum temperature light is currently flashing, 0 if not
$WX['LowMaxTempRecordSet'] = '0'; // 1 if the all-time low maximum temperature light is currently flashing, 0 if not
$WX['HighWindGustRecordSet'] = '0'; // 1 if the all-time high wind gust light is currently flashing, 0 if not
$WX['HighWindSpeedRecordSet'] = '0'; // 1 if the all-time high wind speed light is currently flashing, 0 if not
$WX['HighRainRateRecordSet'] = '0'; // 1 if the all-time high rain rate light is currently flashing, 0 if not
$WX['HighHourlyRainRecordSet'] = '0'; // 1 if the all-time high hourly rain light is currently flashing, 0 if not
$WX['HighDailyRainRecordSet'] = '0'; // 1 if the all-time high daily rain light is currently flashing, 0 if not
$WX['HighMonthlyRainRecordSet'] = '0'; // 1 if the all-time high monthly rain light is currently flashing, 0 if not
$WX['LongestDryPeriodRecordSet'] = '0'; // 1 if the all-time longest dry period light is currently flashing, 0 if not
$WX['LongestWetPeriodRecordSet'] = '0'; // 1 if the all-time longest wet period light is currently flashing, 0 if not
$WX['HighHumidityRecordSet'] = '0'; // 1 if the all-time high humidity light is currently flashing, 0 if not
$WX['LowHumidityRecordSet'] = '0'; // 1 if the all-time low humidity light is currently flashing, 0 if not
$WX['HighPressureRecordSet'] = '0'; // 1 if the all-time high pressure light is currently flashing, 0 if not
$WX['DataStopped'] = '0'; // 1 if the station has apparently stopped sending data to Cumulus, otherwise 0 (Beta)
$WX['LowPressureRecordSet'] = '0'; // 1 if the all-time low pressure light is currently flashing, 0 if not
$WX['HighWindrunRecordSet'] = '0'; // 1 if the all-time high wind run light is currently flashing, 0 if not
$WX['ExtraTemp1'] = '0.0'; // Extra temperature channel 1
$WX['ExtraTemp2'] = '0.0'; // Extra temperature channel 2
$WX['ExtraTemp3'] = '0.0'; // Extra temperature channel 3
$WX['ExtraDP1'] = '0.0'; // Extra dew point channel 1
$WX['ExtraDP2'] = '0.0'; // Extra dew point channel 2
$WX['ExtraDP3'] = '0.0'; // Extra dew point channel 3
$WX['ExtraHum1'] = '0'; // Extra humidity channel 1
$WX['ExtraHum2'] = '0'; // Extra humidity channel 2
$WX['ExtraHum3'] = '0'; // Extra humidity channel 3
$WX['DavisTotalPacketsReceived'] = '8803'; // Total number of data packets received
$WX['DavisTotalPacketsMissed'] = '239'; // Number of missed data packets
$WX['DavisNumberOfResynchs'] = '0'; // Number of times the console resynchronised with the transmitter
$WX['DavisMaxInARow'] = '180'; // Longest streak of consecutive packets received
$WX['DavisNumCRCerrors'] = '108'; // Number of packets received with CRC errors
$WX['DavisFirmwareVersion'] = ''; // The console firmware version (Davis stations only)
$WX['THWindex'] = '48.8'; // A derived temperature using Temperature/Humidity/Wind values
$WX['THSWindex'] = '0.0'; // A derived temperature using Temperature/Humidity/Solar/Wind values
$WX['Light'] = '0.0'; // Current Lux value (3080 models only)
$WX['OsVersion'] = 'Windows 8 x64 build 9200'; // OS version, e.g. "Windows 7 x64 build 7600"
$WX['OsLanguage'] = 'English'; // OS language, e.g. "English"
$WX['SystemUpTime'] = '15 days 19 hours'; // How long the system has been up, e.g. "8 hours 21 minutes"
$WX['ProgramUpTime'] = '15 days 19 hours'; // How long Cumulus has been running, e.g. "7 hours 55 minutes"
$WX['CpuName'] = 'Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz'; // CPU type, e.g. "Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz"
$WX['CpuCount'] = '4'; // Number of processors, e.g. "4"
$WX['MemoryStatus'] = '2960/8079 MB (free/total)'; // Free and total system RAM, e.g. "4619/8191 MB (free/total)"
$WX['DisplayMode'] = '1280x1024, 32 bit'; // Screen display mode, e.g. "1680x1050, 32 bit"
$WX['AllocatedMemory'] = '93.18 MB'; // Amount of memory allocated to Cumulus, e.g. "18.76 MB"
$WX['DiskSize'] = '464.16 GB'; // Size of disk on which Cumulus is running, e.g. "931.51 GB"
$WX['DiskFree'] = '330.93 GB'; // Free space on disk on which Cumulus is running, e.g. "515.36 GB"
$WX['RCdew'] = '47.2'; // Dew point
$WX['RCheatindex'] = '48.3'; // Heat index
$WX['RChum'] = '96'; // Outside humidity
$WX['RCinhum'] = '33'; // Inside humidity
$WX['RCintemp'] = '73.1'; // Inside temperature
$WX['RCpress'] = '30.068'; // Pressure
$WX['RCpressTH'] = '30.069'; // Today's high pressure
$WX['RCpressTL'] = '30.005'; // Today's low pressure
$WX['RCrfall'] = '0.14'; // Rainfall
$WX['RCrrate'] = '0.00'; // Rainfall rate
$WX['RCrrateTM'] = '0.29'; // Today's rainfall rate
$WX['RCtemp'] = '48.3'; // Outside temperature
$WX['RCtempTH'] = '54.7'; // Today's high outside temperature
$WX['RCtempTL'] = '48.2'; // Today's low outside temperature
$WX['RCwchill'] = '48.3'; // Wind chill temperature
$WX['RCwgust'] = '1.0'; // Wind gust reading
$WX['RCwgustTM'] = '7.0'; // Today's wind gust reading
$WX['RCwspeed'] = '0.3'; // Wind speed reading
$WX['RecentOutsideTemp m=5'] = '48.3'; // 5 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=5'] = '0.4'; // 5 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=5'] = '2.0'; // 5 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=5'] = '0.0'; // 5 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=5'] = '216'; // 5 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=5'] = '48.3'; // 5 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=5'] = '46.9'; // 5 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=5'] = '48.3'; // 5 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=5'] = '95'; // 5 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=5'] = '30.069'; // 5 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=5'] = '0.14'; // 5 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=5'] = '0'; // 5 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=5'] = '0.0'; // 5 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp m=10'] = '48.3'; // 10 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=10'] = '0.5'; // 10 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=10'] = '2.0'; // 10 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=10'] = '0.0'; // 10 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=10'] = '216'; // 10 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=10'] = '48.3'; // 10 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=10'] = '46.9'; // 10 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=10'] = '48.3'; // 10 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=10'] = '95'; // 10 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=10'] = '30.067'; // 10 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=10'] = '0.14'; // 10 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=10'] = '0'; // 10 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=10'] = '0.0'; // 10 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp m=15'] = '48.3'; // 15 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=15'] = '0.5'; // 15 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=15'] = '2.0'; // 15 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=15'] = '0.0'; // 15 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=15'] = '216'; // 15 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=15'] = '48.3'; // 15 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=15'] = '46.9'; // 15 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=15'] = '48.3'; // 15 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=15'] = '95'; // 15 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=15'] = '30.067'; // 15 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=15'] = '0.14'; // 15 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=15'] = '0'; // 15 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=15'] = '0.0'; // 15 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp m=20'] = '48.3'; // 20 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=20'] = '0.4'; // 20 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=20'] = '2.0'; // 20 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=20'] = '2.0'; // 20 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=20'] = '216'; // 20 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=20'] = '48.3'; // 20 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=20'] = '46.9'; // 20 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=20'] = '48.3'; // 20 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=20'] = '95'; // 20 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=20'] = '30.065'; // 20 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=20'] = '0.14'; // 20 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=20'] = '0'; // 20 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=20'] = '0.0'; // 20 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp m=30'] = '48.5'; // 30 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=30'] = '0.5'; // 30 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=30'] = '2.0'; // 30 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=30'] = '1.0'; // 30 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=30'] = '217'; // 30 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=30'] = '48.5'; // 30 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=30'] = '47.1'; // 30 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=30'] = '48.5'; // 30 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=30'] = '95'; // 30 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=30'] = '30.062'; // 30 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=30'] = '0.14'; // 30 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=30'] = '0'; // 30 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=30'] = '0.0'; // 30 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp m=45'] = '48.5'; // 45 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=45'] = '0.3'; // 45 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=45'] = '2.0'; // 45 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=45'] = '0.0'; // 45 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=45'] = '211'; // 45 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=45'] = '48.5'; // 45 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=45'] = '47.1'; // 45 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=45'] = '48.5'; // 45 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=45'] = '95'; // 45 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=45'] = '30.061'; // 45 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=45'] = '0.14'; // 45 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=45'] = '0'; // 45 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=45'] = '0.0'; // 45 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp m=60'] = '48.3'; // 60 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=60'] = '0.4'; // 60 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=60'] = '2.0'; // 60 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=60'] = '0.0'; // 60 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=60'] = '210'; // 60 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=60'] = '48.3'; // 60 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=60'] = '46.9'; // 60 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=60'] = '48.3'; // 60 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=60'] = '95'; // 60 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=60'] = '30.059'; // 60 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=60'] = '0.14'; // 60 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=60'] = '0'; // 60 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=60'] = '0.0'; // 60 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp m=75'] = '48.3'; // 75 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=75'] = '0.5'; // 75 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=75'] = '2.0'; // 75 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=75'] = '1.0'; // 75 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=75'] = '212'; // 75 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=75'] = '48.3'; // 75 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=75'] = '46.7'; // 75 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=75'] = '48.3'; // 75 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=75'] = '94'; // 75 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=75'] = '30.054'; // 75 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=75'] = '0.14'; // 75 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=75'] = '0'; // 75 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=75'] = '0.0'; // 75 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp m=90'] = '48.6'; // 90 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=90'] = '1.0'; // 90 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=90'] = '3.0'; // 90 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=90'] = '3.0'; // 90 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=90'] = '223'; // 90 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=90'] = '48.6'; // 90 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=90'] = '47.0'; // 90 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=90'] = '48.6'; // 90 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=90'] = '94'; // 90 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=90'] = '30.055'; // 90 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=90'] = '0.14'; // 90 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=90'] = '0'; // 90 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=90'] = '0.0'; // 90 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp m=105'] = '48.8'; // 105 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=105'] = '0.6'; // 105 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=105'] = '2.0'; // 105 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=105'] = '1.0'; // 105 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=105'] = '238'; // 105 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=105'] = '48.8'; // 105 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=105'] = '47.2'; // 105 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=105'] = '48.8'; // 105 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=105'] = '94'; // 105 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=105'] = '30.055'; // 105 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=105'] = '0.14'; // 105 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=105'] = '0'; // 105 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=105'] = '0.0'; // 105 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp m=120'] = '49.2'; // 120 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=120'] = '0.6'; // 120 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=120'] = '2.0'; // 120 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=120'] = '0.0'; // 120 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=120'] = '212'; // 120 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=120'] = '49.2'; // 120 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=120'] = '47.5'; // 120 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=120'] = '49.2'; // 120 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=120'] = '94'; // 120 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=120'] = '30.054'; // 120 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=120'] = '0.14'; // 120 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=120'] = '0'; // 120 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=120'] = '0.0'; // 120 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp h=24'] = '43.9'; // 24 hours ago Outside Temperature (Beta)
$WX['DaysSinceRecordsBegan'] = '5449'; // Days since records began (Beta)
$WX['metdate'] = '3/28/2024'; // The current meteorological date. (Beta)
$WX['metdateyesterday'] = '3/27/2024'; // gives yesterday's 'meterological' date, for those using 0900/1000 rollover (Beta)
$WX['yesterday'] = '3/27/2024'; // gives yesterday's date. 'Format' parameter can be applied. (Beta)
$WX['Ybeaudesc'] = 'Light breeze'; // Beaufort 'description' for yesterday's high wind speed (Beta)
$WX['LastDataReadT'] = '3/28/2024 6:29:59 AM'; // The date/time data was last read from the station (Beta)
$WX['RecentOutsideTemp d=1'] = '43.9'; // 1 day ago Outside Temperature (Beta)
$WX['RecentOutsideTemp d=2 h=6 m=26'] = '49.8'; // 2 days ago Outside Temperature (Beta)
$WX['RecentOutsideTemp d=3'] = '49.8'; // 3 days ago Outside Temperature (Beta)
$WX['RecentOutsideTemp d=4'] = '47.6'; // 4 days ago Outside Temperature (Beta)
$WX['RecentOutsideTemp d=5'] = '48.2'; // 5 days ago Outside Temperature (Beta)
$WX['RecentOutsideTemp d=6'] = '47.0'; // 6 days ago Outside Temperature (Beta)
$WX['RecentOutsideTemp d=7'] = '47.6'; // 7 days ago Outside Temperature (Beta)
$WX['RecentWindChill d=1'] = '43.9'; // 1 day ago Wind Chill (Beta)
$WX['RecentWindChill d=2'] = '50.4'; // 2 days ago Wind Chill (Beta)
$WX['RecentWindChill d=3'] = '49.8'; // 3 days ago Wind Chill (Beta)
$WX['RecentWindChill d=4'] = '47.6'; // 4 days ago Wind Chill (Beta)
$WX['RecentWindChill d=5'] = '48.2'; // 5 days ago Wind Chill (Beta)
$WX['RecentWindChill d=6'] = '47.0'; // 6 days ago Wind Chill (Beta)
$WX['RecentWindChill d=7'] = '47.6'; // 7 days ago Wind Chill (Beta)
$WX['RecentHumidity d=1'] = '89'; // 1 day ago Relative Humidity (Beta)
$WX['RecentHumidity d=2'] = '92'; // 2 days ago Relative Humidity (Beta)
$WX['RecentHumidity d=3'] = '83'; // 3 days ago Relative Humidity (Beta)
$WX['RecentHumidity d=4'] = '96'; // 4 days ago Relative Humidity (Beta)
$WX['RecentHumidity d=5'] = '96'; // 5 days ago Relative Humidity (Beta)
$WX['RecentHumidity d=6'] = '83'; // 6 days ago Relative Humidity (Beta)
$WX['RecentHumidity d=7'] = '89'; // 7 days ago Relative Humidity (Beta)
$WX['RecentDewPoint d=1'] = '40.9'; // 1 day ago Dew Point (Beta)
$WX['RecentDewPoint d=2'] = '48.2'; // 2 days ago Dew Point (Beta)
$WX['RecentDewPoint d=3'] = '44.8'; // 3 days ago Dew Point (Beta)
$WX['RecentDewPoint d=4'] = '46.5'; // 4 days ago Dew Point (Beta)
$WX['RecentDewPoint d=5'] = '47.1'; // 5 days ago Dew Point (Beta)
$WX['RecentDewPoint d=6'] = '42.1'; // 6 days ago Dew Point (Beta)
$WX['RecentDewPoint d=7'] = '44.5'; // 7 days ago Dew Point (Beta)
$WX['RecentPressure d=1'] = '30.123'; // 1 day ago Sea-level Pressure (Beta)
$WX['RecentPressure d=2'] = '30.029'; // 2 days ago Sea-level Pressure (Beta)
$WX['RecentPressure d=3'] = '29.958'; // 3 days ago Sea-level Pressure (Beta)
$WX['RecentPressure d=4'] = '29.810'; // 4 days ago Sea-level Pressure (Beta)
$WX['RecentPressure d=5'] = '29.869'; // 5 days ago Sea-level Pressure (Beta)
$WX['RecentPressure d=6'] = '30.030'; // 6 days ago Sea-level Pressure (Beta)
$WX['RecentPressure d=7'] = '30.093'; // 7 days ago Sea-level Pressure (Beta)
$WX['RecentWindSpeed d=1'] = '0.1'; // 1 day ago Windspeed (Beta)
$WX['RecentWindSpeed d=2'] = '0.2'; // 2 days ago Windspeed (Beta)
$WX['RecentWindSpeed d=3'] = '0.5'; // 3 days ago Windspeed (Beta)
$WX['RecentWindSpeed d=4'] = '0.2'; // 4 days ago Windspeed (Beta)
$WX['RecentWindSpeed d=5'] = '0.3'; // 5 days ago Windspeed (Beta)
$WX['RecentWindSpeed d=6'] = '0.6'; // 6 days ago Windspeed (Beta)
$WX['RecentWindSpeed d=7'] = '0.0'; // 7 days ago Windspeed (Beta)
$WX['RecentWindDir d=1'] = '240'; // 1 day ago Wind Direction (Beta)
$WX['RecentWindDir d=2'] = '161'; // 2 days ago Wind Direction (Beta)
$WX['RecentWindDir d=3'] = '257'; // 3 days ago Wind Direction (Beta)
$WX['RecentWindDir d=4'] = '263'; // 4 days ago Wind Direction (Beta)
$WX['RecentWindDir d=5'] = '85'; // 5 days ago Wind Direction (Beta)
$WX['RecentWindDir d=6'] = '186'; // 6 days ago Wind Direction (Beta)
$WX['RecentWindDir d=7'] = '186'; // 7 days ago Wind Direction (Beta)
$WX['RecentWindGust d=1'] = '2.0'; // 1 day ago Wind Gust (Beta)
$WX['RecentWindGust d=2'] = '2.0'; // 2 days ago Wind Gust (Beta)
$WX['RecentWindGust d=3'] = '2.0'; // 3 days ago Wind Gust (Beta)
$WX['RecentWindGust d=4'] = '2.0'; // 4 days ago Wind Gust (Beta)
$WX['RecentWindGust d=5'] = '2.0'; // 5 days ago Wind Gust (Beta)
$WX['RecentWindGust d=6'] = '2.0'; // 6 days ago Wind Gust (Beta)
$WX['RecentWindGust d=7'] = '1.0'; // 7 days ago Wind Gust (Beta)
$WX['RecentRainToday d=1'] = '0.00'; // 1 day ago Rain (Beta)
$WX['RecentRainToday d=2'] = '0.00'; // 2 days ago Rain (Beta)
$WX['RecentRainToday d=3'] = '0.00'; // 3 days ago Rain (Beta)
$WX['RecentRainToday d=4'] = '0.15'; // 4 days ago Rain (Beta)
$WX['RecentRainToday d=5'] = '0.07'; // 5 days ago Rain (Beta)
$WX['RecentRainToday d=6'] = '0.00'; // 6 days ago Rain (Beta)
$WX['RecentRainToday d=7'] = '0.00'; // 7 days ago Rain (Beta)