Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Critelli committed Jan 24, 2016
0 parents commit fe7237b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# homebridge-http-temperature-humidity

Supports https devices on HomeBridge Platform

# Installation

1. Install homebridge using: npm install -g homebridge
2. Install this plugin using: npm install -g homebridge-httptemperaturehumidity
3. Update your configuration file. See sample-config.json in this repository for a sample.

# Configuration



Configuration sample:

```
"accessories": [
"accessories": [
{
"accessory": "HttpTempHum",
"name": "Living Room Weather",
"url": "http://192.168.1.210/weather",
"sendimmediately": "",
"http_method": "GET"
}
]
```# homebridge-http-simple-switch

0 comments on commit fe7237b

Please sign in to comment.