-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathio-package.json
123 lines (123 loc) · 3.3 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
{
"common": {
"name": "nightscout",
"version": "0.0.8",
"news": {
"0.0.8": {
"en": "minor improvments",
"de": "kleinere Verbesserungen",
"ru": "незначительные улучшения",
"pt": "pequenas melhorias",
"nl": "kleine verbeteringen",
"fr": "petites améliorations",
"it": "piccoli miglioramenti",
"es": "mejoras menores",
"pl": "drobne poprawki",
"zh-cn": "小改进"
},
"0.0.7": {
"en": "minor improvments",
"de": "kleinere Verbesserungen",
"ru": "незначительные улучшения",
"pt": "pequenas melhorias",
"nl": "kleine verbeteringen",
"fr": "petites améliorations",
"it": "piccoli miglioramenti",
"es": "mejoras menores",
"pl": "drobne poprawki",
"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",
"zh-cn": "首次出版"
}
},
"title": "Nightscout",
"titleLang": {
"en": "Nightscout",
"de": "Nightscout",
"ru": "Nightscout",
"pt": "Nightscout",
"nl": "Nightscout",
"fr": "Nightscout",
"it": "Nightscout",
"es": "Nightscout",
"pl": "Nightscout",
"zh-cn": "Nightscout"
},
"desc": {
"en": "adapter to get data from Nightscout (CGM in the Cloud) page",
"de": "Adapter zum Abrufen von Daten von einer Nightscout (CGM in the Cloud) Seite",
"ru": "адаптер для получения данных со страницы Nightscout (CGM in the Cloud)",
"pt": "adaptador para obter dados da página Nightscout (CGM in the Cloud)",
"nl": "adapter om gegevens te verkrijgen van de Nightscout (CGM in the Cloud)-pagina",
"fr": "adaptateur pour obtenir des données de la page Nightscout (CGM in the Cloud)",
"it": "adattatore per ottenere dati dalla pagina di Nightscout (CGM in the Cloud)",
"es": "adaptador para obtener datos de la página Nightscout (CGM in the Cloud)",
"pl": "adapter do pobierania danych ze strony Nightscout (CGM in the Cloud)",
"zh-cn": "适配器从Nightscout (CGM in the Cloud)页面获取数据"
},
"authors": [
"tomboxi <tombox_2020@gmail.com>"
],
"keywords": [
"nightscout",
"cgm",
"dexcom",
"medtronic",
"freestyle"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "nightscout.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/TA2k/ioBroker.nightscout/master/admin/nightscout.png",
"readme": "https://github.com/TA2k/ioBroker.nightscout/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "household",
"compact": true,
"materialize": true,
"dependencies": [
{
"js-controller": ">=1.4.2"
}
]
},
"native": {
"url": ""
},
"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": {}
}
]
}