Skip to content

Commit

Permalink
chore: release v1.14.37
Browse files Browse the repository at this point in the history
added tier, is now 2
added missing images (closes #319)
  • Loading branch information
foxriver76 committed Apr 23, 2021
1 parent 0e3e109 commit 1644b45
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 18 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ by ioBroker, when you have a running 'dummy' program on the CCU which depends on
### __WORK IN PROGRESS__
-->

### 1.14.37 (2021-04-23)
* (foxriver76) added tier, is now 2
* (foxriver76) added missing images (closes #319)

### 1.14.36 (2021-04-14)
* (foxriver76) error handling improved when deleting obsolete devices/channels
* (foxriver76) if no message id provided on `sendTo`, we do not send `undefined` params anymore (fixes #318)
Expand Down
Binary file added admin/icons/HmIPW-FALMOT-C12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added admin/icons/RPI-RF-MOD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 19 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,20 @@
"es": "Conecta los Procesos de Interfaz HomeMatic (BidCos-Services, Homegear y CUxD) a través de XML-RPC o BIN-RPC a ioBroker",
"pl": "Łączy procesy HomeMatic-Interface (BidCos-Services, Homegear i CUxD) za pośrednictwem XML-RPC lub BIN-RPC z ioBroker"
},
"version": "1.14.36",
"version": "1.14.37",
"news": {
"1.14.37": {
"en": "added tier, is now 2\nadded missing images (closes #319)",
"de": "Tier hinzugefügt, ist jetzt 2\nfehlende Bilder hinzugefügt (schließt # 319)",
"ru": "добавлен уровень, теперь 2\nдобавлены отсутствующие изображения (закрывает # 319)",
"pt": "camada adicionada, agora é 2\nadicionaram imagens ausentes (fecha # 319)",
"nl": "toegevoegd niveau, is nu 2\nontbrekende afbeeldingen toegevoegd (sluit # 319)",
"fr": "niveau supplémentaire, est maintenant 2\najout d'images manquantes (ferme le # 319)",
"it": "livello aggiunto, ora è 2\naggiunte immagini mancanti (chiude # 319)",
"es": "nivel agregado, ahora es 2\nse agregaron imágenes faltantes (cierra # 319)",
"pl": "dodany poziom, jest teraz 2\ndodano brakujące obrazy (zamyka # 319)",
"zh-cn": "增加的等级,现在是2\n添加缺少的图像(关闭#319)"
},
"1.14.36": {
"en": "error handling improved when deleting obsolete devices/channels\nif no message id provided on `sendTo`, we do not send `undefined` params anymore (fixes #318)",
"de": "Die Fehlerbehandlung beim Löschen veralteter Geräte / Kanäle wurde verbessert\nWenn auf \"sendTo\" keine Nachrichten-ID angegeben ist, senden wir keine \"undefinierten\" Parameter mehr (Fixes # 318).",
Expand Down Expand Up @@ -242,18 +254,6 @@
"es": "manejamos algunos errores adicionales de casos extremos de ahora en adelante",
"pl": "odtąd obsługujemy dodatkowe błędy wielkości liter krawędzi",
"zh-cn": "从现在开始,我们将处理一些其他的极端情况错误"
},
"1.14.12": {
"en": "we continue execution if error on retrieving a paramset from CCU",
"de": "Wir setzen die Ausführung fort, wenn beim Abrufen eines Parameters von der CCU ein Fehler auftritt",
"ru": "мы продолжаем выполнение, если ошибка при получении набора параметров из CCU",
"pt": "continuamos a execução se ocorrer um erro ao recuperar um paramset da CCU",
"nl": "we gaan door met de uitvoering als er een fout optreedt bij het ophalen van een paramset van CCU",
"fr": "nous continuons l'exécution en cas d'erreur lors de la récupération d'un paramètre du CCU",
"it": "continuiamo l'esecuzione in caso di errore nel recupero di un parametro dalla CCU",
"es": "continuamos la ejecución si se produce un error al recuperar un parámetro de CCU",
"pl": "kontynuujemy wykonywanie, jeśli wystąpi błąd podczas pobierania zestawu parametrów z CCU",
"zh-cn": "如果从CCU检索参数集时出错,我们将继续执行"
}
},
"authors": [
Expand Down Expand Up @@ -305,7 +305,12 @@
"SyntaxError"
]
}
}
},
"titleLang": {
"en": "HomeMatic RPC",
"de": "HomeMatic RPC"
},
"tier": 2
},
"native": {
"homematicAddress": "192.168.0.100",
Expand Down
4 changes: 3 additions & 1 deletion lib/images.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,5 +374,7 @@ module.exports = {
'HM-Sec-SD-2-Team': '105_hm-sec-sd-2-team_thumb.png',
'atent': '73_hm-atent_thumb.png',
'HM-ES-PMSw1-SM': '115_hm-es-pmsw1-sm_thumb.png',
'HmIP-SFD': '212_hmip-sfd-1.png'
'HmIP-SFD': '212_hmip-sfd-1.png',
'RPI-RF-MOD': 'RPI-RF-MOD.png',
'HmIPW-FALMOT-C12': 'HmIPW-FALMOT-C12.png'
};
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.hm-rpc",
"version": "1.14.36",
"version": "1.14.37",
"description": "Connects HomeMatic Interface-Processes (BidCos-Services, Homegear and CUxD) via XML-RPC or BIN-RPC to ioBroker",
"author": {
"name": "hobbyquaker",
Expand Down

0 comments on commit 1644b45

Please sign in to comment.