Skip to content

Commit

Permalink
https://github.com/baerengraben/iobroker.swiss-weather-api/issues/13
Browse files Browse the repository at this point in the history
  • Loading branch information
baerengraben authored and baerengraben committed Sep 7, 2020
1 parent 71a1e0a commit 9f7e016
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ The first query is made 10s after the adapter was started. After the first start

## Changelog

### 0.3.2
* (baerengraben) Fix for https://github.com/baerengraben/iobroker.swiss-weather-api/issues/13.

### 0.3.1
* (baerengraben) Adapter-Config attributes longitude & latitude is optional now. If no longitude/latitude is set, the adpater is getting the longitude/latitude from ioBroker System-Attributes (https://github.com/baerengraben/iobroker.swiss-weather-api/issues/6).

Expand Down
5 changes: 4 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"common": {
"name": "swiss-weather-api",
"version": "0.3.1",
"version": "0.3.2",
"news": {
"0.3.2": {
"en": "Fix for https://github.com/baerengraben/iobroker.swiss-weather-api/issues/13"
},
"0.3.1": {
"en": "Adapter-Config attributes longitude & latitude is optional now. If no longitude/latitude is set, the adpater is getting the longitude/latitude from ioBroker System-Attributes."
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.swiss-weather-api",
"version": "0.3.1",
"version": "0.3.2",
"description": "Connects to Free SRG-SSR Weather API (https://developer.srgssr.ch/apis/srgssr-weather)",
"author": {
"name": "baerengraben",
Expand Down

0 comments on commit 9f7e016

Please sign in to comment.