-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathio-package.json
167 lines (167 loc) · 5.09 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"common": {
"name": "dreame",
"version": "0.2.2",
"news": {
"0.2.2": {
"en": "reduce cpu load while cleaning",
"de": "reduzieren cpu-last bei der reinigung",
"ru": "уменьшить нагрузку на кпу при очистке",
"pt": "reduzir a carga cpu durante a limpeza",
"nl": "verminderen cpu belasting tijdens het reinigen",
"fr": "réduire la charge de cpu pendant le nettoyage",
"it": "ridurre il carico cpu durante la pulizia",
"es": "reducir la carga de cpu durante la limpieza",
"pl": "zmniejszyć obciążenie cpu podczas czyszczenia",
"uk": "зменшити навантаження cpu при очищенні",
"zh-cn": "清理时减少 cpu 负荷"
},
"0.2.1": {
"en": "fix for canvas installation",
"de": "befestigung für leinwandinstallation",
"ru": "для монтажа холста",
"pt": "correção para instalação de tela",
"nl": "fix voor canvas installatie",
"fr": "correction pour installation de toile",
"it": "fissaggio per installazione di tela",
"es": "fijación para instalación de tela",
"pl": "urządzenie do montażu płótna",
"uk": "фіксація для монтажу полотна",
"zh-cn": "画布安装的固定"
},
"0.2.0": {
"en": "add simple maps",
"de": "einfache karten hinzufügen",
"ru": "добавить простые карты",
"pt": "adicionar mapas simples",
"nl": "eenvoudige kaarten toevoegen",
"fr": "ajouter des cartes simples",
"it": "aggiungere semplici mappe",
"es": "añadir mapas simples",
"pl": "dodaj proste mapy",
"uk": "додати прості карти",
"zh-cn": "添加简单的地图"
},
"0.1.0": {
"en": "bugfixes",
"de": "bugfixes",
"ru": "исправления",
"pt": "correções de bugs",
"nl": "bugfixes",
"fr": "correction des bugs",
"it": "bugfix",
"es": "bugfixes",
"pl": "poprawki błędów",
"uk": "бетмен",
"zh-cn": "错误修正"
},
"0.0.1": {
"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",
"uk": "Початкова версія",
"zh-cn": "首次出版"
}
},
"titleLang": {
"en": "Dreame",
"de": "Dreame",
"ru": "Dreame",
"pt": "Dreame",
"nl": "Dreame",
"fr": "Dreame",
"it": "Dreame",
"es": "Dreame",
"pl": "Dreame",
"uk": "Dreame",
"zh-cn": "Dreame"
},
"desc": {
"en": "Adapter for dreame home devices",
"de": "Adapter für Dreame-Home-Geräte",
"ru": "Адаптер для домашних устройств Dreame",
"pt": "Adaptador para dispositivos domésticos dreame",
"nl": "Adapter voor Dreame Home-apparaten",
"fr": "Adaptateur pour appareils dreame home",
"it": "Adattatore per dispositivi Dreame Home",
"es": "Adaptador para dispositivos domésticos de ensueño",
"pl": "Adapter do urządzeń Dreame Home",
"uk": "Адаптер для домашніх пристроїв Dreame",
"zh-cn": "Dreame 家用设备适配器"
},
"authors": ["TA2k <[email protected]>"],
"keywords": ["dreame", "dreamehome"],
"licenseInformation": {
"type": "free",
"license": "MIT"
},
"platform": "Javascript/Node.js",
"icon": "dreame.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/TA2k/ioBroker.dreame/main/admin/dreame.png",
"readme": "https://github.com/TA2k/ioBroker.dreame/blob/main/README.md",
"loglevel": "info",
"tier": 3,
"mode": "daemon",
"type": "household",
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"adminUI": {
"config": "json"
},
"dependencies": [
{
"js-controller": ">=7.0.4"
}
],
"globalDependencies": [
{
"admin": ">=5.1.13"
}
],
"plugins": {
"sentry": {
"dsn": "https://[email protected]/226"
}
}
},
"encryptedNative": ["password"],
"protectedNative": ["password"],
"native": {
"username": "",
"password": "",
"interval": 30,
"getMap": true
},
"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": {}
}
]
}