Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen van Reenen authored and Jeroen van Reenen committed Sep 26, 2017
1 parent 40e04f9 commit ea79a44
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@ For a detailed desceiption you can find the [documentation for semantic versioni

### v1.2.0

Instead of always using the power toggle command use the power on and power off when they are available and fallback to the power toggle command when they are not available. This solves an issue with devices that doesn't support the power toggle command

Fixed an issue where on powering off an activity, a activity started trigger got raised on the previous activity instead of an activity stopped trigger.

### v1.2.0

For improved stability and future features, a new connection library has been written for the Homey Harmony App.

If an activity has been started/stopped by an external source (e.g. the Logitech Harmony Remote), the app picks up on this event and updates the device states accordingly and triggers the applicable flow cards.
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"appliances",
"video"
],
"version": "1.2.0",
"version": "1.2.1",
"compatibility": ">=1.5.0",
"images": {
"large": "/assets/images/homey_harmony_hub_large.jpg",
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": "com.jreenen.homeyharmonyhub",
"version": "1.2.0",
"version": "1.2.1",
"description": "com.jreenen.homeyharmonyhub dependencies",
"main": "com.jreenen.homeyharmonyhub",
"devDependencies": {
Expand Down

0 comments on commit ea79a44

Please sign in to comment.