|
1 | 1 | { |
2 | 2 | "common": { |
3 | 3 | "name": "viessmannapi", |
4 | | - "version": "2.4.0", |
| 4 | + "version": "2.4.1", |
5 | 5 | "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 | + }, |
6 | 19 | "2.4.0": { |
7 | 20 | "en": "Add allow list to prevent rate limit with ViCare Einzelraumsteuerung", |
8 | 21 | "de": "Eine Allow-Liste hinzugefügt um das Ratelimit bei Aktivierung der ViCare Einzelraumsteuerung zu verhindern" |
|
24 | 37 | }, |
25 | 38 | "2.0.8": { |
26 | 39 | "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": "首次出版" |
54 | 40 | } |
55 | 41 | }, |
56 | 42 | "titleLang": { |
|
77 | 63 | "pl": "Adapter do urządzeń Viessmannapi z Vitoconnect Box", |
78 | 64 | "zh-cn": "带有 Vitoconnect 盒的 Viessmannapi 设备适配器" |
79 | 65 | }, |
80 | | - "authors": ["TA2k <tombox2020@gmail.com>"], |
81 | | - "keywords": ["Viessmannapi"], |
| 66 | + "authors": [ |
| 67 | + "TA2k <tombox2020@gmail.com>" |
| 68 | + ], |
| 69 | + "keywords": [ |
| 70 | + "Viessmannapi" |
| 71 | + ], |
82 | 72 | "license": "MIT", |
83 | 73 | "platform": "Javascript/Node.js", |
84 | 74 | "main": "main.js", |
|
109 | 99 | } |
110 | 100 | ] |
111 | 101 | }, |
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 | + ], |
114 | 110 | "native": { |
115 | 111 | "username": "", |
116 | 112 | "password": "", |
|
0 commit comments