mirror of
https://github.com/weewx/weewx.git
synced 2026-06-10 18:15:16 -04:00
windChill -> windchill
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user