-
Notifications
You must be signed in to change notification settings - Fork 2
/
io-package.json
112 lines (112 loc) · 3.13 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
{
"common": {
"name": "bestway",
"version": "0.0.5",
"news": {
"0.0.5": {
"en": "Support for v2 pump version",
"de": "Unterstützung für v2 Pumpenversion"
},
"0.0.3": {
"en": "Support for non german accounts",
"de": "Unterstützung für nicht deutsche Konten",
"ru": "Поддержка не немецких аккаунтов",
"pt": "Suporte para contas não alemãs",
"nl": "Ondersteuning voor niet-Duitse accounts",
"fr": "Prise en charge des comptes non allemands",
"it": "Supporto per account non tedeschi",
"es": "Soporte para cuentas no alemanas",
"pl": "Obsługa kont innych niż niemieckie",
"zh-cn": "支持非德国账户"
}
},
"title": "Bestway Smart Hub",
"titleLang": {
"en": "Bestway Smart Hub",
"de": "Bestway Smart Hub",
"ru": "Bestway Smart Hub",
"pt": "Bestway Smart Hub",
"nl": "Bestway Smart Hub",
"fr": "Centre intelligent Bestway",
"it": "Bestway Smart Hub",
"es": "Bestway Smart Hub",
"pl": "Bestway Smart Hub",
"zh-cn": "百威智能枢纽"
},
"desc": {
"en": "Adapter for Bestway Smart Hub",
"de": "Adapter für Bestway Smart Hub",
"ru": "Адаптер для Bestway Smart Hub",
"pt": "Adaptador para Bestway Smart Hub",
"nl": "Adapter voor Bestway Smart Hub",
"fr": "Adaptateur pour Bestway Smart Hub",
"it": "Adattatore per Bestway Smart Hub",
"es": "Adaptador para Bestway Smart Hub",
"pl": "Adapter do Bestway Smart Hub",
"zh-cn": "Bestway Smart Hub 适配器"
},
"authors": ["TA2k <[email protected]>"],
"keywords": ["bestway", "smart hub", "Lay-Z-Spa"],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "bestway.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/TA2k/ioBroker.bestway/master/admin/bestway.png",
"readme": "https://github.com/TA2k/ioBroker.bestway/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "household",
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"materialize": true,
"plugins": {
"sentry": {
"dsn": "https://[email protected]/154"
}
},
"dependencies": [
{
"js-controller": ">=3.0.0"
}
],
"globalDependencies": [
{
"admin": ">=4.0.9"
}
]
},
"encryptedNative": ["password"],
"protectedNative": ["password"],
"native": {
"username": "",
"password": "",
"interval": 10,
"api": "euapi"
},
"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": {}
}
]
}