Skip to content

Commit

Permalink
chore: release v1.1.7
Browse files Browse the repository at this point in the history
fixed: prevent error message with new mydlink plugs on switch
  • Loading branch information
Garfonso committed Oct 9, 2020
1 parent a8fb6fa commit df6d861
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Now you should enter `TELNET` as Pin and the adapter will retrieve the required
### __WORK IN PROGRESS__
npm install @alcalzone/release-script
-->
### __WORK IN PROGRESS__
### 1.1.7 (2020-10-09)
* fixed: prevent error message with new mydlink plugs on switch

### 1.1.6 (2020-10-09)
Expand Down
18 changes: 13 additions & 5 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "mydlink",
"version": "1.1.6",
"version": "1.1.7",
"news": {
"1.1.7": {
"en": "fixed: prevent error message with new mydlink plugs on switch",
"de": "behoben: Fehlermeldung mit neuen mydlink-Steckern am Schalter verhindern",
"ru": "исправлено: предотвращение появления сообщения об ошибке с новыми разъемами mydlink на переключателе",
"pt": "corrigido: evitar mensagem de erro com novos plugues mydlink na chave",
"nl": "opgelost: voorkom foutmelding met nieuwe mydlink-pluggen op schakelaar",
"fr": "corrigé: empêcher le message d'erreur avec de nouvelles prises mydlink sur le commutateur",
"it": "risolto: impedisce il messaggio di errore con i nuovi plug mydlink sull'interruttore",
"es": "solucionado: evitar mensajes de error con nuevos enchufes mydlink en el interruptor",
"pl": "naprawiono: zapobiegaj wyświetlaniu komunikatu o błędzie z nowymi wtyczkami mydlink na przełączniku",
"zh-cn": "固定:防止错误消息与交换机上的新mydlink插头"
},
"1.1.6": {
"en": "fixed: prevent error message with new mydlink plugs on switch",
"de": "behoben: Fehlermeldung mit neuen mydlink-Steckern am Schalter verhindern",
Expand Down Expand Up @@ -230,10 +242,6 @@
"es": "* BREAKING CHANGE: la identificación del dispositivo ahora es mac en lugar de nombre -> todos los dispositivos necesitan ser recreados. Lo siento por eso. Pero nunca debería volver a suceder, ahora. Los nuevos dispositivos *deberían* crearse automáticamente. \n* cifrado agregado de PIN\r\n* configuraciones almacenadas en la parte nativa del dispositivo (no las elimine o debe reconfigurarlas)\r\n* Se modificó la creación / identificación / inicio del dispositivo para permitir que los dispositivos se (reinicien) durante el tiempo de ejecución (ya no es necesario presionar guardar en la página de configuración)\r\n* detección automática agregada\r\n* se agregaron traducciones faltantes\r\n* Complemento de centinela agregado (incluido el envío de información sobre dispositivos desconocidos)\r\n* mucha reestructuración interna y limpieza para un mejor mantenimiento en el futuro.",
"pl": "* ZŁAMANIE ZMIANY: identyfikator urządzenia to teraz mac zamiast nazwy -> wszystkie urządzenia muszą zostać odtworzone. Przepraszam za to. Ale teraz już nigdy nie powinno się to powtórzyć. Nowe urządzenia *powinny* zostać utworzone automatycznie. \n* dodano szyfrowanie PIN\r\n* ustawienia przechowywane w natywnej części urządzenia (proszę nie usuwać ich lub trzeba je ponownie skonfigurować)\r\n* zmodyfikowano tworzenie / identyfikację / uruchomienie urządzenia, aby umożliwić (ponowne) uruchomienie urządzeń podczas działania (nie trzeba już naciskać przycisku Zapisz na stronie konfiguracji)\r\n* dodano automatyczne wykrywanie\r\n* dodano brakujące tłumaczenia\r\n* dodano wtyczkę sentry (w tym wysyłanie informacji o nieznanych urządzeniach)\r\n* dużo wewnętrznej restrukturyzacji i czyszczenia dla lepszej konserwacji w przyszłości.",
"zh-cn": "*变更更改:设备ID现在是mac,而不是名称->需要重新创建所有设备。抱歉但是现在不应该再发生。 *应*自动创建新设备。\r\n*添加了PIN加密\r\n*设置存储在设备的本机部分中(请不要删除它们,否则必须重新配置)\r\n*修改了设备的创建/识别/启动,以允许在运行时(重新)启动设备(您无需再在配置页面上按保存)\r\n*增加了自动检测\r\n*添加了缺少的翻译\r\n*添加了哨兵插件(包括发送有关未知设备的信息)\r\n*进行了大量内部重组和清理工作,以便将来进行更好的维护。"
},
"0.0.7": {
"en": "added info.connection state, silenced repeated error messages",
"de": "info.connection state hinzugefügt, wiederholte Fehlermeldungen unterdrückt"
}
},
"title": "mydlink",
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.mydlink",
"version": "1.1.6",
"version": "1.1.7",
"description": "support mydlink plugs and sensort like dsp-w215 using HNAP protocol.",
"author": {
"name": "Garfonso",
Expand Down

0 comments on commit df6d861

Please sign in to comment.