forked from frankhirsch/ioBroker.etamon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
48 lines (47 loc) · 1.34 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
{
"common": {
"name": "etamon",
"version": "0.0.2",
"news": {
"0.0.2": {
"en": "initial adapter",
"de": "Initiale Version"
}
},
"title": "ETA Monitor",
"titleLang": {
"en": "ETA Monitor",
"de": "ETA Monitor"
},
"desc": {
"en": "Monitor all sensors of your ETA heating",
"de": "Monitoring aller ETA Heizungsanlagen Sensoren"
},
"authors": [
"Frank Hirsch <[email protected]>"
],
"platform": "Javascript/Node.js",
"mode": "schedule",
"schedule": "* * * * *",
"icon": "etamon.png",
"materialize": true,
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/frankhirsch/ioBroker.etamon/master/admin/etamon.png",
"keywords": ["ETA", "heating", "XML","REST"],
"readme": "https://github.com/frankhirsch/ioBroker.etamon/blob/master/README.md",
"loglevel": "info",
"type": "general",
"license": "MIT",
"messagebox": false
},
"native": {
"test1": true,
"test2": 42,
"mySelect": "auto",
"etaService": "http://192.168.178.100:8080/users/",
"etaTimeout": 240000,
"etaDebug": false
},
"objects": [
]
}