Skip to content

Commit 88d7709

Browse files
committed
chore: release v2.4.1
- Update to new viessmann api
1 parent 603cb6d commit 88d7709

File tree

4 files changed

+5336
-5337
lines changed

4 files changed

+5336
-5337
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ setState("viessmannapi.0.xxxxxxx.0.features.ventilation.schedule.commands.setSch
113113
```
114114

115115
## Changelog
116+
### 2.4.1 (2025-03-31)
117+
118+
- Update to new viessmann api
116119

117120
### 2.3.2
118121

io-package.json

Lines changed: 28 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "viessmannapi",
4-
"version": "2.4.0",
4+
"version": "2.4.1",
55
"news": {
6+
"2.4.1": {
7+
"en": "Update to new viessmann api",
8+
"de": "Update auf neue viessmann api",
9+
"ru": "Обновление для Viessmann api",
10+
"pt": "Atualização para novo viessmann api",
11+
"nl": "Update naar nieuwe viessmann api",
12+
"fr": "Mise à jour de la nouvelle viessmann api",
13+
"it": "Aggiornamento alla nuova viessmann api",
14+
"es": "Actualización a nuevo viessmann api",
15+
"pl": "Aktualizacja do nowego Viessmann api",
16+
"uk": "Update to new viessmann api",
17+
"zh-cn": "更新到新 Viessmann api"
18+
},
619
"2.4.0": {
720
"en": "Add allow list to prevent rate limit with ViCare Einzelraumsteuerung",
821
"de": "Eine Allow-Liste hinzugefügt um das Ratelimit bei Aktivierung der ViCare Einzelraumsteuerung zu verhindern"
@@ -24,33 +37,6 @@
2437
},
2538
"2.0.8": {
2639
"en": "add error 500 description"
27-
},
28-
"2.0.7": {
29-
"en": "Bugfixes"
30-
},
31-
"2.0.6": {
32-
"en": "Save schedules values as json",
33-
"de": "Schedule Werte werden direkt als JSON gespeichert"
34-
},
35-
"2.0.4": {
36-
"en": "Fix virtual device detection",
37-
"de": "Virtuelle Geräteerkennung für Rate Limit verbessert"
38-
},
39-
"2.0.2": {
40-
"en": "Add retry on failed setValues",
41-
"de": "Wiederholung eingebaut falls setValue fehlschlägt."
42-
},
43-
"2.0.1": {
44-
"en": "initial release for new API. States are changed.",
45-
"de": "Erstveröffentlichung neue API. Datenpunkte haben sich geändert.",
46-
"ru": "Начальная версия",
47-
"pt": "lançamento inicial",
48-
"nl": "Eerste uitgave",
49-
"fr": "Première version",
50-
"it": "Versione iniziale",
51-
"es": "Versión inicial",
52-
"pl": "Pierwsze wydanie",
53-
"zh-cn": "首次出版"
5440
}
5541
},
5642
"titleLang": {
@@ -77,8 +63,12 @@
7763
"pl": "Adapter do urządzeń Viessmannapi z Vitoconnect Box",
7864
"zh-cn": "带有 Vitoconnect 盒的 Viessmannapi 设备适配器"
7965
},
80-
"authors": ["TA2k <tombox2020@gmail.com>"],
81-
"keywords": ["Viessmannapi"],
66+
"authors": [
67+
"TA2k <tombox2020@gmail.com>"
68+
],
69+
"keywords": [
70+
"Viessmannapi"
71+
],
8272
"license": "MIT",
8373
"platform": "Javascript/Node.js",
8474
"main": "main.js",
@@ -109,8 +99,14 @@
10999
}
110100
]
111101
},
112-
"encryptedNative": ["client_id", "password"],
113-
"protectedNative": ["client_id", "password"],
102+
"encryptedNative": [
103+
"client_id",
104+
"password"
105+
],
106+
"protectedNative": [
107+
"client_id",
108+
"password"
109+
],
114110
"native": {
115111
"username": "",
116112
"password": "",

0 commit comments

Comments
 (0)