Skip to content

Commit

Permalink
[README.md] AirQuality description fixed (openhab#1902)
Browse files Browse the repository at this point in the history
Fixed link to aqicn.org service.
Signed-off-by: Kuba Wolanin <[email protected]>
  • Loading branch information
kubawolanin authored and kaikreuzer committed Feb 16, 2017
1 parent ca6fd3d commit f394325
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions addons/binding/org.openhab.binding.airquality/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ layout: documentation

# Air Quality Binding

This binding uses the [AQIcn.org service](https://www.wunderground.com/AirQuality/api/) for providing air quality information for any location worldwide.
This binding uses the [AQIcn.org service](http://aqicn.org) for providing air quality information for any location worldwide.

The World Air Quality Index project is a social enterprise project started in 2007. Its mission is to promote Air Pollution awareness and provide a unified Air Quality information for the whole world.

Expand Down Expand Up @@ -39,8 +39,10 @@ The thing has a few configuration parameters:

For the location parameter, the following syntax is allowed (comma separated latitude and longitude):

`37.8,-122.4`
`37.8255,-122.456`
```
37.8,-122.4
37.8255,-122.456
```

If you always want to receive data from specific station and you know its unique ID, you can enter it
instead of the coordinates.
Expand Down

0 comments on commit f394325

Please sign in to comment.