' . '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 = '15135'; // Estimated cloud base height, feet, (based on dew point, and you height above sea level...enter $cloudheightmeters = '4614'; // 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 = '18:40'; // time that the max gust last prior 1 hour occured $minbaroyest = '29.831'; $minbaroyestt = '4:42 PM'; $mrecordlowbaro = '29.648'; $mrecordlowbaroday = '3'; $mrecordlowbaromonth = '5'; $mrecordlowbaroyear = '2026'; $yrecordlowbaro = '29.545'; $yrecordlowbaroday = '30'; $yrecordlowbaromonth = '4'; $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 = 'Evening'; $avwindlastimediate60 = '2.5'; // average wind speed $avwindlastimediate120 = '2.7'; // average wind speed $currentmonthaveragerain = '---'; // average rain for current month // // version 5.00+ $avwindlastimediate15 = '2.3'; // average wind speed $avwindlastimediate30 = '2.4'; // average wind speed $todayhihumidex = '89.1'; //daily high humidex $todaylohumidex = '53.6'; //Daily low Humidex //Version 5.02 $dayornight = 'Night'; // Day or night flag //Version 6.20 $tempchangelasthourfaren = '-3.2'; //For snow prediction $abshum = '4.05'; //For snow prediction $maxtemp4today = '106.6'; // max from station's records $mintemp4today = '51.0'; // min from station's records $maxtemp4todayyr = '2020'; // max year from station's records $mintemp4todayyr = '2024'; // 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 = '73.4'; $avtempjunnow = '89.2'; $avtempjulnow = '90.5'; $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.6';//Average temperature for june from your data $avtempjul = '90.5';//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.11'; $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.23'; $avrainjunnow = '0.34'; $avrainjulnow = '1.96'; $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 = '98.6'; $yrecordhighheatindexmonth = '3'; $yrecordhighheatindexday = '19'; $yrecordhighheatindexyear = '2026'; $ywarmestdayonrecord = '91.8F on: Apr 20 2026'; $ywarmestnightonrecord = '79.0F on: Apr 06 2026'; $ycoldestdayonrecord = '47.5F on: Jan 09 2026'; $ycoldestnightonrecord = '40.1F on: Jan 11 2026'; $yrecordhighwindrun = '76.3'; $yrecordhighwindrunmth = '5'; $yrecordhighwindrunday = '3'; $yrecordhighwindrunyr = '2026'; $yrecorddailyrain = '0.46'; $yrecordhighrainmth = '1.0'; $yrecordrainrate = '0.059'; $yrecorddayswithrain = '4'; $yrecorddaysnorain = '55'; $yrecordhighdew = '72.7'; $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 = '4'; $yrecordhighdewday = '3'; $yrecordhighdewyear = '2026'; $yrecordlowdewmonth = '3'; $yrecordlowdewday = '23'; $yrecordlowdewyear = '2026'; $yrecordhighhummonth = '1'; $yrecordhighhumday = '2'; $yrecordhighhumyear = '2026'; $yrecordlowhummonth = '3'; $yrecordlowhumday = '23'; $yrecordlowhumyear = '2026'; $yrecordhighsolar = '1278.0'; $yrecordhighsolarmonth = '4'; $yrecordhighsolarday = '30'; $yrecordhighsolaryear = '2026'; $yrecordhighuv = '11.7'; $yrecordhighuvmonth = '4'; $yrecordhighuvday = '26'; $yrecordhighuvyear = '2026'; $mrecordhighheatindex = '88.5'; $mrecordhighheatindexmonth = '5'; $mrecordhighheatindexday = '3'; $mrecordhighheatindexyear = '2026'; $mrecordhighwindrun = '76.3'; $mrecordhighwindrunmth = '5'; $mrecordhighwindrunday = '3'; $mrecordhighwindrunyr = '2026'; $mrecorddailyrain = '0.12'; $mrecordhighrainmth = '0.2'; $mrecordrainrate = '0.006'; $mrecorddayswithrain = '2'; $mrecorddaysnorain = '55'; $mrecordhighdew = '57.0'; $mrecordlowdew = '23.0'; $mrecordhighhum = '88'; $mrecordlowhum = '9'; $mrecorddailyrainmonth = '5'; $mrecorddailyrainday = '5'; $mrecorddailyrainyear = '2026'; $mrecordhighrainmthmth = '5'; $mrecordhighrainmthyr = '2026'; $mrecordrainratemonth = '5'; $mrecordrainrateday = '4'; $mrecordrainrateyear = '2026'; $mrecorddayswithrainmonth = '5'; $mrecorddayswithrainday = '5'; $mrecorddaysnorainmonth = '5'; $mrecorddaysnorainday = '4'; $mrecordhighdewmonth = '5'; $mrecordhighdewday = '5'; $mrecordhighdewyear = '2026'; $mrecordlowdewmonth = '5'; $mrecordlowdewday = '3'; $mrecordlowdewyear = '2026'; $mrecordhighhummonth = '5'; $mrecordhighhumday = '5'; $mrecordhighhumyear = '2026'; $mrecordlowhummonth = '5'; $mrecordlowhumday = '3'; $mrecordlowhumyear = '2026'; $myrecordhighbaromonth = '5'; $mrecordhighsolar = '1278.0'; $mrecordhighsolarmonth = '5'; $mrecordhighsolarday = '5'; $mrecordhighsolaryear = '2026'; $mrecordhighuv = '11.0'; $mrecordhighuvmonth = '5'; $mrecordhighuvday = '5'; $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 = '73.3'; // Average Weekly Temp $hddday = '2.1'; // Heating Degree for day $hddmonth = '2.1'; // Heating Degree for month to date $hddyear = '438.3'; // Heating Degree for year to date $cddday = '1.9'; // Cooling Degree for day $cddmonth = '51.1'; // Cooling Degree for month to date $cddyear = '616.2'; // Cooling Degree for year to date $minchillweek = '56.3'; // Minimum Wind Chill over past 7 days $maxheatweek = '88.6'; // Maximum Heat Index for the Week *** NEW IN V2.00 $airdensity = '1.16'; //air density $solarnoon = '12:20'; // Solar noon $changeinday = '00:01:36'; // change in day length since yesterday $etcurrentweek = '1.260'; // ET total for the last 7 days $sunshinehourstodateday = '10:00'; $sunshinehourstodatemonth = '44:47'; $maxsolarfortime = '0'; $wetbulb = '58.0'; $lighteningcountlasthour = '0'; $lighteningcountlastminute = '0'; $lighteningcountlast5minutes = '0'; $lighteningcountlast12hour = '0'; $lighteningcountlast30minutes = '0'; $lighteningcountlasttime = ''; $lighteningcountmonth = '0'; $lighteningcountyear = '0'; $chandler = '137.9'; $maxdew = '38.0'; $maxdewt = '12:02 AM'; $mindew = '24.9'; $mindewt = '6:50 PM'; $maxdewyest = '45.1'; $maxdewyestt = '8:28 AM'; $mindewyest = '28.6'; $mindewyestt = '6:49 PM'; $stationname = 'C5619'; $raindifffromav = '---'; $raindifffromavyear = '2.120'; $gddmonth = '179.2'; $gddyear = '2167.7'; $maxheat = '88.3'; $maxheatt = '3:07 PM'; $maxheatyest = '80.0'; $yeartodateavtemp = '66.4'; $monthtodateavtemp = '73.4'; $maxchillyest = '82.3'; $monthtodatemaxgust = '19.6'; $monthtodateavspeed = '1.8'; // MTD average wind speed $monthtodateavgust = '3.9'; //MTD average wind gust $yeartodateavwind = '1.3'; // YTD average wind speed $yeartodategstwind = '2.9'; // YTD avg wind gust $lowbaro = '29.705'; $lowbarot = '4:35 PM'; $monthtodatemaxbaro = '29.944'; // MTD average wind speed $monthtodateminbaro = '29.649'; //MTD average wind gust $sunshinehourstodateyear = '872:03'; $sunshineyesterday = '10:05'; $avtempsincemidnight = '75.0'; $yesterdayavtemp = '68.1'; $avgspeedsincereset = '1.4'; $maxheatyestt = '3:56 PM'; $windrunyesterday = '26.85'; $currentwdet = '0.311'; $yesterdaywdet = '0.236'; $highhum = '49'; $highhumt = '4:11 AM'; $lowhum = '10'; $lowhumt = '12:56 PM'; $maxhumyest = '74'; $maxhumyestt = '5:52 AM'; $minhumyest = '17'; $minhumyestt = '5:06 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.0'; $recordhightempjun = '118.8'; $recordlowtempjun = '59.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