Skip to content

Commit ab9a3a7

Browse files
committed
chore: release v0.3.1
Properly closing Luxtronik port when exiting the adapter. Minor non-functional changes to appeal to dev guidelines.
1 parent f4814d8 commit ab9a3a7

File tree

4 files changed

+34
-10
lines changed

4 files changed

+34
-10
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.3.1 (2021-08-25)
3030

3131
- (UncleSamSwiss) Properly closing Luxtronik port when exiting the adapter.
3232
- (UncleSamSwiss) Minor non-functional changes to appeal to dev guidelines.

io-package.json

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"common": {
33
"name": "luxtronik2",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"news": {
6+
"0.3.1": {
7+
"en": "Properly closing Luxtronik port when exiting the adapter.\nMinor non-functional changes to appeal to dev guidelines.",
8+
"de": "Richtiges Schließen des Luxtronik-Ports beim Verlassen des Adapters.\nGeringfügige nicht-funktionale Änderungen, um den Entwicklerrichtlinien zu entsprechen.",
9+
"ru": "Правильное закрытие порта Luxtronik при выходе из адаптера.\nНезначительные нефункциональные изменения в соответствии с рекомендациями разработчиков.",
10+
"pt": "Fechando corretamente a porta Luxtronik ao sair do adaptador.\nPequenas alterações não funcionais para apelar às diretrizes de desenvolvimento.",
11+
"nl": "De Luxtronik-poort goed sluiten bij het verlaten van de adapter.\nKleine niet-functionele wijzigingen om aan de richtlijnen voor ontwikkelaars te voldoen.",
12+
"fr": "Fermeture correcte du port Luxtronik lors de la sortie de l'adaptateur.\nModifications mineures non fonctionnelles pour faire appel aux directives de développement.",
13+
"it": "Chiudere correttamente la porta Luxtronik quando si esce dall'adattatore.\nModifiche minori non funzionali per fare appello alle linee guida per gli sviluppatori.",
14+
"es": "Cerrar correctamente el puerto Luxtronik al salir del adaptador.\nCambios menores no funcionales para apelar a las pautas de desarrollo.",
15+
"pl": "Prawidłowe zamknięcie portu Luxtronik podczas wychodzenia z adaptera.\nDrobne niefunkcjonalne zmiany, aby odwołać się do wytycznych deweloperów.",
16+
"zh-cn": "退出适配器时正确关闭 Luxtronik 端口。\n微小的非功能性更改以吸引开发指南。"
17+
},
618
"0.3.0": {
719
"en": "Added sentry integration.\nSet tier level to 2.",
820
"de": "Sentry-Integration hinzugefügt.\nSetze Rangstufe auf 2.",
@@ -113,8 +125,14 @@
113125
"pl": "Łączy się ze sterownikami pompy ciepła Luxtronik 2 przez LAN i WebSocket",
114126
"zh-cn": "通过LAN和WebSocket连接到Luxtronik 2热泵控制器"
115127
},
116-
"authors": ["UncleSamSwiss <[email protected]>"],
117-
"keywords": ["heatpump", "websocket", "luxtronik"],
128+
"authors": [
129+
"UncleSamSwiss <[email protected]>"
130+
],
131+
"keywords": [
132+
"heatpump",
133+
"websocket",
134+
"luxtronik"
135+
],
118136
"license": "Apache-2.0",
119137
"platform": "Javascript/Node.js",
120138
"main": "build/main.js",
@@ -143,12 +161,18 @@
143161
"plugins": {
144162
"sentry": {
145163
"dsn": "https://[email protected]/137",
146-
"pathWhitelist": ["luxtronik2"]
164+
"pathWhitelist": [
165+
"luxtronik2"
166+
]
147167
}
148168
}
149169
},
150-
"encryptedNative": ["password"],
151-
"protectedNative": ["password"],
170+
"encryptedNative": [
171+
"password"
172+
],
173+
"protectedNative": [
174+
"password"
175+
],
152176
"native": {
153177
"host": "",
154178
"port": 8214,
@@ -180,4 +204,4 @@
180204
"native": {}
181205
}
182206
]
183-
}
207+
}

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

0 commit comments

Comments
 (0)