Releases: htreu/OpenHAB-HomeKit-Bridge
Releases · htreu/OpenHAB-HomeKit-Bridge
1.3.3
Features
- Model switches as outlets. The Siri command 'turn off all the lights' will not affect these switches.
- Update to latest hap-nodejs 0.3.2 version.
Install
For previous installed bridges do npm update
or rm -rf node_modules && npm install
.
For new installs follow the instructions in README.MD.
1.3.2
1.3.1
1.3.0
1.3.0 beta 1
Features
- openHAB updates are pushed to iOS
- reconnecting WebSocket listeners for openHAB updates
- fixed HomeKit values so the bridge will stay online in iOS
- Javascript linting
- extended unit tests
- hidden logging in production
- latest hap-nodejs release (0.1.7)
- new license: Apache License 2.0
Install
For previous installed bridges do rm -rf node_modules && npm install
.
For new installs follow the instructions in README.MD.