-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
78 lines (78 loc) · 2.43 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
{
"common": {
"name": "oura",
"version": "0.0.2",
"news": {
"0.0.2": {
"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": "首次出版"
}
},
"titleLang": {
"en": "Oura Ring",
"de": "Oura-Ring",
"ru": "Ура Кольцо",
"pt": "Anel da Oura",
"nl": "Oura-ring",
"fr": "Bague Oura",
"it": "Nostra Anello",
"es": "Anillo Oura",
"pl": "Pierścień Oury",
"zh-cn": "大浦戒指"
},
"desc": {
"en": "Oura Ring Integration",
"de": "Oura-Ring Integration",
"ru": "Oura Наша интеграция кольца",
"pt": "Integração do anel Oura",
"nl": "Oura Ring Integratie",
"fr": "Intégration de Oura Ring",
"it": "Integrazione di Oura Ring",
"es": "Oura Ring Integration",
"pl": "Integracja Oura pierścienia",
"zh-cn": "我们的一体化"
},
"authors": ["Acgua <no@mail.com>"],
"keywords": ["oura", "ring", "health", "sleep"],
"license": "Apache-2.0",
"platform": "Javascript/Node.js",
"main": "build/main.js",
"icon": "oura.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/Acgua/ioBroker.oura/main/admin/oura.png",
"readme": "https://github.com/Acgua/ioBroker.oura/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "health",
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"materialize": true,
"dependencies": [
{
"js-controller": ">=2.0.0"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
}
]
},
"native": {
"token": "",
"updateInterval": 60,
"numberDays": 10,
"cloudTimeout": 5000
},
"objects": [],
"instanceObjects": []
}