Skip to content

Commit c2150d2

Browse files
author
Samuel Weibel
committed
chore: release v0.4.1
Added missing MK1 parameters
1 parent c86ddad commit c2150d2

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
@@ -26,7 +26,7 @@ Connects to Luxtronik 2 heatpump controllers over LAN and WebSocket
2626
### **WORK IN PROGRESS**
2727
-->
2828

29-
### **WORK IN PROGRESS**
29+
### 0.4.1 (2021-12-30)
3030

3131
- (UncleSamSwiss) Added missing MK1 parameters
3232

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": "luxtronik2",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"news": {
6+
"0.4.1": {
7+
"en": "Added missing MK1 parameters",
8+
"de": "Fehlende MK1-Parameter hinzugefügt",
9+
"ru": "Добавлены недостающие параметры MK1",
10+
"pt": "Adicionados parâmetros MK1 ausentes",
11+
"nl": "Ontbrekende MK1-parameters toegevoegd",
12+
"fr": "Ajout des paramètres MK1 manquants",
13+
"it": "Aggiunti parametri MK1 mancanti",
14+
"es": "Se agregaron los parámetros MK1 faltantes",
15+
"pl": "Dodano brakujące parametry MK1",
16+
"zh-cn": "添加了缺失的 MK1 参数"
17+
},
618
"0.4.0": {
719
"en": "Updated to the latest luxtronik2 dependency (should fix most known issues)\nUpdated all (other) dependencies",
820
"de": "Auf die neueste luxtronik2-Abhängigkeit aktualisiert (sollte die meisten bekannten Probleme beheben)\nAlle (anderen) Abhängigkeiten aktualisiert",

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.luxtronik2",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Connects to Luxtronik 2 heatpump controllers over LAN and WebSocket",
55
"author": {
66
"name": "UncleSamSwiss",

0 commit comments

Comments
 (0)