forked from PArns/ioBroker.netatmo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
44 lines (44 loc) · 1.07 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
{
"common": {
"name": "netatmo",
"version": "1.3.1",
"title": "Netatmo Adapter",
"desc": {
"en": "ioBroker netatmo Adapter",
"de": "ioBroker Netatmo Adapter",
"ru": "ioBroker Netatmo драйвер как образец"
},
"license": "MIT",
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "netatmo.png",
"enabled": false,
"messagebox": true,
"extIcon": "https://raw.githubusercontent.com/PArns/ioBroker.netatmo/master/admin/netatmo.png",
"keywords": [
"netatmo"
],
"readme": "https://github.com/PArns/ioBroker.netatmo/blob/master/README.md",
"loglevel": "info",
"type": "weather",
"authors": [
"Patrick Arns <[email protected]>"
]
},
"native": {
"netatmoWeather": true,
"netatmoWelcome": false,
"netatmoCoach": false,
"username": "",
"password": "",
"check_interval": 5,
"cleanup_interval": 60,
"event_time": 12,
"unknown_person_time": 24,
"location_elevation": 0,
"id": "",
"secret": ""
},
"objects": [
]
}