Skip to content

Commit

Permalink
chore: release v2.2.3
Browse files Browse the repository at this point in the history
Reduced number of Sentry reports for unsupported controls.
  • Loading branch information
UncleSamSwiss committed Jul 6, 2021
1 parent 8460a6d commit d6b42ec
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ Native value from ioBroker > Objects
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 2.2.3 (2021-07-06)

- (UncleSamSwiss) Reduced number of Sentry reports for unsupported controls.

Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "loxone",
"version": "2.2.2",
"version": "2.2.3",
"news": {
"2.2.3": {
"en": "Reduced number of Sentry reports for unsupported controls.",
"de": "Reduzierte Anzahl von Sentry-Berichten für nicht unterstützte Kontrollen.",
"ru": "Уменьшено количество отчетов Sentry для неподдерживаемых элементов управления.",
"pt": "Número reduzido de relatórios Sentry para controles não suportados.",
"nl": "Verminderd aantal Sentry-rapporten voor niet-ondersteunde besturingselementen.",
"fr": "Réduction du nombre de rapports Sentry pour les contrôles non pris en charge.",
"it": "Numero ridotto di rapporti Sentry per controlli non supportati.",
"es": "Número reducido de informes Sentry para controles no compatibles.",
"pl": "Zmniejszono liczbę raportów Sentry dla nieobsługiwanych elementów sterujących.",
"zh-cn": "减少了不受支持的控件的哨兵报告数量。"
},
"2.2.2": {
"en": "Explicitly setting adapter tier to 2.\nAdded support for Daytimer (IOBROKER-LOXONE-1Z)\nAdded support for Radio (IOBROKER-LOXONE-21)\nAdded support for Fronius (IOBROKER-LOXONE-1Y)\nAdded support for IRCDaytimer (IOBROKER-LOXONE-27)\nAdded support for Hourcounter (IOBROKER-LOXONE-23)\nAdded support for InfoOnlyText (IOBROKER-LOXONE-29)\nFixed issues with Lumitech color pickers (#150)",
"de": "Adapterschicht explizit auf 2 setzen.\nUnterstützung für Daytimer hinzugefügt (IOBROKER-LOXONE-1Z)\nUnterstützung für Radio hinzugefügt (IOBROKER-LOXONE-21)\nUnterstützung für Fronius (IOBROKER-LOXONE-1Y) hinzugefügt\nUnterstützung für IRCDaytimer hinzugefügt (IOBROKER-LOXONE-27)\nUnterstützung für Stundenzähler hinzugefügt (IOBROKER-LOXONE-23)\nUnterstützung für InfoOnlyText hinzugefügt (IOBROKER-LOXONE-29)\nProbleme mit Lumitech-Farbwählern behoben (#150)",
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.loxone",
"version": "2.2.2",
"version": "2.2.3",
"description": "Communicates with a Loxone Miniserver.",
"author": {
"name": "UncleSamSwiss",
Expand Down

0 comments on commit d6b42ec

Please sign in to comment.