From 3c6974628dad0db5c198581dd6e1a31fce7a5dfd Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Wed, 6 Nov 2013 15:44:13 +0000 Subject: [PATCH] windChill -> windchill --- bin/weewx/drivers/wmr200.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/weewx/drivers/wmr200.py b/bin/weewx/drivers/wmr200.py index cc3fe8c8..e3ff27d1 100644 --- a/bin/weewx/drivers/wmr200.py +++ b/bin/weewx/drivers/wmr200.py @@ -677,7 +677,7 @@ class PacketWind(Packet): 'windDir' : dirDeg, 'dateTime' : self._timeStampEpoch(), 'usUnits' : weewx.METRIC, - 'windChill' : windchill, + 'windchill' : windchill, } # Sometimes the station emits a wind gust that is less than the # average wind. Ignore it if this is the case.