-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly closing Luxtronik port when exiting the adapter. Minor non-functional changes to appeal to dev guidelines.
- Loading branch information
1 parent
f4814d8
commit ab9a3a7
Showing
4 changed files
with
34 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,20 @@ | ||
{ | ||
"common": { | ||
"name": "luxtronik2", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"news": { | ||
"0.3.1": { | ||
"en": "Properly closing Luxtronik port when exiting the adapter.\nMinor non-functional changes to appeal to dev guidelines.", | ||
"de": "Richtiges Schließen des Luxtronik-Ports beim Verlassen des Adapters.\nGeringfügige nicht-funktionale Änderungen, um den Entwicklerrichtlinien zu entsprechen.", | ||
"ru": "Правильное закрытие порта Luxtronik при выходе из адаптера.\nНезначительные нефункциональные изменения в соответствии с рекомендациями разработчиков.", | ||
"pt": "Fechando corretamente a porta Luxtronik ao sair do adaptador.\nPequenas alterações não funcionais para apelar às diretrizes de desenvolvimento.", | ||
"nl": "De Luxtronik-poort goed sluiten bij het verlaten van de adapter.\nKleine niet-functionele wijzigingen om aan de richtlijnen voor ontwikkelaars te voldoen.", | ||
"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.", | ||
"it": "Chiudere correttamente la porta Luxtronik quando si esce dall'adattatore.\nModifiche minori non funzionali per fare appello alle linee guida per gli sviluppatori.", | ||
"es": "Cerrar correctamente el puerto Luxtronik al salir del adaptador.\nCambios menores no funcionales para apelar a las pautas de desarrollo.", | ||
"pl": "Prawidłowe zamknięcie portu Luxtronik podczas wychodzenia z adaptera.\nDrobne niefunkcjonalne zmiany, aby odwołać się do wytycznych deweloperów.", | ||
"zh-cn": "退出适配器时正确关闭 Luxtronik 端口。\n微小的非功能性更改以吸引开发指南。" | ||
}, | ||
"0.3.0": { | ||
"en": "Added sentry integration.\nSet tier level to 2.", | ||
"de": "Sentry-Integration hinzugefügt.\nSetze Rangstufe auf 2.", | ||
|
@@ -113,8 +125,14 @@ | |
"pl": "Łączy się ze sterownikami pompy ciepła Luxtronik 2 przez LAN i WebSocket", | ||
"zh-cn": "通过LAN和WebSocket连接到Luxtronik 2热泵控制器" | ||
}, | ||
"authors": ["UncleSamSwiss <[email protected]>"], | ||
"keywords": ["heatpump", "websocket", "luxtronik"], | ||
"authors": [ | ||
"UncleSamSwiss <[email protected]>" | ||
], | ||
"keywords": [ | ||
"heatpump", | ||
"websocket", | ||
"luxtronik" | ||
], | ||
"license": "Apache-2.0", | ||
"platform": "Javascript/Node.js", | ||
"main": "build/main.js", | ||
|
@@ -143,12 +161,18 @@ | |
"plugins": { | ||
"sentry": { | ||
"dsn": "https://[email protected]/137", | ||
"pathWhitelist": ["luxtronik2"] | ||
"pathWhitelist": [ | ||
"luxtronik2" | ||
] | ||
} | ||
} | ||
}, | ||
"encryptedNative": ["password"], | ||
"protectedNative": ["password"], | ||
"encryptedNative": [ | ||
"password" | ||
], | ||
"protectedNative": [ | ||
"password" | ||
], | ||
"native": { | ||
"host": "", | ||
"port": 8214, | ||
|
@@ -180,4 +204,4 @@ | |
"native": {} | ||
} | ||
] | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters