-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
executable file
·89 lines (89 loc) · 2.24 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
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"id": "com.yokis",
"name": {
"en": "Yokis Up",
"fr": "Yokis Up"
},
"description": {
"en": "Urmet with Yokis, a new range of zigbee devices for home",
"fr": "Urmet avec Yokis, une nouvelle gamme de produits zigbee pour la maison"
},
"category": [
"lights"
],
"version": "1.0.0",
"compatibility": ">=5.0.0",
"brandColor": "#0b579e",
"sdk": 3,
"author": {
"name": "Laurent Chardin",
"email": "[email protected]"
},
"contributors": {
"developers": [
{
"name": "Laurent Chardin",
"email": "[email protected]"
}
]
},
"images": {
"large": "/assets/images/500x350.jpg",
"small": "/assets/images/250x175.jpg"
},
"drivers": [
{
"name": {
"en": "Timer remote control switch",
"fr": "Télérupteur temporisable"
},
"class": "socket",
"capabilities": [
"onoff"
],
"zigbee": {
"manufacturerName": "YOKIS",
"productId": [
"MTR500E-UP",
"MTR1300E-UP",
"MTR1300EB-UP",
"MTR2000E-UP"
],
"endpoints": {
"1": {
"clusters": [
0,
3,
4,
5,
6,
64513,
64514,
64515,
64516,
64517,
64518,
64752
],
"bindings": [
6
]
}
},
"learnmode": {
"image": "/drivers/MTR500E/assets/learnmode.svg",
"instruction": {
"en": "Press and hold the pair button of the relay with a small pin until the LED starts blinking.\n\nNote: it can take 10 seconds before pairing starts after releasing the button, if the device does not pair within 15-20 seconds please try again.",
"fr": "Maintenez appuyé le bouton d'appairage pendant 10 secondes jusqu'à ce que la lumière clignotte."
}
}
},
"images": {
"large": "/drivers/MTR500E/assets/images/500x500.png",
"small": "/drivers/MTR500E/assets/images/75x75.png"
},
"id": "MTR500E"
}
]
}