-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathio-package.json
150 lines (150 loc) · 3.72 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
149
150
{
"common": {
"name": "vesync",
"version": "0.0.9",
"news": {
"0.0.9": {
"en": "fix login",
"de": "zurück zur übersicht",
"ru": "исправить логин",
"pt": "corrigir login",
"nl": "fix login",
"fr": "correction de la connexion",
"it": "fix login",
"es": "corrección de inicio",
"pl": "naprawić logowanie",
"uk": "фіксувати логін",
"zh-cn": "固定登录"
},
"0.0.8": {
"en": "fix login",
"de": "zurück zur übersicht",
"ru": "исправить логин",
"pt": "corrigir login",
"nl": "fix login",
"fr": "correction de la connexion",
"it": "fix login",
"es": "corrección de inicio",
"pl": "naprawić logowanie",
"uk": "фіксувати логін",
"zh-cn": "固定登录"
},
"0.0.7": {
"en": "added health data and reduce relogin in the app",
"de": "Gesundheitsdaten hinzugefügt und erneutes Anmelden in der App reduziert"
},
"0.0.5": {
"en": "added new BSD Sockets",
"de": "Neue BSD-Steckdosen hinzugefügt"
},
"0.0.4": {
"en": "added support for cookMode",
"de": "Unterstützung für cookMode hinzugefügt"
},
"0.0.3": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"zh-cn": "首次出版"
}
},
"title": "VeSync",
"titleLang": {
"en": "VeSync",
"de": "VeSync",
"ru": "VeSync",
"pt": "VeSync",
"nl": "VeSync",
"fr": "VeSync",
"it": "VeSync",
"es": "VeSync",
"pl": "VeSync",
"zh-cn": "视觉同步"
},
"desc": {
"en": "Adapter for VeSync",
"de": "Adapter für VeSync",
"ru": "Адаптер для VeSync",
"pt": "Adaptador para VeSync",
"nl": "Adapter voor VeSync",
"fr": "Adaptateur pour VeSync",
"it": "Adattatore per VeSync",
"es": "Adaptador para VeSync",
"pl": "Adapter do VeSync",
"zh-cn": "VeSync 适配器"
},
"authors": [
"TA2k <[email protected]>"
],
"keywords": [
"vesync"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "vesync.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/TA2k/ioBroker.vesync/main/admin/vesync.png",
"readme": "https://github.com/TA2k/ioBroker.vesync/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "climate-control",
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"adminUI": {
"config": "json"
},
"dependencies": [
{
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.2.28"
}
]
},
"encryptedNative": [
"password"
],
"protectedNative": [
"password"
],
"native": {
"username": "",
"password": "",
"interval": 10
},
"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": {}
}
]
}