Skip to content

Commit

Permalink
(v1.1.7) Fixed activation of scenes when the scene is already selected
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Feb 23, 2018
1 parent e21b2f6 commit 081046e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ The result object `ret` looks as follows:

## Changelog

#### 1.1.7 (2018-02-23)
* (AlCalzone) Fixed activation of scenes when the scene is already selected

#### 1.1.6 (2018-02-22)
* (AlCalzone) Fixes for RGB support
* (AlCalzone) Support for floating point values
Expand Down
6 changes: 5 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "tradfri",
"version": "1.1.6",
"version": "1.1.7",
"news": {
"1.1.7": {
"en": "Fixed activation of scenes when the scene is already selected",
"de": "Szenen werden jetzt korrekt aktiviert, selbst wenn sie bereits ausgewählt waren."
},
"1.1.6": {
"en": "* Fixes for RGB support\n* Support for floating point values",
"de": "* Fehlerbehebungen für RGB-Unterstützung\n* Unterstützung für Kommazahlen"
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": "iobroker.tradfri",
"version": "1.1.6",
"version": "1.1.7",
"description": "ioBroker tradfri Adapter",
"author": {
"name": "AlCalzone",
Expand All @@ -16,7 +16,7 @@
}
],
"dependencies": {
"node-tradfri-client": "^0.8.3"
"node-tradfri-client": "^0.8.4"
},
"devDependencies": {
"@types/chai": "^4.1.2",
Expand Down

0 comments on commit 081046e

Please sign in to comment.