-
Notifications
You must be signed in to change notification settings - Fork 4
/
io-package.json
138 lines (138 loc) · 3.56 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
{
"common": {
"name": "withings",
"version": "0.0.15",
"news": {
"0.0.15": {
"en": "Update dependencies",
"de": "Abhängigkeiten aktualisiert"
},
"0.0.13": {
"en": "Fix login and problem with a lot data points under sleep",
"de": "Problem behoben mit Login und zuvielen Datenpunkten unter sleep"
},
"0.0.10": {
"en": "Fix problem with a lot data points under sleep",
"de": "Problem behoben mit zuvielen Datenpunkten unter sleep"
},
"0.0.9": {
"en": "Fix problem with a lot data points under sleep",
"de": "Problem behoben mit zuvielen Datenpunkten unter sleep"
},
"0.0.7": {
"en": "Fix login"
},
"0.0.6": {
"en": "Improve date handling",
"de": "Datumsverarbeitung verbessert"
},
"0.0.4": {
"en": "Add additional fields for activity",
"de": "Zusätzliche Felder für Activity hinzugefügt"
},
"0.0.3": {
"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": "Withings",
"titleLang": {
"en": "Withings",
"de": "Withings",
"ru": "Withings",
"pt": "Withings",
"nl": "Withings",
"fr": "Withings",
"it": "Withings",
"es": "Withings",
"pl": "Witki",
"zh-cn": "Withings"
},
"desc": {
"en": "Adapter for Withings",
"de": "Adapter für Withings",
"ru": "Адаптер для Withings",
"pt": "Adaptador para Withings",
"nl": "Adapter voor Withings",
"fr": "Adaptateur pour Withings",
"it": "Adattatore per Withings",
"es": "Adaptador para Withings",
"pl": "Adapter do Withings",
"zh-cn": "Withings 适配器"
},
"authors": ["TA2k <tombox2020@gmail.com>"],
"keywords": ["withings"],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "withings.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/TA2k/ioBroker.withings/master/admin/withings.png",
"readme": "https://github.com/TA2k/ioBroker.withings/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "health",
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"materialize": true,
"plugins": {
"sentry": {
"dsn": "https://c9bd6c851b1246da95e6e982aa9b88f3@sentry.iobroker.net/152"
}
},
"dependencies": [
{
"js-controller": ">=3.2.0"
}
],
"globalDependencies": [
{
"admin": ">=4.0.9"
}
]
},
"encryptedNative": ["password"],
"protectedNative": ["password"],
"native": {
"username": "",
"password": "",
"clientid": "",
"clientsecret": "",
"interval": 10,
"lastDays": 30,
"lastHours": 1
},
"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": {}
}
]
}