Skip to content

Commit

Permalink
Minor bugfixing (Handling Adpater State, Handling when no Internet-Co…
Browse files Browse the repository at this point in the history
…nnection is available, reduce Rest-Calls.
  • Loading branch information
baerengraben authored and baerengraben committed May 25, 2021
1 parent 2c0fc17 commit 2eb422b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ The first query is made 10s after the adapter was started. After the first start

## Changelog

### 0.9.1
* (baerengraben) Fix to reduce amount of Rest-Calls: https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/41
* (baerengraben) Fix for https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/32 (Crashes when no Internet Connection is available)
* (baerengraben) Partly Fix for https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/24: Handling Adapter State Info.


### 0.9.0
* (baerengraben) Removed NodeJs 10 support and added NodeJs 16 support
* (baerengraben) Update to new SRF Weater API (https://developer.srgssr.ch/apis/srf-weather). Attention: Old Weather-API (Adapter Version 0.3.2 and earlier) will be decommissioned on Sept. 2021)
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.9.0",
"version": "0.9.1",
"news": {
"0.9.1": {
"en": "Minor bugfixing (Handling Adpater State, Handling when no Internet-Connection is available, reduce Rest-Calls."
},
"0.9.0": {
"en": "Update to new SRF Weater API (https://developer.srgssr.ch/apis/srf-weather). Attention: Old Weather-API will be decommissioned on Sept. 2021)"
},
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.9.0",
"version": "0.9.1",
"description": "Connects to SRF Weather API (https://developer.srgssr.ch/apis/srf-weather)",
"author": {
"name": "baerengraben",
Expand Down

0 comments on commit 2eb422b

Please sign in to comment.