-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
98 lines (98 loc) · 2.12 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
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
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"id": "com.christerbeke.uponor-smatrix",
"version": "0.1.0",
"compatibility": ">=5.0.0",
"sdk": 3,
"platforms": [
"local"
],
"name": {
"en": "Uponor Smatrix"
},
"description": {
"en": "Moving Water through cities, buildings and homes."
},
"category": [
"climate"
],
"permissions": [],
"images": {
"small": "/assets/images/small.png",
"large": "/assets/images/large.png",
"xlarge": "/assets/images/xlarge.png"
},
"author": {
"name": "Chris ter Beke",
"email": "[email protected]"
},
"brandColor": "#0062C8",
"source": "https://github.com/ChrisTerBeke/homey-uponor",
"support": "https://github.com/ChrisTerBeke/homey-uponor/issues",
"homepage": "https://github.com/ChrisTerBeke/homey-uponor",
"bugs": {
"url": "https://github.com/ChrisTerBeke/homey-uponor/issues"
},
"homeyCommunityTopicId": 109100,
"drivers": [
{
"id": "uponor",
"name": {
"en": "Smatrix Pulse R-208"
},
"class": "thermostat",
"capabilities": [
"measure_temperature",
"target_temperature"
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"discovery": "uponor",
"images": {
"small": "/drivers/uponor/assets/images/small.png",
"large": "/drivers/uponor/assets/images/large.png"
},
"pair": [
{
"id": "start",
"navigation": {
"next": "list_devices"
}
},
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
]
}
],
"discovery": {
"uponor": {
"type": "mac",
"mac": {
"manufacturer": [
[
40,
245,
55
]
]
},
"id": "{{address}}"
}
}
}