Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Drivers/Weather/WeatherUndergroundCustom.groovy
Original file line number Diff line number Diff line change
@@ -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 )
Expand Down Expand Up @@ -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])
}
}