diff --git a/README.md b/README.md index b9b2222..069f590 100755 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ Supports https devices on HomeBridge Platform # Configuration - -Configuration sample: +Configuration sample file: ``` "accessories": [ @@ -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 } -``` \ No newline at end of file +``` + + +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). \ No newline at end of file diff --git a/package.json b/package.json index 533dde7..e0373ca 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-httptemperaturehumidity", - "version": "0.0.13", + "version": "0.0.14", "description": "https plugin for homebridge", "license": "ISC", "keywords": [