-
Notifications
You must be signed in to change notification settings - Fork 10
/
io-package.json
148 lines (148 loc) · 4.37 KB
/
io-package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"common": {
"name": "viessmannapi",
"version": "2.4.0",
"news": {
"2.4.0": {
"en": "Add allow list to prevent rate limit with ViCare Einzelraumsteuerung",
"de": "Eine Allow-Liste hinzugefügt um das Ratelimit bei Aktivierung der ViCare Einzelraumsteuerung zu verhindern"
},
"2.3.2": {
"en": "Fix Login flow",
"de": "Login Flow gefixt"
},
"2.2.1": {
"en": "fix device role detection and id parsing",
"de": "Rolen Erkennung und ID Parsing verbessert"
},
"2.1.1": {
"en": "update to new api endpoint",
"de": "Update auf neue API Endpunkte"
},
"2.0.9": {
"en": "add setValue for curve values"
},
"2.0.8": {
"en": "add error 500 description"
},
"2.0.7": {
"en": "Bugfixes"
},
"2.0.6": {
"en": "Save schedules values as json",
"de": "Schedule Werte werden direkt als JSON gespeichert"
},
"2.0.4": {
"en": "Fix virtual device detection",
"de": "Virtuelle Geräteerkennung für Rate Limit verbessert"
},
"2.0.2": {
"en": "Add retry on failed setValues",
"de": "Wiederholung eingebaut falls setValue fehlschlägt."
},
"2.0.1": {
"en": "initial release for new API. States are changed.",
"de": "Erstveröffentlichung neue API. Datenpunkte haben sich geändert.",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"zh-cn": "首次出版"
}
},
"titleLang": {
"en": "Viessmannapi",
"de": "Viessmannapi",
"ru": "Viessmannapi",
"pt": "Viessmannapi",
"nl": "Viessmannapi",
"fr": "Viessmannapi",
"it": "Viessmannapi",
"es": "Viessmannapi",
"pl": "Viessmannapi",
"zh-cn": "Viessmannapi"
},
"desc": {
"en": "Adapter for Viessmannapi Devices with Vitoconnect Box",
"de": "Adapter für Viessmannapi Anlagen mit Vitoconnect Box",
"ru": "Адаптер для устройств Viessmannapi с Vitoconnect Box",
"pt": "Adaptador para dispositivos Viessmannapi com caixa Vitoconnect",
"nl": "Adapter voor Viessmannapi-apparaten met Vitoconnect Box",
"fr": "Adaptateur pour appareils Viessmannapi avec Vitoconnect Box",
"it": "Adattatore per dispositivi Viessmannapi con Vitoconnect Box",
"es": "Adaptador para dispositivos Viessmannapi con Vitoconnect Box",
"pl": "Adapter do urządzeń Viessmannapi z Vitoconnect Box",
"zh-cn": "带有 Vitoconnect 盒的 Viessmannapi 设备适配器"
},
"authors": ["TA2k <[email protected]>"],
"keywords": ["Viessmannapi"],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "viessmannapi.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/TA2k/ioBroker.viessmannapi/master/admin/viessmannapi.png",
"readme": "https://github.com/TA2k/ioBroker.viessmannapi/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "climate-control",
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"materialize": true,
"plugins": {
"sentry": {
"dsn": "https://[email protected]/147"
}
},
"dependencies": [
{
"js-controller": ">=3.0.0"
}
],
"globalDependencies": [
{
"admin": ">=4.0.9"
}
]
},
"encryptedNative": ["client_id", "password"],
"protectedNative": ["client_id", "password"],
"native": {
"username": "",
"password": "",
"client_id": "",
"interval": 5,
"eventInterval": 300,
"gatewayIndex": 1,
"devicelist": "",
"allowVirtual": false
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "Device or service connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}