forked from mameier1234/ioBroker.blueconnect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
68 lines (68 loc) · 1.94 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
{
"common": {
"name": "blueconnect",
"version": "0.0.6",
"connectionType": "cloud",
"dataSource": "poll",
"news": {
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung"
},
"0.0.5": {
"en": "bugfix release",
"de": "Fehlerbehebungen"
},
"0.0.6": {
"en": "prepare for JS-Controller 6",
"de": "Vorbereitungen für JS-Controller 6"
}
},
"title": "Blue Connect - Pool Care",
"titleLang": {
"en": "Blue Connect - Pool Care",
"de": "Blue Connect - Pool Care"
},
"desc": {
"en": "ioBroker Blue Connect Adapter",
"de": "ioBroker Blue Connect Adapter"
},
"authors": [
"Author <[email protected]>"
],
"keywords": [
"ioBroker",
"Smart Home",
"home automation",
"blueconnect"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "blueconnect.png",
"enabled": true,
"extIcon": "https://github.com/mameier1234/ioBroker.blueconnect/blob/master/admin/blueconnect.png",
"readme": "https://github.com/mameier1234/ioBroker.blueconnect/blob/master/README.md",
"loglevel": "info",
"mode": "schedule",
"schedule": "*/1 * * * *",
"type": "general",
"compact": true,
"materialize": true,
"materializeTab": true,
"supportCustoms": true,
"dependencies": [
{
"js-controller": ">=1.4.2"
}
]
},
"native": {
"email": "",
"password": "",
"poolID": "",
"blueConnectKey": ""
},
"objects": [],
"instanceObjects": []
}