Skip to content

Commit

Permalink
chore: release v2.2.1
Browse files Browse the repository at this point in the history
* (Apollon77) fix group volume state
  • Loading branch information
Apollon77 committed Jun 12, 2022
1 parent 99bff09 commit 2e60cce
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ Workaround for text to speech is to use the [SONOS HTTP API](https://github.com/
### **WORK IN PROGRESS**
-->
## Changelog

### __WORK IN PROGRESS__
### 2.2.1 (2022-06-12)
* (Apollon77) fix group volume state

### 2.2.0 (2022-06-08)
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "sonos",
"version": "2.2.0",
"version": "2.2.1",
"news": {
"2.2.1": {
"en": "fix group volume state",
"de": "fixer gruppenvolumenzustand",
"ru": "fix группа объем состояние",
"pt": "corrigir estado do volume do grupo",
"nl": "vertaling:",
"fr": "volume fixe",
"it": "fix volume gruppo stato",
"es": "estado de volumen de grupo",
"pl": "suma",
"zh-cn": "fix 组量"
},
"2.2.0": {
"en": "Remove logic that adjusted the group volume after one member volume was set\nMake sure to not set state values for devices that are not configured\nTry to catch network errors",
"de": "Entfernen Sie die Logik, die das Gruppenvolumen nach einem Elementvolumen eingestellt wurde\nStellen Sie sicher, dass keine Zustandswerte für Geräte festgelegt werden, die nicht konfiguriert sind\nVersuchen Sie, Netzwerkfehler zu fangen",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Detecta posibles errores desde el inicio y descarga",
"pl": "Wyłap ewentualne błędy przy starcie i rozładowaniu",
"zh-cn": "通过启动和卸载捕获可能的错误"
},
"2.1.2": {
"en": "Catch possible errors by the start and unload",
"de": "Erfassen Sie mögliche Fehler beim Starten und Entladen",
"ru": "Выявить возможные ошибки при запуске и разгрузке",
"pt": "Capture possíveis erros ao iniciar e descarregar",
"nl": "Vang mogelijke fouten bij het starten en uitladen",
"fr": "Détectez les erreurs possibles au démarrage et au déchargement",
"it": "Rileva possibili errori all'inizio e scarica",
"es": "Detecta posibles errores desde el inicio y descarga",
"pl": "Wyłap ewentualne błędy przy starcie i rozładowaniu",
"zh-cn": "通过启动和卸载捕获可能的错误"
}
},
"title": "SONOS",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.sonos",
"description": "The adapter lets control SONOS from ioBroker",
"version": "2.2.0",
"version": "2.2.1",
"engines": {
"node": ">=8.0.0"
},
Expand Down

0 comments on commit 2e60cce

Please sign in to comment.