From f58787bb50fd9b34e0279b62eb3d474c750591f3 Mon Sep 17 00:00:00 2001 From: Mikko Tapionlinna Date: Fri, 28 Apr 2017 13:58:52 +0300 Subject: [PATCH] Add documentation for showWindDirectionAsArrow --- modules/default/currentweather/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/default/currentweather/README.md b/modules/default/currentweather/README.md index d70ec297..bc3d2f3d 100644 --- a/modules/default/currentweather/README.md +++ b/modules/default/currentweather/README.md @@ -40,6 +40,7 @@ The following properties can be configured: | `showPeriod` | Show the period (am/pm) with 12 hour format

**Possible values:** `true` or `false`
**Default value:** `true` | `showPeriodUpper` | Show the period (AM/PM) with 12 hour format as uppercase

**Possible values:** `true` or `false`
**Default value:** `false` | `showWindDirection` | Show the wind direction next to the wind speed.

**Possible values:** `true` or `false`
**Default value:** `true` +| `showWindDirectionAsArrow` | Show the wind direction as an arrow instead of abbreviation

**Possible values:** `true` or `false`
**Default value:** `false` | `showHumidity` | Show the current humidity

**Possible values:** `true` or `false`
**Default value:** `false` | `onlyTemp` | Show only current Temperature and weather icon.

**Possible values:** `true` or `false`
**Default value:** `false` | `useBeaufort` | Pick between using the Beaufort scale for wind speed or using the default units.

**Possible values:** `true` or `false`
**Default value:** `true`