Skip to content

Commit 65f26bd

Browse files
committed
chore: release v2.2.0
Add support for integrated (IC) devices (SW, GE, GR)
1 parent e2ae536 commit 65f26bd

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Best is to set the adapter to Debug log mode (Instances -> Expert mode -> Column
9696

9797
## Changelog
9898

99-
### __WORK IN PROGRESS__
99+
### 2.2.0 (2021-04-16)
100100
* (Apollon77) Add support for integrated (IC) devices (SW, GE, GR)
101101

102102
### 2.1.0 (2021-04-13)

io-package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"common": {
33
"name": "digitalstrom",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"news": {
6+
"2.2.0": {
7+
"en": "Add support for integrated (IC) devices (SW, GE, GR)",
8+
"de": "Unterstützung für integrierte (IC) Geräte hinzufügen (SW, GE, GR)",
9+
"ru": "Добавить поддержку интегрированных (IC) устройств (SW, GE, GR)",
10+
"pt": "Adicionar suporte para dispositivos integrados (IC) (SW, GE, GR)",
11+
"nl": "Ondersteuning toevoegen voor geïntegreerde (IC) apparaten (SW, GE, GR)",
12+
"fr": "Ajout de la prise en charge des périphériques intégrés (IC) (SW, GE, GR)",
13+
"it": "Aggiunta del supporto per dispositivi integrati (IC) (SW, GE, GR)",
14+
"es": "Agregue soporte para dispositivos integrados (IC) (SW, GE, GR)",
15+
"pl": "Dodaj obsługę urządzeń zintegrowanych (IC) (SW, GE, GR)",
16+
"zh-cn": "增加对集成(IC)设备(SW,GE,GR)的支持"
17+
},
618
"2.1.0": {
719
"en": "prevent crashes (Sentry IOBROKER-DIGITALSTROM-5)\nFix EnergyMeterValue\nfurther optimizations and adding new outout channel types",
820
"de": "Abstürze verhindern (Sentry IOBROKER-DIGITALSTROM-5)\nFix EnergyMeterValue\nweitere Optimierungen und Hinzufügen neuer Outout-Kanaltypen",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.digitalstrom",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Support for Digitalstrom devices vis DSS",
55
"author": {
66
"name": "Apollon77",

0 commit comments

Comments
 (0)