-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathapp.json
100 lines (100 loc) · 2.81 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
99
100
{
"id": "com.gledopto",
"version": "1.0.2",
"sdk": 2,
"compatibility": ">=1.5.11",
"category": "lights",
"name": {
"en": "Gledopto Controllers (ZigBee)",
"nl": "Gledopto Controllers (ZigBee)"
},
"description": {
"en": "Control your Gledopto Controller (ZigBee) with Homey!",
"nl": "Gebruik je Gledopto Controller (ZigBee) met Homey!"
},
"author": {
"name": "F Steinhauser",
"email": "[email protected]"
},
"images": {
"large": "assets/images/large.jpg",
"small": "assets/images/small.jpg"
},
"speech": [],
"drivers": [{
"id": "gledopto_wwcw",
"name": {
"en": "Gledopto WW/CW Controller",
"nl": "Gledopto WW/CW Controller"
},
"class": "light",
"capabilities": ["onoff", "dim", "light_temperature"],
"images": {
"large": "/drivers/gledopto_wwcw/assets/images/large.jpg",
"small": "/drivers/gledopto_wwcw/assets/images/small.jpg"
},
"zigbee": {
"manufacturerName": ["GLEDOPTO"],
"productId": ["GLEDOPTO"],
"deviceId": 544,
"profileId": 49246,
"learnmode": {
"instruction": {
"en": "Follow the instructions in the Gledopto manual",
"nl": "Volg de instructies in uw Gledopto handleiding"
}
}
}
},
{
"id": "gledopto_rgb",
"name": {
"en": "Gledopto RGB Controller",
"nl": "Gledopto RGB Controller"
},
"class": "light",
"capabilities": ["onoff", "dim", "light_hue", "light_saturation", "light_temperature", "light_mode"],
"images": {
"large": "/drivers/gledopto_rgb/assets/images/large.jpg",
"small": "/drivers/gledopto_rgb/assets/images/small.jpg"
},
"zigbee": {
"manufacturerName": ["GLEDOPTO"],
"productId": ["GLEDOPTO"],
"deviceId": 528,
"profileId": 49246,
"learnmode": {
"instruction": {
"en": "Follow the instructions in the Gledopto manual",
"nl": "Volg de instructies in uw Gledopto handleiding"
}
}
}
},
{
"id": "gledopto_ww",
"name": {
"en": "Gledopto WW Controller",
"nl": "Gledopto WW Controller"
},
"class": "light",
"capabilities": ["onoff", "dim"],
"images": {
"large": "/drivers/gledopto_rgb/assets/images/large.jpg",
"small": "/drivers/gledopto_rgb/assets/images/small.jpg"
},
"zigbee": {
"manufacturerName": ["GLEDOPTO"],
"productId": ["GLEDOPTO"],
"deviceId": 256,
"profileId": 49246,
"learnmode": {
"instruction": {
"en": "Follow the instructions in the Gledopto manual",
"nl": "Volg de instructies in uw Gledopto handleiding"
}
}
}
}
]
}