Skip to content

Commit

Permalink
chore: release v3.9.2
Browse files Browse the repository at this point in the history
* (Dirkhe) add function setUnsupportedFeature; if token changed, all stored unsupported Features will be cleared
* (dirkhe) fix bug from 3.9.1 for supported repeat devices
  • Loading branch information
dirkhe committed Jan 6, 2023
1 parent b1b2080 commit 1d2e088
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,7 @@ The supported commands are:
### **WORK IN PROGRESS**
* ()
-->

### **WORK IN PROGRESS**
### 3.9.2 (2023-01-06)
* (Dirkhe) add function setUnsupportedFeature; if token changed, all stored unsupported Features will be cleared
* (dirkhe) fix bug from 3.9.1 for supported repeat devices

Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "mihome-vacuum",
"version": "3.9.1",
"version": "3.9.2",
"news": {
"3.9.2": {
"en": "add function setUnsupportedFeature; if token changed, all stored unsupported Features will be cleared\nfix bug from 3.9.1 for supported repeat devices",
"de": "hinzufügen Funktion setUnsupportedFeature; wenn Token geändert, alle gespeicherten nicht unterstützt Funktionen werden gelöscht\nfehler von 3.9.1 für unterstützte repeatgeräte beheben",
"ru": "добавить функцию setUnsupportedFeature; если токен изменен, все сохраненные не поддерживается Особенности будут очищены\nисправить баг от 3.9.1 для поддерживаемых повторных устройств",
"pt": "add function setUnsupportedFeature; se token alterado, todos armazenados não suportados As características serão compensadas\ncorrigir o erro de 3.9.1 para dispositivos de repetição compatíveis",
"nl": "voeg functioneren toegevoegd Feature, als het token veranderde, alles opgeslagen is Features zal worden gezuiverd\nvertaling:",
"fr": "add function setUnsupportedFeature; if token changed, all kept unsupported Les caractéristiques seront dégagées\ncorrection de bug à partir de 3.9.1 pour les appareils à répétition pris en charge",
"it": "aggiungere il set funzioneUnsupportedFeature; se il token è cambiato, tutti memorizzati non supportato Le caratteristiche saranno cancellate\nfix bug da 3.9.1 per i dispositivi di ripetizione supportati",
"es": "añadir conjunto de funcionesUnsupportedFeature; si el token cambió, todos almacenados sin soporte Las características serán limpiadas\nsolucionar fallo de 3.9.1 para dispositivos de repetición compatibles",
"pl": "dodanie funkcji ułożone jest niespodzianką; jeśli token się zmienił, wszystkie przechowywane nie wspierane. Poprawki będą oczyszczone\nużytkownik od 3.9.1 dla potwierdzonych urządzeń rejestracyjnych",
"uk": "add function setUnsupportedFeature; якщо token змінив, всі збережені непідтримувані Особливості будуть очищені\nвиправити помилку від 3.9.1 для підтримуваних повторних пристроїв",
"zh-cn": "a. 附加职能 提名将予以明确。\nf 从3.9.1起,用于支持重复装置"
},
"3.9.1": {
"en": "add step property to repeat DP\nadd Queue Fallback mode for repeat\nremove wrong clearQueue button",
"de": "schritt-Eigenschaft hinzufügen, um DP zu wiederholen\nqueue Fallback-Modus für Wiederholung hinzufügen\nentfernen falsch klar Queue-Taste",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "parsa ruchowa Poziom roztworu\nunikanie nowego połączenia",
"uk": "переїзд Помилки на рівень відключення\nуникнути нового інстанцієну на відключення",
"zh-cn": "工程 降级\n避免新的塔吉克斯坦ziierung"
},
"3.8.4": {
"en": "change logging for sendMessage to debug",
"de": "änderung der Anmeldung für sendMessage to debug",
"ru": "изменить вход для sendMessage to debug",
"pt": "alterar o registro para sendMessage para depurar",
"nl": "veranderingslogie voor verzending",
"fr": "change logging for sendMessage to debug",
"it": "cambiamento logging per sendMessage a debug",
"es": "cambio de registro para enviarMessage para depurar",
"pl": "zmiana logowania na wysyłanie Message do debugowania",
"uk": "змінити заголовок для відправкиОцінка на дебур",
"zh-cn": "转送Message的改变"
}
},
"title": "mihome-vacuum",
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.mihome-vacuum",
"version": "3.9.1",
"version": "3.9.2",
"description": "Control your mihome vacuum cleaner with ioBroker",
"keywords": [
"ioBroker",
Expand Down

0 comments on commit 1d2e088

Please sign in to comment.