Skip to content

Commit

Permalink
[dark-sky] Fixed rendering of table in readme (openhab#7950)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin van Wingerden <[email protected]>
  • Loading branch information
martinvw authored and markus7017 committed Sep 18, 2020
1 parent b7562e6 commit 631cb06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundles/org.openhab.binding.darksky/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ Once the system location will be changed, the background discovery updates the c
### Dark Sky Account

| Parameter | Description |
| apikey | API key to access the Dark Sky API. **Mandatory** |
|-----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| apikey | API key to access the Dark Sky API. **Mandatory** |
| refreshInterval | Specifies the refresh interval (in minutes). Optional, the default value is 60, the minimum value is 1. Note: when using a free API key (1000 calls/day), do not use an interval less than 2. |
| language | Language to be used by the Dark Sky API. Optional, valid values are: `ar`, `az`, `be`, `bg`, `bn`, `bs`, `ca`, `cs`, `da`, `de`, `el`, `en`, `eo`, `es`, `et`, `fi`, `fr`, `he`, `hi`, `hr`, `hu`, `id`, `is`, `it`, `ja`, `ka`, `ko`, `kn`, `kw`, `lv`, `mr`, `nb`, `nl`, `no`, `pa`, `pl`, `pt`, `ro`, `ru`, `sk`, `sl`, `sr`, `sv`, `ta`, `te`, `tet`, `tr`, `uk`, `x-pig-latin`, `zh`, `zh-tw`. |

### Current Weather And Forecast

| Parameter | Description |
| Parameter | Description |
|----------------|-------------------------------------------------------------------------------------------------------------------------------|
| location | Location of weather in geographical coordinates (latitude/longitude/altitude). **Mandatory** |
| forecastHours | Number of hours for hourly forecast. Optional, the default value is 24 (min="0", max="48", step="1"). |
Expand Down

0 comments on commit 631cb06

Please sign in to comment.