Skip to content

Commit 0a29a2e

Browse files
author
NoBl
committed
Working on https connections
1 parent 4ab1c3e commit 0a29a2e

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,9 @@ This channel contains calculated values. Currently these are day/week/month/year
366366
*Read-only number, which designates the number of wallbox [0..3]. This is only available on systems with configured wallboxes.*
367367

368368
## Changelog
369+
### 1.4.3 (NoBl)
370+
* Working on https connection. Please test and report!
371+
369372
### 1.4.2 (NoBl)
370373
* Added option to use https for connecting to SENEC (only activate if your appliance supports / requires this!)
371374

io-package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "senec",
4-
"version": "1.4.2",
4+
"version": "1.4.3",
55
"news": {
6+
"1.4.3": {
7+
"en": "Working on https connection. Please test and report!",
8+
"de": "Arbeiten an https-Verbindung. Bitte testen und melden!",
9+
"ru": "Работает на связи https. Пожалуйста, проверьте и сообщите!",
10+
"pt": "A trabalhar na ligação https. Por favor, teste e informe!",
11+
"nl": "Werken aan HTP's verbinding. test en rapporteer!",
12+
"fr": "Travailler sur la connexion https. S'il vous plaît tester et rapporter!",
13+
"it": "Lavorare sul collegamento https. Si prega di testare e segnalare!",
14+
"es": "Trabajando en la conexión https. ¡Por favor, prueba e informe!",
15+
"pl": "Pracuje nad połączeniem https. Protestować i sprawdzić!",
16+
"uk": "Робота на підключення HTTPS. Будь ласка, перевірте та звітуйте!",
17+
"zh-cn": "关于网址的工作。 请试验和报告!"
18+
},
619
"1.4.2": {
720
"en": "Added option to use https for connecting to SENEC (only activate if your appliance supports / requires this!)",
821
"de": "Zusätzliche Option zur Verwendung von https zur Verbindung mit SENEC hinzugefügt (nur aktivieren, wenn Ihr Gerät dies unterstützt / erfordert)",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.senec",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "Senec Home",
55
"author": {
66
"name": "NoBl",

0 commit comments

Comments
 (0)