windChill -> windchill

This commit is contained in:
Tom Keffer
2013-11-06 15:44:13 +00:00
parent 08ad6e8358
commit 3c6974628d

View File

@@ -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.