diff options
-rw-r--r-- | news.md | 3 | ||||
-rw-r--r-- | readme.md | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -8,7 +8,8 @@ _New features_ - `Network` monitor has now adaptive units (`-S` is used now to switch them on), by Axel Angel. - `Weather` now offers `dewPointC` and `dewPointF` instead of - `dewPoint`, by Tony Morris. + `dewPoint`, and the new `windCardinal`, `windAzimuth`, `windMph` + and `windKnots` variables, by Tony Morris. ## Version 0.21 (Jul 1, 2014) @@ -677,8 +677,8 @@ something like: - Args: default monitor arguments - Variables that can be used with the `-t`/`--template` argument: `station`, `stationState`, `year`, `month`, `day`, `hour`, - `windCardinal`, `windAzimuth`, `windMph`, `windKnot`, - `visibility`, `skyCondition`, `tempC`, `tempF`, + `windCardinal`, `windAzimuth`, `windMph`, `windKnots`, + `visibility`, `skyCondition`, `tempC`, `tempF`, `dewPointC`, `dewPointF`, `rh`, `pressure` - Default template: `<station>: <tempC>C, rh <rh>% (<hour>)` - Retrieves weather information from http://weather.noaa.gov. |