Skip to content

Commit

Permalink
chore: release v2.9.0
Browse files Browse the repository at this point in the history
- added new remotes as switch and updated values
- added retry logice for remotes
  • Loading branch information
TA2k committed Nov 28, 2024
1 parent a1e16eb commit af88a91
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ bmw.0.VIN.properties
bmw.0.VIN.remotev2

## Changelog
### 2.9.0 (2024-11-28)

- added new remotes as switch and updated values
- added retry logice for remotes

### 2.8.4 (2024-11-21)

Expand Down
19 changes: 14 additions & 5 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "bmw",
"version": "2.8.4",
"version": "2.9.0",
"news": {
"2.9.0": {
"en": "added new remotes as switch and updated values\nadded retry logic for remotes",
"de": "neue remotes als switch und mit aktualisierten Werte hinzugefügt\nzusätzliche retry-logik für remotes hinzufgefügt",
"ru": "добавлены новые пульты в качестве переключателя и обновленных значений\nдобавленная ретри-логика для пультов",
"pt": "adicionado novos controles remotos como interruptor e valores atualizados\nadicionado lógica de retração para remotos",
"nl": "nieuwe remotes toegevoegd als switch en bijgewerkte waarden\ntoegevoegd retry logica voor remotes",
"fr": "ajout de nouvelles télécommandes comme valeurs de commutation et de mise à jour\nretry logique ajoutée pour les télécommandes",
"it": "aggiunto nuovi remoti come switch e valori aggiornati\naggiunto retry logica per i remoti",
"es": "nuevos mandos como conmutación y valores actualizados\nlógica de retry añadido para los remotos",
"pl": "dodano nowe piloty jako przełącznik i zaktualizowane wartości\ndodano logikę retry dla pilotów",
"uk": "додано нові пульти як перемикач і оновлені значення\nдодана логіка для пультів",
"zh-cn": "作为切换和更新值添加新远程\n为远程添加重试逻辑"
},
"2.8.4": {
"en": "improved charging sessios parsing\nadded remote to fetch charging session from a specific month\nadd raw JSON of charging session for export",
"de": "verbesserte charging sessios Import\nRemote hinzugefügt, um charging sessios aus einem bestimmten Monat abzurufen\nRohes JSON der charging sessios für den Export hinzugefügt",
Expand Down Expand Up @@ -62,10 +75,6 @@
"2.7.2": {
"en": "Move Rate Limit messages to debug",
"de": "Rate Limit Nachrichten in debug verschoben"
},
"2.7.0": {
"en": "Improve rate limit handling",
"de": "Rate Limit Handling verbessert"
}
},
"titleLang": {
Expand Down
4 changes: 2 additions & 2 deletions 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.bmw",
"version": "2.8.4",
"version": "2.9.0",
"description": "Adapter for BMW",
"author": {
"name": "TA2k",
Expand Down

0 comments on commit af88a91

Please sign in to comment.