Skip to content

Commit

Permalink
Merge pull request #71 from ashenshugarRET/master
Browse files Browse the repository at this point in the history
Simple change to correct wdiravg data format
  • Loading branch information
jim-easterbrook committed Aug 30, 2018
2 parents 115abc8 + 855abac commit 24e0686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pywws/service/weathercloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class ToService(pywws.service.LiveDataService):
#wind_gust
"'wspdhi' : '%.0f'," "" "scale(x, 10.0)"#
#wind_dir
"'wdiravg' : '%.1f'," "" "winddir_degrees(x)"#
"'wdiravg' : '%.0f'," "" "winddir_degrees(x)"#
#rel_pressure
"'bar' : '%.0f'," "" "scale(x, 10.0)"#
#calc "rain_day(data)"
Expand Down

0 comments on commit 24e0686

Please sign in to comment.