diff --git a/Drivers/Weather/WeatherUndergroundCustom.groovy b/Drivers/Weather/WeatherUndergroundCustom.groovy index 4a6f7e7..053bce4 100644 --- a/Drivers/Weather/WeatherUndergroundCustom.groovy +++ b/Drivers/Weather/WeatherUndergroundCustom.groovy @@ -1,7 +1,7 @@ /** * Custom WU Driver * - * Copyright 2019 Andrew Parker + * Copyright 2019 Andrew Parker II * * This driver was originally written by @mattw01 and I thank him for that! * Heavily modified by myself: @Cobra with lots of help from @Scottma61 ( @Matthew ) @@ -378,4 +378,4 @@ def sendEventsForUnitFormat(unitFormat, formatObs) { sendEvent(name: "pressure", value: formatObs.pressure[0], unit: pressureFormat) sendEvent(name: "Barometer", value: "🧭" + formatObs.pressure[0] + pressureFormat) sendEvent(name: "elevation", value: formatObs.elev[0]) -} \ No newline at end of file +}