// $WX[] array size = 649 entries.
$WX['tempunit'] = '°C'; // Unit of temperature being used (Set in Cumulus as Centigrade or Fahrenheit)
$WX['tempunitnodeg'] = 'C'; // The temperature units being used, without a degree symbol, i.e. "F" or "C"
$WX['pressunit'] = 'hPa'; // Unit of measure for pressure. Possible values: mb, hPa, in
$WX['rainunit'] = 'mm'; // 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'] = '19/03/2024'; // The current date
$WX['time'] = '11:40 on 19 March 2024'; // The current time and date. Example result: 18:30 on 30 December 2009.
$WX['timehhmmss'] = '11:40:02'; // The current time. Example format: 18:30:27
$WX['timeUTC'] = '11:40 on 19 March 2024'; // The current UTC date/time rather than local date/time
$WX['day'] = '19'; // The current day as a 2-digit number. Example format: 14
$WX['dayname'] = 'Tuesday'; // The current day as a word.  For example, Monday
$WX['shortdayname'] = 'Tue'; // 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'] = '11'; // The current hour as a 2-digit number. Example format: 23
$WX['minute'] = '40'; // The current minute as a 2-digit number. Example format: 59
$WX['apptemp'] = '7.8'; // The apparent temperature
$WX['avgtemp'] = '10.0'; // The average temperature so far today
$WX['temp'] = '9.3'; // The outside temperature
$WX['intemp'] = '22.6'; // The inside temperature
$WX['temptrend'] = '-0.1'; // 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'] = '9.3'; // Current heat index
$WX['humidex'] = '9.6'; // Current Humidex
$WX['hum'] = '90'; // The outside humidity
$WX['inhum'] = '51'; // The inside humidity
$WX['dew'] = '7.7'; // The outside dew point
$WX['wchill'] = '9.0'; // The current wind chill temperature
$WX['wetbulb'] = '8.5'; // Estimated wet bulb temperature, currently only available via web tag
$WX['rfall'] = '1.2'; // The total rainfall so far today
$WX['rrate'] = '3.6'; // The current rainfall rate
$WX['rhour'] = '0.6'; // The rainfall in the last hour
$WX['rmidnight'] = '1.2'; // The total rainfall since midnight. Useful if you don't use midnight as your start of day
$WX['r24hour'] = '1.2'; // Amount of rain in the last 24 hours
$WX['LastRainTipISO'] = '2024-03-19 11:35'; // Date/time of last rain gauge tip (e.g 2010-09-06 06:09)
$WX['press'] = '1009.3'; // The sea level pressure
$WX['presstrend'] = 'Rising quickly'; // The pressure trend in words - values can be set in the 'strings.ini' file
$WX['presstrendval'] = '1.1'; // The pressure trend in figures
$WX['presstrendenglish'] = 'Rising'; // a singe word description for the pressure trend - Rising/Falling/Steady.
$WX['altimeterpressure'] = '1009.3'; // Altimeter pressure. Pressure corrected to sea level using altitude only. Same as sea-level pressure for non-Davis stations.
$WX['wlatest'] = '3.8'; // Current wind speed reading from console.  Corresponds to 'latest' on the Cumulus main screen.
$WX['bearing'] = '292'; // Current wind bearing in degrees
$WX['currentwdir'] = 'WNW'; // Current wind bearing as a compass point - e.g. ESE
$WX['wspeed'] = '3.1'; // 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'] = '270'; // Average wind bearing in degrees over last 10 minutes. Range 1-360, 0=Calm
$WX['wdir'] = 'W'; // Average wind bearing over last 10 minutes as a compass point - e.g. ESE
$WX['wgust'] = '6.0'; // The highest wind reading in the last 10 minutes. Corresponds to 'gust' on the Cumulus main screen.
$WX['nextwindindex'] = '1953'; // The index of the entries in wdirdata and wspddata which Cumulus is going to use next
$WX['beaufort'] = 'F1'; // The current wind speed on the Beaufort scale (e.g. F8)
$WX['beaufortnumber'] = '1'; // The current wind speed on the Beaufort scale, without a leading "F", e.g. "6"
$WX['beaudesc'] = 'Light air'; // The current wind speed Beaufort description (e.g. "Gale")
$WX['cloudbase'] = '635 ft'; // Calculated cloud base
$WX['cloudbasevalue'] = '635'; // Current calculated cloud base without units
$WX['UV'] = '0'; // Current UV index
$WX['SolarRad'] = '0'; // Current solar radiation
$WX['forecast'] = 'Fairly fine, improving'; // The current forecast
$WX['forecastnumber'] = '6'; // The number relating to the current forecast entry in the strings.ini file.
$WX['cumulusforecast'] = 'Fairly fine, improving'; // Always gives Cumulus (Zambretti) forecast, even if the Fairly fine, improving tag provides a station forecast
$WX['wsforecast'] = 'Not available'; // Always gives station forecast (if available)
$WX['IsFreezing'] = '0'; // Is outside temperature is at or below 0C/32F. 0=Above freezing, 1=Below freezing
$WX['IsRaining'] = '0'; // For Hydreon RG-11 devices, shows the current rain state. 0=No rain, 1=It's raining
$WX['tempTH'] = '11.2'; // Today's highest temperature
$WX['TtempTH'] = '03:04'; // Time of Today's highest temperature
$WX['tempTL'] = '8.9'; // Today's lowest temperature
$WX['TtempTL'] = '06:13'; // Time of Today's lowest temperature
$WX['temprange'] = '2.3'; // The temperature range (max - min) so far today
$WX['apptempTH'] = '9.1'; // Today's high apparent temperature
$WX['TapptempTH'] = '03:49'; // Time of Today's high apparent temperature
$WX['apptempTL'] = '4.5'; // Today's low apparent temperature
$WX['TapptempTL'] = '01:10'; // Time of Today's low apparent temperature
$WX['heatindexTH'] = '11.2'; // Today's high heat index
$WX['TheatindexTH'] = '03:04'; // Time of Today's high heat index
$WX['wchillTL'] = '7.5'; // Today's lowest wind chill
$WX['TwchillTL'] = '06:01'; // Time of Today's lowest wind chill
$WX['dewpointTH'] = '8.6'; // Today's highest dew point
$WX['TdewpointTH'] = '00:26'; // Time of Today's highest dew point
$WX['dewpointTL'] = '6.3'; // Today's lowest dew point
$WX['TdewpointTL'] = '06:19'; // Time of Today's lowest dew point
$WX['humTH'] = '93'; // Today's highest humidity
$WX['ThumTH'] = '11:12'; // Time of Today's highest humidity
$WX['humTL'] = '81'; // Today's lowest humidity
$WX['ThumTL'] = '10:43'; // Time of Today's lowest humidity
$WX['rrateTM'] = '3.6'; // Today's maximum rain rate
$WX['TrrateTM'] = '00:49'; // Time of Today's maximum rain rate
$WX['hourlyrainTH'] = '0.6'; // Today's highest hourly rain
$WX['ThourlyrainTH'] = '00:49'; // Time of Today's highest hourly rain
$WX['pressTH'] = '1009.5'; // Today's highest pressure reading
$WX['TpressTH'] = '11:22'; // Time of Today's highest pressure reading
$WX['pressTL'] = '1000.0'; // Today's lowest pressure reading
$WX['TpressTL'] = '02:35'; // Time of Today's lowest pressure reading
$WX['windTM'] = '19.1'; // Today's maximum (average) wind speed
$WX['TwindTM'] = '01:09'; // Time of Today's high wind speed on the Beaufort scale, without a leading "F", e.g. "6"
$WX['wgustTM'] = '22.8'; // Today's maximum wind gust
$WX['TwgustTM'] = '01:07'; // Time of The wind bearing at the time of today's high gust (22.8)
$WX['bearingTM'] = '225'; // The wind bearing at the time of today's high gust (22.8)
$WX['Tbeaufort'] = 'F5'; // Today's highest wind speed, expressed in the Beaufort scale
$WX['Tbeaufortnumber'] = '5'; // Today's high wind speed on the Beaufort scale, without a leading "F", e.g. "6"
$WX['windrun'] = '74.6'; // The total wind run so far today
$WX['domwindbearing'] = '227'; // Today's dominant wind direction in degrees
$WX['domwinddir'] = 'SW'; // Today's dominant wind direction as compass point
$WX['BearingRangeFrom'] = '225'; // The 'lowest' bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini)
$WX['BearingRangeTo'] = '292'; // The 'highest' bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini)
$WX['BearingRangeFrom10'] = '220'; // The 'lowest' bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini), rounded down to nearest 10 degrees
$WX['BearingRangeTo10'] = '300'; // 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.00'; // 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'; // Today's high UV Index (Beta)
$WX['TUVTH'] = '00:00'; // Time of Today's high UV Index (Beta)
$WX['heatdegdays'] = '4.0'; // Today's heating degree days
$WX['cooldegdays'] = '0.0'; // Today's cooling degree days
$WX['tempYH'] = '13.7'; // Yesterday's highest temperature
$WX['TtempYH'] = '13:18'; // Time of Yesterday's highest temperature
$WX['tempYL'] = '7.0'; // Yesterday's lowest temperature
$WX['TtempYL'] = '04:42'; // Time of Yesterday's lowest temperature
$WX['temprangeY'] = '6.7'; // The temperature range (max - min) yesterday
$WX['apptempYH'] = '11.3'; // Yesterday's high apparent temperature
$WX['TapptempYH'] = '10:39'; // Time of Yesterday's high apparent temperature
$WX['apptempYL'] = '4.7'; // Yesterday's low apparent temperature
$WX['TapptempYL'] = '18:20'; // Time of Yesterday's low apparent temperature
$WX['heatindexYH'] = '13.7'; // Yesterday's high heat index
$WX['TheatindexYH'] = '13:18'; // Time of Yesterday's high heat index
$WX['wchillYL'] = '6.3'; // Yesterday's lowest wind chill
$WX['TwchillYL'] = '05:00'; // Time of Yesterday's lowest wind chill
$WX['dewpointYL'] = '5.0'; // Yesterday's lowest dew point
$WX['TdewpointYL'] = '16:21'; // Time of Yesterday's lowest dew point
$WX['dewpointYH'] = '8.7'; // Yesterday's highest dew point
$WX['TdewpointYH'] = '23:35'; // Time of Yesterday's highest dew point
$WX['humYH'] = '96'; // High humidity yesterday
$WX['ThumYH'] = '00:00'; // Time of High humidity yesterday
$WX['humYL'] = '60'; // Low humidity yesterday
$WX['ThumYL'] = '11:44'; // Time of Low humidity yesterday
$WX['rfallY'] = '0.0'; // The total rainfall for yesterday
$WX['rrateYM'] = '0.0'; // Yesterday's maximum rain rate
$WX['TrrateYM'] = '00:00'; // Time of Yesterday's maximum rain rate
$WX['hourlyrainYH'] = '0.0'; // Yesterday's highest hourly rain
$WX['ThourlyrainYH'] = '00:00'; // Time of Yesterday's highest hourly rain
$WX['pressYH'] = '1009.1'; // Yesterday's highest pressure reading
$WX['TpressYH'] = '09:15'; // Time of Yesterday's highest pressure reading
$WX['pressYL'] = '1002.0'; // Yesterday's lowest pressure reading
$WX['TpressYL'] = '23:00'; // Time of Yesterday's lowest pressure reading
$WX['windYM'] = '15.3'; // Yesterday's maximum (average) wind speed
$WX['TwindYM'] = '22:50'; // Time of Yesterday's high wind speed on the Beaufort scale, without a leading "F", e.g. "6"
$WX['wgustYM'] = '22.1'; // Yesterday's maximum wind gust
$WX['TwgustYM'] = '22:34'; // Time of The wind bearing at the time of yesterday's high gust
$WX['bearingYM'] = '158'; // The wind bearing at the time of yesterday's high gust
$WX['Ybeaufort'] = 'F4'; // Yesterday's highest wind speed, expressed in the Beaufort scale
$WX['Ybeaufortnumber'] = '4'; // Yesterday's high wind speed on the Beaufort scale, without a leading "F", e.g. "6"
$WX['domwindbearingY'] = '209'; // Yesterday's dominant wind direction in degrees
$WX['domwinddirY'] = 'SSW'; // Yesterday's dominant wind direction as compass point
$WX['windrunY'] = '129.0'; // The total wind run for yesterday
$WX['heatdegdaysY'] = '8.4'; // Yesterday's heating degree days
$WX['cooldegdaysY'] = '0.0'; // Yesterday's cooling degree days
$WX['avgtempY'] = '9.9'; // Yesterday's average temperature (Beta)
$WX['solarYH'] = '0'; // Yesterday's high solar radiation value (Beta)
$WX['TsolarYH'] = '00:00'; // Time of Yesterday's high solar radiation value (Beta)
$WX['UVYH'] = '0'; // Yesterday's high UV Index (Beta)
$WX['TUVYH'] = '00:00'; // Time of Yesterday's high UV Index (Beta)
$WX['MonthTempH'] = '13.9'; // This months high temperature
$WX['MonthTempHT'] = '14:23'; // Time of This months high temperature
$WX['MonthTempHD'] = '17 March'; // Date of This months high temperature
$WX['MonthTempL'] = '-2.5'; // This months low temperature
$WX['MonthTempLT'] = '07:15'; // Time of This months low temperature
$WX['MonthTempLD'] = '04 March'; // Date of This months low temperature
$WX['MonthMinTempH'] = '7.5'; // This months highest daily minimum temperature
$WX['MonthMinTempHD'] = '17 March'; // Date of This months highest daily minimum temperature
$WX['MonthMaxTempL'] = '5.4'; // This months lowest daily minimum temperature
$WX['MonthMaxTempLD'] = '10 March'; // Date of This months lowest daily minimum temperature
$WX['MonthHighDailyTempRange'] = '19.2'; // High Daily Temp Range
$WX['MonthHighDailyTempRangeD'] = '07 March'; // Date of High Daily Temp Range
$WX['MonthLowDailyTempRange'] = '1.2'; // Low Daily Temp Range
$WX['MonthLowDailyTempRangeD'] = '10 March'; // Date of Low Daily Temp Range
$WX['MonthHeatIndexH'] = '13.9'; // This months high heat index
$WX['MonthHeatIndexHT'] = '14:23'; // Time of This months high heat index
$WX['MonthHeatIndexHD'] = '17 March'; // Date of This months high heat index
$WX['MonthWChillL'] = '-2.5'; // This months low wind chill
$WX['MonthWChillLT'] = '07:15'; // Time of This months low wind chill
$WX['MonthWChillLD'] = '04 March'; // Date of This months low wind chill
$WX['MonthAppTempH'] = '12.5'; // This months high apparent temperature
$WX['MonthAppTempHT'] = '12:25'; // Time of This months high apparent temperature
$WX['MonthAppTempHD'] = '17 March'; // Date of This months high apparent temperature
$WX['MonthAppTempL'] = '-4.9'; // This months low apparent temperature
$WX['MonthAppTempLT'] = '07:00'; // Time of This months low apparent temperature
$WX['MonthAppTempLD'] = '04 March'; // Date of This months low apparent temperature
$WX['MonthDewPointH'] = '10.5'; // This months high dew point
$WX['MonthDewPointHT'] = '11:20'; // Time of This months high dew point
$WX['MonthDewPointHD'] = '17 March'; // Date of This months high dew point
$WX['MonthDewPointL'] = '-2.6'; // This months low dew point
$WX['MonthDewPointLT'] = '07:15'; // Time of This months low dew point
$WX['MonthDewPointLD'] = '04 March'; // Date of This months low dew point
$WX['MonthHumH'] = '99'; // This months highest humidty
$WX['MonthHumHT'] = '06:14'; // Time of This months highest humidty
$WX['MonthHumHD'] = '01 March'; // Date of This months highest humidty
$WX['MonthHumL'] = '60'; // This months lowest humidty
$WX['MonthHumLT'] = '13:48'; // Time of This months lowest humidty
$WX['MonthHumLD'] = '04 March'; // Date of This months lowest humidty
$WX['MonthPressH'] = '1025.1'; // This months highest pressure
$WX['MonthPressHT'] = '07:50'; // Time of This months highest pressure
$WX['MonthPressHD'] = '07 March'; // Date of This months highest pressure
$WX['MonthPressL'] = '990.6'; // This months lowest pressure
$WX['MonthPressLT'] = '20:33'; // Time of This months lowest pressure
$WX['MonthPressLD'] = '01 March'; // Date of This months lowest pressure
$WX['MonthGustH'] = '22.8'; // This months highest wind gust
$WX['MonthGustHT'] = '01:07'; // Time of This months highest wind gust
$WX['MonthGustHD'] = '19 March'; // Date of This months highest wind gust
$WX['MonthWindH'] = '19.1'; // This months highest wind speed
$WX['MonthWindHT'] = '01:09'; // Time of This months highest wind speed
$WX['MonthWindHD'] = '19 March'; // Date of This months highest wind speed
$WX['MonthWindRunH'] = '151.6'; // High Daily Wind Run
$WX['MonthWindRunHD'] = '09 March'; // Date of High Daily Wind Run
$WX['rmonth'] = '42.6'; // The total rainfall so far this month
$WX['MonthRainRateH'] = '18.0'; // This months highest rainfall rate
$WX['MonthRainRateHT'] = '21:13'; // Time of This months highest rainfall rate
$WX['MonthRainRateHD'] = '02 March'; // Date of This months highest rainfall rate
$WX['MonthHourlyRainH'] = '3.9'; // This months highest hourly rain
$WX['MonthHourlyRainHT'] = '21:17'; // Time of This months highest hourly rain
$WX['MonthHourlyRainHD'] = '02 March'; // Date of This months highest hourly rain
$WX['MonthDailyRainH'] = '12.6'; // This months greatest daily rain
$WX['MonthDailyRainHD'] = '14 March'; // Date of This months greatest daily rain
$WX['MonthLongestDryPeriod'] = '2'; // Longest dry period ending this month (days)
$WX['MonthLongestDryPeriodD'] = '07 March'; // Date of Longest dry period ending this month (days)
$WX['MonthLongestWetPeriod'] = '8'; // Longest period of rain every day, ending this month (days)
$WX['MonthLongestWetPeriodD'] = '05 March'; // Date of Longest period of rain every day, ending this month (days)
$WX['YearTempH'] = '13.9'; // This years highest temperature
$WX['YearTempHT'] = '14:23'; // Time of This years highest temperature
$WX['YearTempHD'] = '17 March'; // Date of This years highest temperature
$WX['YearTempL'] = '-10.3'; // This years lowest temperature
$WX['YearTempLT'] = '08:50'; // Time of This years lowest temperature
$WX['YearTempLD'] = '18 January'; // Date of This years lowest temperature
$WX['YearHighDailyTempRange'] = '19.2'; // High Daily Temp Range
$WX['YearHighDailyTempRangeD'] = '07 March'; // Date of High Daily Temp Range
$WX['YearLowDailyTempRange'] = '1.2'; // Low Daily Temp Range
$WX['YearLowDailyTempRangeD'] = '05 February'; // Date of Low Daily Temp Range
$WX['YearHeatIndexH'] = '13.9'; // This years highest heat index
$WX['YearHeatIndexHT'] = '14:23'; // Time of This years highest heat index
$WX['YearHeatIndexHD'] = '17 March'; // Date of This years highest heat index
$WX['YearWChillL'] = '-10.3'; // This years lowest wind chill
$WX['YearWChillLT'] = '08:50'; // Time of This years lowest wind chill
$WX['YearWChillLD'] = '18 January'; // Date of This years lowest wind chill
$WX['YearAppTempH'] = '12.5'; // This years highest apparent temperature
$WX['YearAppTempHT'] = '12:25'; // Time of This years highest apparent temperature
$WX['YearAppTempHD'] = '17 March'; // Date of This years highest apparent temperature
$WX['YearAppTempL'] = '-13.4'; // This years lowest apparent temperature
$WX['YearAppTempLT'] = '08:50'; // Time of This years lowest apparent temperature
$WX['YearAppTempLD'] = '18 January'; // Date of This years lowest apparent temperature
$WX['YearDewPointH'] = '11.2'; // This years highest dew point
$WX['YearDewPointHT'] = '15:57'; // Time of This years highest dew point
$WX['YearDewPointHD'] = '23 January'; // Date of This years highest dew point
$WX['YearDewPointL'] = '-10.4'; // This years lowest dew point
$WX['YearDewPointLT'] = '08:50'; // Time of This years lowest dew point
$WX['YearDewPointLD'] = '18 January'; // Date of This years lowest dew point
$WX['YearMinTempH'] = '9.2'; // This years highest daily minimum temperature
$WX['YearMinTempHD'] = '05 February'; // Date of This years highest daily minimum temperature
$WX['YearMaxTempL'] = '-0.7'; // This years lowest daily minimum temperature
$WX['YearMaxTempLD'] = '07 January'; // Date of This years lowest daily minimum temperature
$WX['YearHumH'] = '99'; // This years high humidty
$WX['YearHumHT'] = '00:00'; // Time of This years high humidty
$WX['YearHumHD'] = '01 January'; // Date of This years high humidty
$WX['YearHumL'] = '57'; // This years low humidty
$WX['YearHumLT'] = '15:26'; // Time of This years low humidty
$WX['YearHumLD'] = '26 February'; // Date of This years low humidty
$WX['YearPressH'] = '1042.9'; // This years high pressure
$WX['YearPressHT'] = '14:22'; // Time of This years high pressure
$WX['YearPressHD'] = '11 January'; // Date of This years high pressure
$WX['YearPressL'] = '969.8'; // This years low pressure
$WX['YearPressLT'] = '22:22'; // Time of This years low pressure
$WX['YearPressLD'] = '21 January'; // Date of This years low pressure
$WX['YearGustH'] = '41.2'; // This years high wind gust
$WX['YearGustHT'] = '21:40'; // Time of This years high wind gust
$WX['YearGustHD'] = '21 January'; // Date of This years high wind gust
$WX['YearWindH'] = '26.1'; // This years high wind speed
$WX['YearWindHT'] = '22:22'; // Time of This years high wind speed
$WX['YearWindHD'] = '21 January'; // Date of This years high wind speed
$WX['YearWindRunH'] = '243.5'; // High Daily Wind Run
$WX['YearWindRunHD'] = '21 January'; // Date of High Daily Wind Run
$WX['ryear'] = '209.1'; // The total rainfall so far this year
$WX['YearRainRateH'] = '18.0'; // This years high rainfall rate
$WX['YearRainRateHT'] = '01:16'; // Time of This years high rainfall rate
$WX['YearRainRateHD'] = '26 January'; // Date of This years high rainfall rate
$WX['YearHourlyRainH'] = '3.9'; // This years high hourly rain
$WX['YearHourlyRainHT'] = '11:02'; // Time of This years high hourly rain
$WX['YearHourlyRainHD'] = '22 January'; // Date of This years high hourly rain
$WX['YearDailyRainH'] = '21.0'; // This years high daily rain
$WX['YearDailyRainHD'] = '22 January'; // Date of This years high daily rain
$WX['YearMonthlyRainH'] = '108.3'; // This years high monthly rain
$WX['YearMonthlyRainHD'] = 'January'; // Date of This years high monthly rain
$WX['YearLongestDryPeriod'] = '3'; // Longest period without rain ending this year (days)
$WX['YearLongestDryPeriodD'] = '13 January'; // Date of Longest period without rain ending this year (days)
$WX['YearLongestWetPeriod'] = '9'; // Longest period of rain every day ending this year (days)
$WX['YearLongestWetPeriodD'] = '14 February'; // Date of Longest period of rain every day ending this year (days)
$WX['tempH'] = '34.5'; // All time high temperature
$WX['TtempH'] = 'at 15:44 on 28 June 2018'; // Time/Date of All time high temperature
$WX['tempL'] = '-18.7'; // All time low temperature
$WX['TtempL'] = 'at 16:41 on 03 May 2017'; // Time/Date of All time low temperature
$WX['mintempH'] = '17.2'; // All time high minimum temperature
$WX['TmintempH'] = 'at 23:08 on 02 August 2022'; // Time/Date of All time high minimum temperature
$WX['maxtempL'] = '-7.1'; // All time low maximum temperature
$WX['TmaxtempL'] = 'at 00:00 on 13 December 2022'; // Time/Date of All time low maximum temperature
$WX['LowDailyTempRange'] = '0.0'; // All time low daily temperature range
$WX['TLowDailyTempRange'] = 'on 17 October 2014'; // Time/Date of All time low daily temperature range
$WX['HighDailyTempRange'] = '38.2'; // All time high daily temperature range
$WX['THighDailyTempRange'] = 'on 03 May 2017'; // Time/Date of All time high daily temperature range
$WX['apptempH'] = '38.4'; // All time high apparent temperature
$WX['TapptempH'] = 'at 17:19 on 25 July 2019'; // Time/Date of All time high apparent temperature
$WX['apptempL'] = '-38.4'; // All time low apparent temperature
$WX['TapptempL'] = 'at 23:18 on 18 August 2016'; // Time/Date of All time low apparent temperature
$WX['heatindexH'] = '39.6'; // All time high heat index
$WX['TheatindexH'] = 'at 16:49 on 25 July 2019'; // Time/Date of All time high heat index
$WX['dewpointH'] = '4569.0'; // All time high dew point
$WX['TdewpointH'] = 'at 05:24 on 04 July 2017'; // Time/Date of All time high dew point
$WX['dewpointL'] = '-50.3'; // All time low dew point
$WX['TdewpointL'] = 'at 05:56 on 26 January 2017'; // Time/Date of All time low dew point
$WX['humH'] = '99'; // All time high humidity
$WX['ThumH'] = 'at 06:19 on 20 July 2011'; // Time/Date of All time high humidity
$WX['humL'] = '1'; // All time low humidity
$WX['ThumL'] = 'at 06:40 on 16 January 2017'; // Time/Date of All time low humidity
$WX['wchillH'] = '-27.0'; // All time greatest wind chill (i.e. lowest temperature)
$WX['TwchillH'] = 'at 16:41 on 03 May 2017'; // Time/Date of All time greatest wind chill (i.e. lowest temperature)
$WX['rrateM'] = '932.4'; // All time high rain rate
$WX['TrrateM'] = 'at 15:10 on 28 October 2018'; // Time/Date of All time high rain rate
$WX['rfallH'] = '1600.5'; // All time high daily rain
$WX['TrfallH'] = 'on 17 May 2017'; // Time/Date of All time high daily rain
$WX['rfallhH'] = '921.6'; // All time high hourly rain
$WX['TrfallhH'] = 'at 16:36 on 09 August 2020'; // Time/Date of All time high hourly rain
$WX['rfallmH'] = '8758.2'; // All time high monthly rain
$WX['TrfallmH'] = 'March 2023'; // Time/Date of All time high monthly rain
$WX['LongestDryPeriod'] = '20'; // All time longest dry period (days)
$WX['TLongestDryPeriod'] = 'to 24 April 2019'; // Time/Date of All time longest dry period (days)
$WX['LongestWetPeriod'] = '35'; // All time longest wet period (days)
$WX['TLongestWetPeriod'] = 'to 29 January 2014'; // Time/Date of All time longest wet period (days)
$WX['pressH'] = '1045.5'; // All time high pressure
$WX['TpressH'] = 'at 06:38 on 05 February 2023'; // Time/Date of All time high pressure
$WX['pressL'] = '904.8'; // All time low pressure
$WX['TpressL'] = 'at 05:49 on 20 February 2017'; // Time/Date of All time low pressure
$WX['gustM'] = '117.0'; // All time high wind gust
$WX['TgustM'] = 'at 07:14 on 31 December 2016'; // Time/Date of All time high wind gust
$WX['wspeedH'] = '84.9'; // All time high average wind speed
$WX['TwspeedH'] = 'at 23:19 on 18 August 2016'; // Time/Date of All time high average wind speed
$WX['windrunH'] = '416.9'; // All time high daily wind run
$WX['TwindrunH'] = 'on 14 April 2013'; // Time/Date of All time high daily wind run
$WX['LatestError'] = ''; // Displays the last error from the Cumulus error log
$WX['LatestErrorDate'] = '------'; // 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'] = '----'; // 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'] = '0'; // 1 if the 'error' light is flashing, 0 if not
$WX['version'] = '1.9.4'; // The version of Cumulus in use
$WX['build'] = '1088'; // The build of Cumulus in use
$WX['realtimeinterval'] = '45'; // 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'] = '19/03/2024 11:40:02'; // The date and time of the last web site update
$WX['stationtype'] = 'Watson W-8681'; // The type of station in use
$WX['latitude'] = 'N 55° 38' 27"'; // The station latitude
$WX['longitude'] = 'W 03° 10' 15"'; // The station longitude
$WX['altitude'] = '524 ft'; // The station altitude
$WX['location'] = 'Peebles'; // The station location
$WX['longlocation'] = 'Kittlegairy, Peebles'; // Longer description of the station location
$WX['forum'] = ''; // URL of the forum
$WX['webcam'] = ''; // URL of the webcam
$WX['graphperiod'] = '24'; // The number of hours displayed by the graphs
$WX['battery'] = ''; // The console battery condition (Only available for the Davis weather stations)
$WX['txbattery'] = ''; // The transmitter battery condition (Only available for the Davis weather stations)
$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'] = '2509.8'; // The number of 'chill hours' so far this season.
$WX['ConsecutiveRainDays'] = '0'; // 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'] = '2'; // 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'] = '268.0,235.8,266.6,2200.2,6563.6,7182.1,5162.6,778.7'; // A comma-separated list of the wind 'totals' used to draw the wind rose (8 or 16 values)
$WX['WindRosePoints'] = '8'; // The number of items in 268.0,235.8,266.6,2200.2,6563.6,7182.1,5162.6,778.7 (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:16'; // Current sunrise time at the station
$WX['sunset'] = '18:25'; // Current sunset time at the station
$WX['daylength'] = '12:09'; // Length of day in hours and minutes (sunrise to sunset)
$WX['tomorrowdaylength'] = 'There will be 4min 37s more daylight tomorrow'; // A string giving the difference between the length of day light today and tomorrow.
$WX['dawn'] = '05:40'; // Start of Civil Twilight at the station
$WX['dusk'] = '19:02'; // End of Civil Twilight at the station
$WX['daylightlength'] = '13:22'; // Length of daylight in hours and minutes (dawn to dusk)
$WX['moonphase'] = 'Waxing Gibbous'; // Current phase of the moon
$WX['MoonAge'] = '9'; // Current approximate age of the Moon in days (0-29)
$WX['moonrise'] = '11:21'; // Current moonrise time at the station
$WX['moonset'] = '05:05'; // Current moonset time at the station
$WX['isdaylight'] = '1'; // 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'] = '1'; // gives 1 between sunrise and sunset, otherwise 0
$WX['SunshineHours'] = '0.0'; // Hours of sunshine so far today
$WX['YSunshineHours'] = '0.0'; // Total hours of sunshine yesterday
$WX['CurrentSolarMax'] = '513'; // Current theoretical maximum solar radiation
$WX['IsSunny'] = '0'; // Returns 1 if the sun is shining, otherwise 0
$WX['MoonPercent'] = '72'; // Current percentage of moon visible (negative value indicates 'waning')
$WX['MoonPercentAbs'] = '72'; // 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.8'; // 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'] = '25 December 2010'; // 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'] = '0'; // Total number of data packets received
$WX['DavisTotalPacketsMissed'] = '0'; // Number of missed data packets
$WX['DavisNumberOfResynchs'] = '0'; // Number of times the console resynchronised with the transmitter
$WX['DavisMaxInARow'] = '0'; // Longest streak of consecutive packets received
$WX['DavisNumCRCerrors'] = '0'; // Number of packets received with CRC errors
$WX['DavisFirmwareVersion'] = ''; // The console firmware version (Davis stations only)
$WX['THWindex'] = '0.0'; // 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'] = '5 days 15 hours'; // How long the system has been up, e.g. "8 hours 21 minutes"
$WX['ProgramUpTime'] = '3 days 12 hours'; // How long Cumulus has been running, e.g. "7 hours 55 minutes"
$WX['CpuName'] = 'Intel(R) Celeron(R) CPU 887 @ 1.50GHz'; // CPU type, e.g. "Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz"
$WX['CpuCount'] = '2'; // Number of processors, e.g. "4"
$WX['MemoryStatus'] = '999/3979 MB (free/total)'; // Free and total system RAM, e.g. "4619/8191 MB (free/total)"
$WX['DisplayMode'] = '1920x1080, 32 bit'; // Screen display mode, e.g. "1680x1050, 32 bit"
$WX['AllocatedMemory'] = '89.59 MB'; // Amount of memory allocated to Cumulus, e.g. "18.76 MB"
$WX['DiskSize'] = '692.9 GB'; // Size of disk on which Cumulus is running, e.g. "931.51 GB"
$WX['DiskFree'] = '122.56 GB'; // Free space on disk on which Cumulus is running, e.g. "515.36 GB"
$WX['RCdew'] = '7.7'; // Dew point
$WX['RCheatindex'] = '9.3'; // Heat index
$WX['RChum'] = '90'; // Outside humidity
$WX['RCinhum'] = '51'; // Inside humidity
$WX['RCintemp'] = '22.6'; // Inside temperature
$WX['RCpress'] = '1009.3'; // Pressure
$WX['RCpressTH'] = '1009.5'; // Today's high pressure
$WX['RCpressTL'] = '1000.0'; // Today's low pressure
$WX['RCrfall'] = '1.2'; // Rainfall
$WX['RCrrate'] = '3.6'; // Rainfall rate
$WX['RCrrateTM'] = '3.6'; // Today's rainfall rate
$WX['RCtemp'] = '9.3'; // Outside temperature
$WX['RCtempTH'] = '11.2'; // Today's high outside temperature
$WX['RCtempTL'] = '8.9'; // Today's low outside temperature
$WX['RCwchill'] = '9.0'; // Wind chill temperature
$WX['RCwgust'] = '6.0'; // Wind gust reading
$WX['RCwgustTM'] = '22.8'; // Today's wind gust reading
$WX['RCwspeed'] = '3.1'; // Wind speed reading
$WX['RecentOutsideTemp m=5'] = '9.3'; // 5 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=5'] = '2.1'; // 5 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=5'] = '6.0'; // 5 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=5'] = '6.0'; // 5 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=5'] = '271'; // 5 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=5'] = '9.3'; // 5 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=5'] = '7.6'; // 5 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=5'] = '9.3'; // 5 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=5'] = '89'; // 5 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=5'] = '1009.4'; // 5 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=5'] = '1.2'; // 5 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=5'] = '0'; // 5 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=5'] = '0'; // 5 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp m=10'] = '9.6'; // 10 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=10'] = '1.6'; // 10 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=10'] = '2.2'; // 10 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=10'] = '2.2'; // 10 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=10'] = '264'; // 10 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=10'] = '9.6'; // 10 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=10'] = '8.2'; // 10 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=10'] = '9.6'; // 10 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=10'] = '91'; // 10 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=10'] = '1009.1'; // 10 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=10'] = '0.9'; // 10 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=10'] = '0'; // 10 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=10'] = '0'; // 10 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp m=15'] = '9.5'; // 15 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=15'] = '1.4'; // 15 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=15'] = '2.2'; // 15 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=15'] = '1.6'; // 15 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=15'] = '269'; // 15 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=15'] = '9.5'; // 15 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=15'] = '8.1'; // 15 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=15'] = '9.5'; // 15 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=15'] = '91'; // 15 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=15'] = '1009.2'; // 15 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=15'] = '0.9'; // 15 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=15'] = '0'; // 15 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=15'] = '0'; // 15 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp m=20'] = '9.5'; // 20 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=20'] = '2.3'; // 20 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=20'] = '4.5'; // 20 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=20'] = '1.6'; // 20 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=20'] = '276'; // 20 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=20'] = '9.5'; // 20 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=20'] = '8.3'; // 20 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=20'] = '9.5'; // 20 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=20'] = '92'; // 20 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=20'] = '1009.0'; // 20 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=20'] = '0.9'; // 20 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=20'] = '0'; // 20 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=20'] = '0'; // 20 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp m=30'] = '9.1'; // 30 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=30'] = '3.5'; // 30 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=30'] = '4.5'; // 30 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=30'] = '2.2'; // 30 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=30'] = '274'; // 30 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=30'] = '8.6'; // 30 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=30'] = '7.9'; // 30 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=30'] = '9.1'; // 30 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=30'] = '92'; // 30 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=30'] = '1008.7'; // 30 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=30'] = '0.9'; // 30 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=30'] = '0'; // 30 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=30'] = '0'; // 30 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp m=45'] = '10.4'; // 45 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=45'] = '3.8'; // 45 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=45'] = '6.9'; // 45 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=45'] = '3.8'; // 45 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=45'] = '247'; // 45 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=45'] = '9.9'; // 45 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=45'] = '7.8'; // 45 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=45'] = '10.4'; // 45 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=45'] = '84'; // 45 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=45'] = '1008.6'; // 45 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=45'] = '0.6'; // 45 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=45'] = '0'; // 45 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=45'] = '0'; // 45 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp m=60'] = '10.1'; // 60 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=60'] = '4.7'; // 60 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=60'] = '6.0'; // 60 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=60'] = '3.8'; // 60 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=60'] = '251'; // 60 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=60'] = '9.2'; // 60 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=60'] = '7.2'; // 60 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=60'] = '10.1'; // 60 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=60'] = '82'; // 60 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=60'] = '1008.1'; // 60 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=60'] = '0.6'; // 60 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=60'] = '0'; // 60 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=60'] = '0'; // 60 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp m=75'] = '9.9'; // 75 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=75'] = '5.2'; // 75 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=75'] = '6.9'; // 75 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=75'] = '6.9'; // 75 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=75'] = '251'; // 75 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=75'] = '8.8'; // 75 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=75'] = '7.5'; // 75 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=75'] = '9.9'; // 75 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=75'] = '85'; // 75 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=75'] = '1007.9'; // 75 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=75'] = '0.6'; // 75 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=75'] = '0'; // 75 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=75'] = '0'; // 75 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp m=90'] = '10.0'; // 90 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=90'] = '3.1'; // 90 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=90'] = '6.0'; // 90 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=90'] = '4.5'; // 90 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=90'] = '239'; // 90 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=90'] = '9.8'; // 90 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=90'] = '7.4'; // 90 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=90'] = '10.0'; // 90 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=90'] = '84'; // 90 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=90'] = '1007.7'; // 90 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=90'] = '0.6'; // 90 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=90'] = '0'; // 90 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=90'] = '0'; // 90 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp m=105'] = '9.6'; // 105 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=105'] = '4.4'; // 105 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=105'] = '6.0'; // 105 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=105'] = '6.0'; // 105 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=105'] = '250'; // 105 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=105'] = '8.7'; // 105 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=105'] = '7.0'; // 105 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=105'] = '9.6'; // 105 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=105'] = '84'; // 105 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=105'] = '1007.1'; // 105 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=105'] = '0.6'; // 105 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=105'] = '0'; // 105 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=105'] = '0'; // 105 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp m=120'] = '9.1'; // 120 minutes ago Outside Temperature (Beta)
$WX['RecentWindSpeed m=120'] = '3.4'; // 120 minutes ago Wind Speed (Beta)
$WX['RecentWindGust m=120'] = '6.0'; // 120 minutes ago Wind Gust (Beta)
$WX['RecentWindLatest m=120'] = '2.2'; // 120 minutes ago Wind Latest. (Beta)
$WX['RecentWindAvgDir m=120'] = '257'; // 120 minutes ago Wind Direction (average) (Beta)
$WX['RecentWindChill m=120'] = '8.6'; // 120 minutes ago Wind Chill (Beta)
$WX['RecentDewPoint m=120'] = '7.2'; // 120 minutes ago Dew Point (Beta)
$WX['RecentHeatIndex m=120'] = '9.1'; // 120 minutes ago Heat Index (Beta)
$WX['RecentHumidity m=120'] = '88'; // 120 minutes ago Relative Humidity (Beta)
$WX['RecentPressure m=120'] = '1007.2'; // 120 minutes ago Sea-level Pressure (Beta)
$WX['RecentRainToday m=120'] = '0.6'; // 120 minutes ago Today's rain (Beta)
$WX['RecentSolarRad m=120'] = '0'; // 120 minutes ago Solar Radiation (Beta)
$WX['RecentUV m=120'] = '0'; // 120 minutes ago UV Index (Beta)
$WX['RecentOutsideTemp h=24'] = '13.2'; // 24 hours ago Outside Temperature (Beta)
$WX['DaysSinceRecordsBegan'] = '4833'; // Days since records began (Beta)
$WX['metdate'] = '19/03/2024'; // The current meteorological date. (Beta)
$WX['metdateyesterday'] = '18/03/2024'; // gives yesterday's 'meterological' date, for those using 0900/1000 rollover (Beta)
$WX['yesterday'] = '18/03/2024'; // gives yesterday's date. 'Format' parameter can be applied. (Beta)
$WX['Ybeaudesc'] = 'Moderate breeze'; // Beaufort 'description' for yesterday's high wind speed (Beta)
$WX['LastDataReadT'] = '19/03/2024 11:39:53'; // The date/time data was last read from the station (Beta)
$WX['MinutesSinceLastRainTip'] = '5'; // The Number of minutes since the last rain tip (Beta)