-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
68 lines (67 loc) · 1.16 KB
/
app.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
{
"id": "com.danfoss",
"name": {
"en": "Danfoss"
},
"version": "1.0.0",
"compatibility": ">=0.9.3",
"description": {
"en": "Danfoss devices for Homey"
},
"category": [
"climate"
],
"images": {
"large": "/assets/images/large.png",
"small": "/assets/images/small.png"
},
"author": {
"name": "Athom B.V.",
"email": "[email protected]"
},
"drivers": [
{
"id": "LC13",
"name": {
"en": "LC-13"
},
"zwave": {
"manufacturerId": 2,
"productTypeId": 5,
"productId": [
3,
4
],
"learnmode": {
"image": "/drivers/LC13/assets/learnmode.svg",
"instruction": {
"en": "Press the middle button on your Danfoss LC-13",
"nl": "Druk op de middelste knop van de Danfoss LC-13"
}
},
"associationGroups": [
1
]
},
"class": "thermostat",
"capabilities": [
"target_temperature",
"measure_battery"
],
"capabilitiesOptions": {
"target_temperature": {
"min": 4,
"max": 28
}
},
"images": {
"large": "/drivers/LC13/assets/images/large.png",
"small": "/drivers/LC13/assets/images/small.png"
},
"settings": [
]
}
],
"flow": {
}
}