Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoduj committed Aug 16, 2019
1 parent b6a8e3c commit 1ff145b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## 1.0.2

- [FIX] harmony.end is not a function #161

## 1.0.1

- [FIX] Input set in a scene is ignored, and main activity is turned on #157
Expand Down
2 changes: 1 addition & 1 deletion harmonyPlatform.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function HarmonyPlatform(log, config, api) {
for (let i = 0, len = this.platforms.length; i < len; i++) {
let platform = this.platforms[i];
platform.harmonyBase.harmony.removeAllListeners();
platform.harmonyBase.harmony.end();
platform.harmonyBase.harmony.close();
}
}.bind(this)
)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-harmony",
"version": "1.0.1",
"version": "1.0.2",
"author": "Nicolas Dujardin",
"description": "Publish your harmony activities as homekit accessories",
"main": "index.js",
Expand All @@ -24,7 +24,7 @@
"homekit"
],
"dependencies": {
"harmony-websocket": "^1.0.9",
"harmony-websocket": "^1.3.0",
"npm": "^6.9.0",
"request": "^2.65.0",
"websocket": "^1.0.28",
Expand Down

0 comments on commit 1ff145b

Please sign in to comment.