forked from mruiter/com.neo.zigbee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
108 lines (108 loc) · 2.1 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
101
102
103
104
105
106
107
108
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"id": "com.neo.zigbee",
"version": "0.1.0",
"compatibility": ">=5.0.0",
"sdk": 3,
"name": {
"en": "Neo Zigbee"
},
"description": {
"en": "Control your Zigbee devices made by NEO"
},
"tags": {
"en": [
"NEO"
]
},
"category": [
"lights",
"security",
"appliances"
],
"brandColor": "#FF4800",
"permissions": [
"homey:wireless:zigbee"
],
"homeyCommunityTopicId": 0,
"source": "https://",
"bugs": {
"url": "https://"
},
"images": {
"large": "/assets/images/large.png",
"small": "/assets/images/small.png"
},
"author": {
"name": "Marco Ruiter",
"email": "[email protected]"
},
"contributing": {
"donate": {
"paypal": {
"username": "xxxxxxxxxxxx"
}
}
},
"contributors": {
"developers": [
{
"name": "Marco Ruiter",
"email": "[email protected]"
}
]
},
"drivers": [
{
"id": "NAS-PD07ZB",
"name": {
"en": "CoolCam NEO Smart Motion Sensor"
},
"class": "sensor",
"capabilities": [
"alarm_motion",
"alarm_battery"
],
"energy": {
"batteries": [
"CR123A"
]
},
"images": {
"large": "/drivers/NAS-PD07ZB/assets/images/large.png",
"small": "/drivers/NAS-PD07ZB/assets/images/small.png"
},
"zigbee": {
"manufacturerName": [
"_TZE200_7hfcudw5"
],
"productId": [
"TS0601"
],
"endpoints": {
"1": {
"clusters": [
0,
4,
5,
61184
],
"bindings": [
0,
4,
5,
61184
]
}
},
"learnmode": {
"image": "/drivers/NAS-PD07ZB/assets/learn.svg",
"instruction": {
"en": "Press the reset button for aprox 5 seconds until the LED blinks."
}
}
},
"settings": []
}
]
}