' . 'clear '; $weathercond = 'Dry'; $Currentsolardescription = 'clear '; $current_summary = $Currentsolardescription; $current_summary = preg_replace('|^/[^/]+/|','',$current_summary); $current_summary = preg_replace('|\\\\|',', ',$current_summary); $current_summary = preg_replace('|/|',', ',$current_summary); // // $cloudheightfeet = '9383'; // Estimated cloud base height, feet, (based on dew point, and you height above sea level...enter $cloudheightmeters = '2861'; // Estimated cloud base height, metres, (based on dew point, and you height above sea // end of stock testtags.txt // ---------------------------------------------------------------------------------------------------- // begin mchallis tags added to testtags.txt for printable flyer $maxgsthrtime = '0:51'; // time that the max gust last prior 1 hour occured $minbaroyest = '29.621'; $minbaroyestt = '5:17 PM'; $mrecordlowbaro = '29.619'; $mrecordlowbaroday = '6'; $mrecordlowbaromonth = '7'; $mrecordlowbaroyear = '2026'; $yrecordlowbaro = '29.474'; $yrecordlowbaroday = '17'; $yrecordlowbaromonth = '5'; $yrecordlowbaroyear = '2026'; // end mchallis tags added to testtags.txt for printable flyer // ---------------------------------------------------------------------------------------------------- // New WebsterWeatherLive VER 4.10 tags //---------------------------------------------- $lighteningbearing = '0'; $lighteningdistance = '0'; $lighteningcountlasthournextstorm = '0'; $lighteningcountlastminutenextstorm = '0'; $lighteningcountlast12hournextstorm = '0'; $lighteningcountlast30minutesnextstorm = '0'; $timeofdaygreeting = 'Night'; $avwindlastimediate60 = '0.3'; // average wind speed $avwindlastimediate120 = '0.6'; // average wind speed $currentmonthaveragerain = '---'; // average rain for current month // // version 5.00+ $avwindlastimediate15 = '0.0'; // average wind speed $avwindlastimediate30 = '0.0'; // average wind speed $todayhihumidex = '95.6'; //daily high humidex $todaylohumidex = '91.4'; //Daily low Humidex //Version 5.02 $dayornight = 'Night'; // Day or night flag //Version 6.20 $tempchangelasthourfaren = '-1.3'; //For snow prediction $abshum = '6.47'; //For snow prediction $maxtemp4today = '114.6'; // max from station's records $mintemp4today = '70.3'; // min from station's records $maxtemp4todayyr = '2024'; // max year from station's records $mintemp4todayyr = '2018'; // min year from station's records $avsnowjan = '0.0'; //Average snow for jan from your inputted snow data (cm) $avsnowfeb = '0.0'; //Average snow for feb from your inputted snow data (cm) $avsnowmar = '0.0'; //Average snow for mar from your inputted snow data (cm) $avsnowapr = '0.0'; //Average snow for apr from your inputted snow data (cm) $avsnowmay = '0.0'; //Average snow for may from your inputted snow data (cm) $avsnowjun = '0.0'; //Average snow for may from your inputted snow data (cm) $avsnowjul = '0.0'; //Average snow for jul from your inputted snow data (cm) $avsnowaug = '0.0'; //Average snow for aug from your inputted snow data (cm) $avsnowsep = '0.0'; //Average snow for sep from your inputted snow data (cm) $avsnowoct = '0.0'; //Average snow for oct from your inputted snow data (cm) $avsnownov = '0.0'; //Average snow for nov from your inputted snow data (cm) $avsnowdec = '0.0'; //Average snow for dec from your inputted snow data (cm) $avsnowjannow = '0.0'; $avsnowfebnow = '0.0'; $avsnowmarnow = '0.0'; $avsnowaprnow = '0.0'; $avsnowmaynow = '0.0'; $avsnowjunnow = '0.0'; $avsnowjulnow = '0.0'; $avsnowaugnow = '0.0'; $avsnowsepnow = '0.0'; $avsnowoctnow = '0.0'; $avsnownovnow = '0.0'; $avsnowdecnow = '0.0'; // end of websterweather additions // ---------------------------------------------------------------------------------------------------- // relayweather wxglobalwarming // For Temperature Trend Chart, you Need to add the following to your testtags file if they don't yet exist: $avtempjannow = '54.6'; $avtempfebnow = '62.9'; $avtempmarnow = '72.9'; $avtempaprnow = '73.6'; $avtempmaynow = '79.2'; $avtempjunnow = '90.4'; $avtempjulnow = '90.0'; $avtempaugnow = '92.1'; $avtempsepnow = '84.9'; $avtempoctnow = '74.2'; $avtempnovnow = '63.8'; $avtempdecnow = '58.8'; $avtempjan = '53.3';//Average temperature for january from your data $avtempfeb = '57.7';//Average temperature for february from your data $avtempmar = '64.4';//Average temperature for march from your data $avtempapr = '71.8';//Average temperature for april from your data $avtempmay = '79.2';//Average temperature for may from your data $avtempjun = '89.7';//Average temperature for june from your data $avtempjul = '90.4';//Average temperature for july from your data $avtempaug = '89.0';//Average temperature for august from your data $avtempsep = '84.5';//Average temperature for september from your data $avtempoct = '74.4';//Average temperature for october from your data $avtempnov = '62.8';//Average temperature for november from your data $avtempdec = '54.3';//Average temperature for december from your data //For the Rain Trending Chart, you Need to add the following to your testtags file if they don't yet exist: //Start Rain Trending $avrainjan = '0.81'; $avrainfeb = '0.61'; $avrainmar = '0.37'; $avrainapr = '0.12'; $avrainmay = '0.12'; $avrainjun = '0.47'; $avrainjul = '2.21'; $avrainaug = '1.79'; $avrainsep = '0.96'; $avrainoct = '0.62'; $avrainnov = '0.62'; $avraindec = '1.12'; $avrainjannow = '1.03'; $avrainfebnow = '0.43'; $avrainmarnow = '0.00'; $avrainaprnow = '0.00'; $avrainmaynow = '0.24'; $avrainjunnow = '0.52'; $avrainjulnow = '0.00'; $avrainaugnow = '0.28'; $avrainsepnow = '1.00'; $avrainoctnow = '0.88'; $avrainnovnow = '1.46'; $avraindecnow = '0.24'; //End Rain Trending // end of relayweather tags // ---------------------------------------------------------------------------------------------------- // eastmasonville wxrecord.php tags $recordhightemp = '118.8'; $recordlowtemp = '19.4'; $recordhighheatindex = '137.1'; $recordlowchill = '19.4'; $warmestdayonrecord = '114.3 F on: Jun 21 2017'; $warmestnightonrecord = '97.9F on: Jun 25 2017'; $coldestdayonrecord = '35.2F on: Jan 14 2013'; $coldestnightonrecord = '26.1F on: Jan 15 2013'; $recordwindgust = '57.0'; $recordwindspeed = '56.0'; $recordhighwindrun = '213.2'; $recorddailyrain = '2.21'; $recordhighrainmth = '6.3'; $recordrainrate = '0.449'; $recorddayswithrain = '7'; $recorddaysnorain = '80'; $recordhighdew = '92.8'; $recordlowdew = '-15.3'; $recordhighhum = '96'; $recordlowhum = '0'; $recordhighbaro = '30.528'; $recordlowbaro = '29.465'; $recordhighsolar = '1415.0'; $recordhightempmonth = '6'; $recordhightempday = '20'; $recordhightempyear = '2017'; $recordlowtempmonth = '1'; $recordlowtempday = '15'; $recordlowtempyear = '2013'; $recordhighheatindexmonth = '5'; $recordhighheatindexday = '7'; $recordhighheatindexyear = '2022'; $recordlowchillmonth = '1'; $recordlowchillday = '15'; $recordlowchillyear = '2013'; $recordhighgustmonth = '12'; $recordhighgustday = '15'; $recordhighgustyear = '2015'; $recordhighavwindmonth = '1'; $recordhighavwindday = '25'; $recordhighavwindyear = '2021'; $recordhighwindrunmth = '1'; $recordhighwindrunday = '14'; $recordhighwindrunyr = '2013'; $recorddailyrainmonth = '7'; $recorddailyrainday = '10'; $recorddailyrainyear = '2018'; $recordhighrainmthmth = '7'; $recordhighrainmthyr = '2021'; $recordrainratemonth = '6'; $recordrainrateday = '11'; $recordrainrateyear = '2016'; $recorddayswithrainmonth = '11'; $recorddayswithrainday = '23'; $recorddayswithrainyear = '2013'; $recorddaysnorainmonth = '6'; $recorddaysnorainday = '18'; $recorddaysnorainyear = '2022'; $recordhighdewmonth = '6'; $recordhighdewday = '16'; $recordhighdewyear = '2017'; $recordlowdewmonth = '1'; $recordlowdewday = '24'; $recordlowdewyear = '2025'; $recordhighhummonth = '12'; $recordhighhumday = '15'; $recordhighhumyear = '2011'; $recordlowhummonth = '2'; $recordlowhumday = '1'; $recordlowhumyear = '2012'; $recordhighbaromonth = '1'; $recordhighbaroday = '21'; $recordhighbaroyear = '2025'; $recordlowbaromonth = '5'; $recordlowbaroday = '4'; $recordlowbaroyear = '2025'; $recordhighsolarmonth = '7'; $recordhighsolarday = '12'; $recordhighsolaryear = '2015'; $recordhighuv = '16.0'; $recordhighuvmonth = '6'; $recordhighuvday = '3'; $recordhighuvyear = '2017'; $yrecordhighheatindex = '110.3'; $yrecordhighheatindexmonth = '6'; $yrecordhighheatindexday = '25'; $yrecordhighheatindexyear = '2026'; $ywarmestdayonrecord = '106.2F on: Jun 25 2026'; $ywarmestnightonrecord = '90.1F on: Jun 25 2026'; $ycoldestdayonrecord = '47.5F on: Jan 09 2026'; $ycoldestnightonrecord = '40.1F on: Jan 11 2026'; $yrecordhighwindrun = '80.3'; $yrecordhighwindrunmth = '5'; $yrecordhighwindrunday = '17'; $yrecordhighwindrunyr = '2026'; $yrecorddailyrain = '0.46'; $yrecordhighrainmth = '1.0'; $yrecordrainrate = '0.059'; $yrecorddayswithrain = '4'; $yrecorddaysnorain = '55'; $yrecordhighdew = '79.3'; $yrecordlowdew = '3.2'; $yrecordhighhum = '94'; $yrecordlowhum = '3'; $yrecorddailyrainmonth = '1'; $yrecorddailyrainday = '7'; $yrecorddailyrainyear = '2026'; $yrecordhighrainmthmth = '1'; $yrecordhighrainmthyr = '2026'; $yrecordrainratemonth = '3'; $yrecordrainrateday = '9'; $yrecordrainrateyear = '2026'; $yrecorddayswithrainmonth = '2'; $yrecorddayswithrainday = '20'; $yrecorddaysnorainmonth = '5'; $yrecorddaysnorainday = '4'; $yrecordhighdewmonth = '5'; $yrecordhighdewday = '20'; $yrecordhighdewyear = '2026'; $yrecordlowdewmonth = '3'; $yrecordlowdewday = '23'; $yrecordlowdewyear = '2026'; $yrecordhighhummonth = '1'; $yrecordhighhumday = '2'; $yrecordhighhumyear = '2026'; $yrecordlowhummonth = '3'; $yrecordlowhumday = '23'; $yrecordlowhumyear = '2026'; $yrecordhighsolar = '1325.0'; $yrecordhighsolarmonth = '7'; $yrecordhighsolarday = '5'; $yrecordhighsolaryear = '2026'; $yrecordhighuv = '13.5'; $yrecordhighuvmonth = '7'; $yrecordhighuvday = '4'; $yrecordhighuvyear = '2026'; $mrecordhighheatindex = '109.0'; $mrecordhighheatindexmonth = '7'; $mrecordhighheatindexday = '7'; $mrecordhighheatindexyear = '2026'; $mrecordhighwindrun = '49.6'; $mrecordhighwindrunmth = '7'; $mrecordhighwindrunday = '7'; $mrecordhighwindrunyr = '2026'; $mrecorddailyrain = '0.00'; $mrecordhighrainmth = '0.0'; $mrecordrainrate = '0.000'; $mrecorddayswithrain = '0'; $mrecorddaysnorain = '20'; $mrecordhighdew = '59.0'; $mrecordlowdew = '6.1'; $mrecordhighhum = '38'; $mrecordlowhum = '3'; $mrecorddailyrainmonth = '7'; $mrecorddailyrainday = '1'; $mrecorddailyrainyear = '2026'; $mrecordhighrainmthmth = '6'; $mrecordhighrainmthyr = '2026'; $mrecordrainratemonth = '7'; $mrecordrainrateday = '1'; $mrecordrainrateyear = '2026'; $mrecorddayswithrainmonth = '7'; $mrecorddayswithrainday = '1'; $mrecorddaysnorainmonth = '7'; $mrecorddaysnorainday = '8'; $mrecordhighdewmonth = '7'; $mrecordhighdewday = '7'; $mrecordhighdewyear = '2026'; $mrecordlowdewmonth = '7'; $mrecordlowdewday = '1'; $mrecordlowdewyear = '2026'; $mrecordhighhummonth = '7'; $mrecordhighhumday = '8'; $mrecordhighhumyear = '2026'; $mrecordlowhummonth = '7'; $mrecordlowhumday = '1'; $mrecordlowhumyear = '2026'; $myrecordhighbaromonth = '7'; $mrecordhighsolar = '1325.0'; $mrecordhighsolarmonth = '7'; $mrecordhighsolarday = '5'; $mrecordhighsolaryear = '2026'; $mrecordhighuv = '13.5'; $mrecordhighuvmonth = '7'; $mrecordhighuvday = '4'; $mrecordhighuvyear = '2026'; // end of eastmasonville wxrecord.php tags // ---------------------------------------------------------------------------------------------------- // other addons $vpissstatus = 'Ok'; // VP ISS Status $vpreception2 = '99%'; // VP Current reception % *** NEW IN V1.01 $vpconsolebattery = '4.7'; // VP Console Battery Volts *** NEW IN V1.01 $firewi = '0.5'; // Fire Weather Index $avtempweek = '90.2'; // Average Weekly Temp $hddday = '0.0'; // Heating Degree for day $hddmonth = '0.0'; // Heating Degree for month to date $hddyear = '436.2'; // Heating Degree for year to date $cddday = '1.4'; // Cooling Degree for day $cddmonth = '176.9'; // Cooling Degree for month to date $cddyear = '1948.2'; // Cooling Degree for year to date $minchillweek = '68.1'; // Minimum Wind Chill over past 7 days $maxheatweek = '109.0'; // Maximum Heat Index for the Week *** NEW IN V2.00 $airdensity = '1.15'; //air density $solarnoon = '12:29'; // Solar noon $changeinday = '-00:00:42'; // change in day length since yesterday $etcurrentweek = '2.291'; // ET total for the last 7 days $sunshinehourstodateday = '00:00'; $sunshinehourstodatemonth = '48:52'; $maxsolarfortime = '0'; $wetbulb = '68.0'; $lighteningcountlasthour = '0'; $lighteningcountlastminute = '0'; $lighteningcountlast5minutes = '0'; $lighteningcountlast12hour = '0'; $lighteningcountlast30minutes = '0'; $lighteningcountlasttime = ''; $lighteningcountmonth = '0'; $lighteningcountyear = '0'; $chandler = '47.9'; $maxdew = '57.6'; $maxdewt = '1:36 AM'; $mindew = '55.1'; $mindewt = '12:36 AM'; $maxdewyest = '59.0'; $maxdewyestt = '7:57 PM'; $mindewyest = '43.2'; $mindewyestt = '5:23 AM'; $stationname = 'C5619'; $raindifffromav = '---'; $raindifffromavyear = '2.660'; $gddmonth = '265.2'; $gddyear = '3872.2'; $maxheat = '88.5'; $maxheatt = '12:00 AM'; $maxheatyest = '109.0'; $yeartodateavtemp = '73.0'; $monthtodateavtemp = '90.0'; $maxchillyest = '111.0'; $monthtodatemaxgust = '18.4'; $monthtodateavspeed = '1.6'; // MTD average wind speed $monthtodateavgust = '3.2'; //MTD average wind gust $yeartodateavwind = '1.5'; // YTD average wind speed $yeartodategstwind = '3.2'; // YTD avg wind gust $lowbaro = '29.737'; $lowbarot = '12:55 AM'; $monthtodatemaxbaro = '29.876'; // MTD average wind speed $monthtodateminbaro = '29.620'; //MTD average wind gust $sunshinehourstodateyear = '1412:23'; $sunshineyesterday = '10:00'; $avtempsincemidnight = '88.0'; $yesterdayavtemp = '95.4'; $avgspeedsincereset = '0.4'; $maxheatyestt = '3:17 PM'; $windrunyesterday = '49.62'; $currentwdet = '0.096'; $yesterdaywdet = '0.378'; $highhum = '38'; $highhumt = '1:33 AM'; $lowhum = '32'; $lowhumt = '12:00 AM'; $maxhumyest = '32'; $maxhumyestt = '6:09 AM'; $minhumyest = '14'; $minhumyestt = '1:58 PM'; $recordhightempjan = '86.5'; $recordlowtempjan = '19.4'; $recordhightempfeb = '93.9'; $recordlowtempfeb = '25.9'; $recordhightempmar = '104.9'; $recordlowtempmar = '32.4'; $recordhightempapr = '105.4'; $recordlowtempapr = '48.0'; $recordhightempmay = '110.5'; $recordlowtempmay = '52.2'; $recordhightempjun = '118.8'; $recordlowtempjun = '64.0'; $recordhightempjul = '115.3'; $recordlowtempjul = '64.6'; $recordhightempaug = '115.0'; $recordlowtempaug = '55.4'; $recordhightempsep = '109.8'; $recordlowtempsep = '53.2'; $recordhightempoct = '101.7'; $recordlowtempoct = '36.5'; $recordhightempnov = '91.9'; $recordlowtempnov = '35.2'; $recordhightempdec = '87.4'; $recordlowtempdec = '27.7'; // end of other addons $visibility = '---'; // Visibility (miles) $visibilitykm = '---'; // Visibility (km) $yrecordwindgust = '57.0'; // record high wind gust $yrecordhighgustday = '3'; // Day of record high wind gust $yrecordhighgustmonth = '4'; // Month of record high wind gust $yrecordhighgustyear = '2026'; // Year of record high wind gust $downloadedmetar1extrasky = '%downloadedmetar1extrasky%'; // Sky conditions $downloadedmetar1sky = '%downloadedmetar1sky%'; // More sky conditions $downloadedmetar1cloud = '%downloadedmetar1cloud%'; // Cloud conditions or weather $downloadedmetar1press = '%downloadedmetar1press%'; // Barometer reading $downloadedmetar1humi = '%downloadedmetar1humi%'; // Humidity reading $downloadedmetar1dewp = '%downloadedmetar1dewp%'; // Dew point reading $downloadedmetar1temp = '%downloadedmetar1temp%'; // Temperature reading $downloadedmetar1tempcelsius = '%downloadedmetar1tempcelsius%'; // Temperature reading in celsius $downloadedmetar1wind = '%downloadedmetar1wind%'; // Wind readings (speed and direction) $downloadedmetar1location = '%downloadedmetar1location%'; // Metar name and time stamp $downloadedmetar1vis = '%downloadedmetar1vis%'; // Visibility $downloadedmetar1name = '%downloadedmetar1name%'; // Just the metar name // (1st 10 metars only) $downloadedmetar1time = '%downloadedmetar1time%'; // Just the time of update // (1st 10 metars only) $downloadedmetar1rainlasthour = '%downloadedmetar1rainlasthour%'; // Rain in the last hour (if its available) $downloadedmetar1windonly = '%downloadedmetar1windonly%'; // Shows just the windspeed only (1st 10 metars only) $downloadedmetar1dironly = '%downloadedmetar1dironly%'; // Shows direction in letter (1st 10 metars only) $downloadedmetar1dironlydeg = '%downloadedmetar1dironlydeg%'; // Shows dir in degrees (1st 10 metars only) //Air Quality //========== //Air Quality //========== $purpleair2_5 = '%purpleair2_5%'; //Value of 2.5 micron particle measure from purple air sensor (see in WD under setup, advanced/misc) $purpleair1_0 = '%purpleair1_0%'; //Value of 1.0 micron particle measure from purple air sensor $purpleair10_0 = '%purpleair10_0%'; //Value of 10.0 micron particle measure from purple air sensor $purpleairaqi = '%purpleairaqi%'; //AQI (air quality index) value from purple air sensor $purpleairaqidescription = '%purpleairaqidescription% '; //AQI description (e.g Good, moderate) $purpleair60minmean10_0 = '%60minmeanpurpleair10_0%'; //Last 60 minutes average PM 10.0 value $purpleair60minmean2_5 = '%60minmeanpurpleair2_5%'; //Last 60 minutes average PM 2.5 value $purpleair24hourmean10_0 = '%24hourmeanpurpleair10_0%'; //Last 24 hours average PM 10.0 value $purpleair24hourmean2_5 = '%24hourmeanpurpleair2_5%'; //Last 24 hours average PM 2.5 value $purpleair60minmin10_0 = '%60minminpurpleair10_0%'; //Min value in last 60 minutes PM 10.0 value $purpleair24hourmin10_0 = '%24hourminpurpleair10_0%'; //Min value in last 24 hours PM 10.0 value $purpleair60minmin2_5 = '%60minminpurpleair2_5%'; //Min value in last 60 minutes PM 2.5 value $purpleair24hourmin2_5 = '%24hourminpurpleair2_5%'; //Min value in last 24 hours PM 2.5 value $purpleair60minmax10_0 = '%60minmaxpurpleair10_0%'; //Max value in last 60 minutes PM 10.0 value $purpleair24hourmax10_0 = '%24hourmaxpurpleair10_0%'; //Max value in last 24 hours PM 10.0 value $purpleair60minmax2_5 = '%60minmaxpurpleair2_5%'; //Max value in last 60 minutes PM 2.5 value $purpleair24hourmax2_5 = '%24hourmaxpurpleair2_5%'; //Max value in last 24 hours PM 2.5 value /* bad data here $avairjan2_5 = '%avairjan2_5%'; $avairfeb2_5 = '%avairfeb2_5%'; $avairmar2_5 = '%avairmar2_5%'; $avairapr2_5 = '%avairapr2_5%'; $avairmay2_5 = '%avairmay2_5%'; $avairjun2_5 = '%avairjun2_5%'; $avairjul2_5 = '%avairjul2_5%'; $avairaug2_5 = '%avairaug2_5%'; $avairsep2_5 = '%avairsep2_5%'; $avairoct2_5 = '%avairoct2_5%'; $avairnov2_5 = '%avairnov2_5%'; $avairdec2_5 = '%avairdec2_5%'; $avairjan10_0 = '%avairjan10_0% '; $avairfeb10_0 = '%avairfeb10_0%'; $avairmar10_0 = '%avairmar10_0%'; $avairapr10_0 = '%avairapr10_0%'; $avairmay10_0 = '%avairmay10_0%'; $avairjun10_0 = '%avairjun10_0%'; $avairjul10_0 = '%avairjul10_0%'; $avairaug10_0 = '%avairaug10_0%'; $avairsep10_0 = '%avairsep10_0%'; $avairoct10_0 = '%avairoct10_0%'; $avairnov10_0 = '%avairnov10_0%'; $avairdec10_0 = '%avairdec10_0%'; $avairjannow2_5 = '%avairjannow2_5%'; $avairfebnow2_5 = '%avairfebnow2_5%'; $avairmarnow2_5 = '%avairmarnow2_5%'; $avairaprnow2_5 = '%avairaprnow2_5%'; $avairmaynow2_5 = '%avairmaynow2_5%'; $avairjunnow2_5 = '%avairjunnow2_5%'; $avairjulnow2_5 = '%avairjulnow2_5%'; $avairaugnow2_5 = '%avairaugnow2_5%'; $avairsepnow2_5 = '%avairsepnow2_5%'; $avairoctnow2_5 = '%avairoctnow2_5%'; $avairnovnow2_5 = '%avairnovnow2_5%'; $avairdecnow2_5 = '%avairdecnow2_5%'; $avairjannow10_0 = '%avairjannow10_0%'; $avairfebnow10_0 = '%avairfebnow10_0%'; $avairmarnow10_0 = '%avairmarnow10_0%'; $avairaprnow10_0 = '%avairaprnow10_0%'; $avairmaynow10_0 = '%avairmaynow10_0%'; $avairjunnow10_0 = '%avairjunnow10_0%'; $avairjulnow10_0 = '%avairjulnow10_0%'; $avairaugnow10_0 = '%avairaugnow10_0%'; $avairsepnow10_0 = '%avairsepnow10_0%'; $avairoctnow10_0 = '%avairoctnow10_0%'; $avairnovnow10_0 = '%avairnovnow10_0%'; $avairdecnow10_0 = '%avairdecnow10_0%'; */ $purpleair2_52 ='%purpleair2_52%'; //2nd sensor 2.5 reading $purpleair1_02 ='%purpleair1_02%'; //2nd sensor 1.0 reading $purpleair10_02 ='%purpleair10_02%'; //2nd sensor 10 reading $purpleairaqi2 ='%purpleairaqi2%'; //2nd sensor aqi reading $purpleairaqidescription2 = '%purpleairaqidescription2% '; // 2nd sensor aqi description // end of testtags.txt/testtags.php