Skip to content

Commit

Permalink
V0.2.7 SMD202 presets handling update
Browse files Browse the repository at this point in the history
  • Loading branch information
mschlgl committed Apr 5, 2024
1 parent a6d7878 commit 8c96a4a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ If you are a non commercial organisation or use it for private use you can get a
* (Bannsaenger) updated to adapter-dev and release script
* (Bannsaenger) updated dependencies

### 0.2.7
* (mschlgl) SMD202 preset list handling updated

### 0.2.6
* (mschlgl) added SMD202 preset list handling on startup
### 0.2.5
Expand Down
9 changes: 7 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"common": {
"name": "extron",
"version": "0.2.5",
"version": "0.2.7",
"news": {
"0.2.7": {
"en": "SMD202 preset list handling update",
"de": "Verarbeitung der SMD202 Preset-Liste überarbeitet"
},
"0.2.6": {
"en": "added SMD202 preset list handling oin startup",
"de": "Verarbeitung der SMD202 Preset-Liste beim Adapterstart hinzugefügt"
},"0.2.5": {
},
"0.2.5": {
"en": "added SMD202 preset list handling",
"de": "Verarbeitung der SMD202 Preset-Liste hinzugefügt"
},
Expand Down
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
*
* iobroker extron (SIS) Adapter V0.2.6 20240404
* iobroker extron (SIS) Adapter V0.2.7 20240405
*
* Copyright (c) 2020-2024, Bannsaenger <[email protected]>
*
Expand Down Expand Up @@ -3390,7 +3390,7 @@ class Extron extends utils.Adapter {
break;

case 'presets' :
if (state.val == "") this.getPresets();
this.getPresets();
break;
}
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.extron",
"version": "0.2.6",
"version": "0.2.7",
"description": "Extron SIS adapter",
"author": "Bannsaenger <[email protected]>",
"homepage": "https://github.com/Bannsaenger/ioBroker.extron",
Expand Down

0 comments on commit 8c96a4a

Please sign in to comment.