From 4b7a54953399e709bc1caf9c90de4dca8fa738af Mon Sep 17 00:00:00 2001 From: signalwave <57463049+signalwave@users.noreply.github.com> Date: Wed, 6 Nov 2019 16:30:16 -0500 Subject: [PATCH] Update WeatherUndergroundCustom.groovy --- Drivers/Weather/WeatherUndergroundCustom.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}