Skip to content

Commit

Permalink
BugFix
Browse files Browse the repository at this point in the history
ReadMe Update
V0.0.43
  • Loading branch information
thkl committed Oct 10, 2016
1 parent c0928e1 commit 7e7b928
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 0 additions & 2 deletions ChannelServices/HomeMaticHomeKitLuxMeterService.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ HomeMaticHomeKitLuxMeterService.prototype.createDeviceService = function(Service
this.currentStateCharacteristic["LUX"] = cbright;
cbright.eventEnabled= true;

break;

}


Expand Down
2 changes: 0 additions & 2 deletions ChannelServices/HomeMaticHomeKitRaindetectorService.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ HomeMaticHomeKitRaindetectorService.prototype.createDeviceService = function(Ser
this.currentStateCharacteristic["RAINING"] = crain;
crain.eventEnabled= true;

break;

}


Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ Configuration sample:
```


**** BEGINNING OF VERSION 0.0.41 the selection of channels to use with HomeKit via a CCU Subsection is mandatory *****


Preselect all the Channels you want to import into Homekit by one Subsection at your CCU.
Create a new Subsection (in the Sample named as Homekit) and put all the Channels in you want to import. Finally put the name of the subsection into your config.js

Expand Down
8 changes: 6 additions & 2 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
Changelog
=========

Version 0.0.43 (not yet released)
**** BEGINNING OF VERSION 0.0.41 the selection of channels to use with HomeKit via a CCU Subsection is mandatory


Version 0.0.43

added warning if there is no definition of an subsection
added warning if there are more than 100 devices

fixed bug in Lux and Rain Sensor Service

Version 0.0.42
Bugfixes and WinMatic
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-homematic",
"version": "0.0.42",
"version": "0.0.43",
"description": "Homematic plugin for homebridge: https://github.com/nfarina/homebridge",
"license": "ISC",
"keywords": [
Expand Down

0 comments on commit 7e7b928

Please sign in to comment.