-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
54 lines (54 loc) · 1.63 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
{
"common": {
"name": "eq3-ccrtble",
"version": "0.0.1",
"news": {
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung"
}
},
"title": "EQ3 BLE Thermostats",
"titleLang": {
"en": "EQ3 BLE Thermostats",
"de": "EQ3 BLE Thermostate"
},
"desc": {
"en": "This adapter connects EQ3 CC-RT-BLE Thermostats. It allows setting the temperature and can poll the current status.",
"de": "Dieser Adapter verbindet EQ3 CC-RT-BLE-Thermostate. Er erlaubt, die Temperatur zu setzen und den Status abzufragen."
},
"authors": [
"Niklas Rother <info@niklas-rother.de>"
],
"keywords": [
"eq3",
"cc-rt-ble",
"thermostat",
"ble"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "eq3-ccrtble.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/nrother/ioBroker.eq3-ccrtble/master/admin/eq3-ccrtble.png",
"readme": "https://github.com/nrother/ioBroker.eq3-ccrtble/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "climate-control",
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"materialize": true,
"dependencies": [
{
"js-controller": ">=1.4.2"
}
]
},
"native": {
"poll-interval": 60
},
"objects": [],
"instanceObjects": []
}