iobroker.swiss-weather-api
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"common": { | ||
"name": "swiss-weather-api", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"news": { | ||
"0.1.5": { | ||
"en": "Some fixes based on Feedback of forum.iobroker.net" | ||
}, | ||
"0.1.4": { | ||
@@ -7,0 +10,0 @@ "en": "Added Travis CI Testing" |
{ | ||
"name": "iobroker.swiss-weather-api", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Connects to Free SRG-SSR Weather API (https://developer.srgssr.ch/apis/srgssr-weather)", | ||
@@ -49,3 +49,3 @@ "author": { | ||
"sinon-chai": "^3.4.0", | ||
"libxmljs2": ">=0.23.0" | ||
"libxmljs2": "^0.23.0" | ||
}, | ||
@@ -52,0 +52,0 @@ "main": "main.js", |
@@ -21,2 +21,5 @@ ![Logo](admin/swiss-weather-api.png) | ||
The SRG-SSR Weather REST API allows you to get weather forecasts and reports from more than 25.000 locations across Switzerland. | ||
**Be aware that this adapter only supports locations within Switzerland.** | ||
### Getting started | ||
@@ -30,3 +33,3 @@ 1. Get a free accout on https://developer.srgssr.ch/ | ||
1. ConsumerSecret of App | ||
1. Longitude / Latitude of the chosen location for which forecast is needed. => Please use decimal degrees like 32.30642 / 122.61458 | ||
1. Longitude / Latitude of the chosen swiss location for which forecast is needed. => Please use decimal degrees (for example Zürich: 47.36667 / 8.5) | ||
@@ -38,2 +41,5 @@ This is a scheduled Adapter. It is scheduled every 30 minutes and reads the forecast API of SRG-SSR. You could change this intervall in instance-view (Schedule). A lower intervall is not recomented, since the minimal forecast is 1 hour. | ||
### 0.1.5 | ||
* (baerengraben) Some fixes based on Feedback of forum.iobroker.net | ||
### 0.1.4 | ||
@@ -40,0 +46,0 @@ * (baerengraben) Added Travis CI testing |
Sorry, the diff of this file is too big to display
1320040
670
2222
82