Skip to content

Commit

Permalink
Updated version and read
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Critelli committed Apr 11, 2016
1 parent e3e548c commit 15cd7e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ Supports https devices on HomeBridge Platform
# Configuration



Configuration sample:
Configuration sample file:

```
"accessories": [
Expand All @@ -29,10 +28,13 @@ Configuration sample:
```


The /weather endpoing will return a json looking like this
The /weather endpoint will return a json looking like this
```
{
"temperature": 25.8,
"humidity": 38
}
```
```


This plugin acts as an interface between a web endpoint and homebridge only. You will still need some dedicated hardware to expose the web endpoints with the temperature and humidity information. In my case, I used a simple NodeMCU board and a DHT11 (or DHT22).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-httptemperaturehumidity",
"version": "0.0.13",
"version": "0.0.14",
"description": "https plugin for homebridge",
"license": "ISC",
"keywords": [
Expand Down

0 comments on commit 15cd7e1

Please sign in to comment.