From fa9d7f775769594f82bae2e2808cae9af5169472 Mon Sep 17 00:00:00 2001 From: Tony Morris Date: Mon, 1 Sep 2014 10:54:06 +1000 Subject: New wind report variables for Weather monitor * Wind cardinal direction (`windCardinal`) * Wind azimuth direction (`windAzimuth`) * Wind speed (MPH) (`windMph`) * Wind speed (knots) (`windKnots`) --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index c67cab2..ed18540 100644 --- a/readme.md +++ b/readme.md @@ -677,7 +677,8 @@ something like: - Args: default monitor arguments - Variables that can be used with the `-t`/`--template` argument: `station`, `stationState`, `year`, `month`, `day`, `hour`, - `wind`, `visibility`, `skyCondition`, `tempC`, `tempF`, + `windCardinal`, `windAzimuth`, `windMph`, `windKnot`, + `visibility`, `skyCondition`, `tempC`, `tempF`, `dewPointC`, `dewPointF`, `rh`, `pressure` - Default template: `: C, rh % ()` - Retrieves weather information from http://weather.noaa.gov. -- cgit v1.2.3