Skip to content

Commit

Permalink
updated dependencies & switched to type energy
Browse files Browse the repository at this point in the history
  • Loading branch information
grizzelbee committed Nov 4, 2021
1 parent e6e4f3d commit 6815efa
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 22 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ Save the file and restart the adapter, you will find now a new object Rueckkuehl

## Changelog

### 0.3.3 (2021-11-04)
* (grizzelbee) Upd: updated dependencies
* (grizzelbee) Upd: Switched from adapter-type climate-control to energy

### 0.3.2 (2021-09-16)
* (grizzelbee) Upd: updated dependencies
* (grizzelbee) Fix: [#27](https://github.com/Grizzelbee/ioBroker.resol/issues/27) Fixed: State value to set for "resol.0.xxx.010221110010002220" has to be type "number" but received type "string" - it may be needed to delete datapoints manually
Expand Down
36 changes: 24 additions & 12 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "resol",
"version": "0.3.2",
"version": "0.3.3",
"news": {
"0.3.3": {
"en": "Updated dependencies and switched to adapter-type: energy.",
"de": "Abhängigkeiten aktualisiert und auf Adaptertyp umgestellt: Energie.",
"ru": "Обновлены зависимости и переключены на тип адаптера: энергия.",
"pt": "Dependências atualizadas e mudadas para o tipo de adaptador: energia.",
"nl": "Afhankelijkheden bijgewerkt en overgeschakeld naar adaptertype: energie.",
"fr": "Dépendances mises à jour et passage au type d'adaptateur : énergie.",
"it": "Dipendenze aggiornate e passaggio al tipo di adattatore: energia.",
"es": "Dependencias actualizadas y cambiadas a tipo adaptador: energía.",
"pl": "Zaktualizowano zależności i przełączono na typ adaptera: energia.",
"zh-cn": "更新依赖项并切换到适配器类型:能源。"
},
"0.3.2": {
"en": "Minor bugfixes.",
"de": "Kleinere Fehlerbehebungen.",
Expand Down Expand Up @@ -66,16 +78,16 @@
"zh-cn": "将您的Resol VBus设备连接"
},
"desc": {
"en": "This adapter connects ioBroker to various VBus-based Resol devices",
"de": "Dieser Adapter verbindet ioBroker mit verschiedenen VBus-basierten Resol-Geräten",
"ru": "Этот адаптер подключает ioBroker к различным VBus-устройствам Resol",
"pt": "Este adaptador conecta o ioBroker a vários dispositivos Resol baseados em VBus",
"nl": "Deze adapter verbindt ioBroker met verschillende VBus-gebaseerde Resol-apparaten",
"fr": "Cet adaptateur connecte ioBroker à divers appareils Resol basés sur VBus",
"it": "Questo adattatore collega ioBroker a vari dispositivi Resol basati su VBus",
"es": "Este adaptador conecta ioBroker a varios dispositivos Resol basados ​​en VBus",
"pl": "Ten adapter łączy ioBroker z różnymi urządzeniami Resol opartymi na VBus",
"zh-cn": "该适配器将ioBroker连接到各种基于VBus的Resol设备"
"en": "Connects to various Resol-VBus-based devices",
"de": "Verbindet sich mit verschiedenen Resol-VBus-basierten Geräten",
"ru": "Подключается к различным устройствам на базе Resol-VBus",
"pt": "Conecta-se a vários dispositivos baseados em Resol-VBus",
"nl": "Maakt verbinding met verschillende op Resol-VBus gebaseerde apparaten",
"fr": "Se connecte à divers appareils basés sur Resol-VBus",
"it": "Si collega a vari dispositivi basati su Resol-VBus",
"es": "Se conecta a varios dispositivos basados ​​en Resol-VBus",
"pl": "Łączy się z różnymi urządzeniami opartymi na Resol-VBus",
"zh-cn": "连接到各种基于 Resol-VBus 的设备"
},
"authors": [
"grizzelbee <open.source@hingsen.de>"
Expand All @@ -97,7 +109,7 @@
"readme": "https://github.com/grizzelbee/ioBroker.resol/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "climate-control",
"type": "energy",
"tier": 2,
"compact": true,
"materialize": true,
Expand Down
41 changes: 34 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.resol",
"version": "0.3.2",
"version": "0.3.3",
"description": "ioBroker Adapter for Resol VBus",
"author": {
"name": "grizzelbee",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@iobroker/plugin-sentry": "^1.1.10",
"lodash": "^4.17.21",
"resol-vbus": "^0.24.0",
"snyk": "^1.746.0"
"snyk": "^1.752.0"
},
"devDependencies": {
"@iobroker/testing": "^2.5.2",
Expand All @@ -48,7 +48,7 @@
"gulp": "^4.0.2",
"mocha": "^9.1.3",
"proxyquire": "^2.1.3",
"sinon": "^11.1.2",
"sinon": "^12.0.1",
"sinon-chai": "^3.7.0"
},
"main": "main.js",
Expand Down

0 comments on commit 6815efa

Please sign in to comment.