-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathdriver.compose.json
More file actions
63 lines (63 loc) · 1.73 KB
/
driver.compose.json
File metadata and controls
63 lines (63 loc) · 1.73 KB
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
{
"id": "TZ56-PLUS",
"name": {
"en": "Switch TZ56-PLUS",
"nl": "Schakelaar TZ56-PLUS"
},
"zwave": {
"manufacturerId": [
280
],
"productTypeId": [
785
],
"productId": [
514
],
"learnmode": {
"image": "/drivers/TZ56-PLUS/assets/learnmode.svg",
"instruction": {
"en": "Press an on/off button three times",
"nl": "Druk drie keer op een aan/uit knop"
}
},
"associationGroups": [
2,
3
],
"associationGroupsOptions": {
"1": {
"hint": {
"en": "Devices that are associated here will toggle their state when you switch with the left switch.",
"nl": "Apparaten die hier zijn geassocieerd zullen hun status schakelen wanneer je schakelt met de linker schakelaar."
}
},
"2": {
"hint": {
"en": "Devices that are associated here will toggle their state when you toggle with the right switch.",
"nl": "Apparaten die hier zijn geassocieerd zullen hun status schakelen wanneer je schakelt met de rechter schakelaar."
}
},
"3": {
"hint": {
"en": "Devices that are associated here will toggle their state when you double pressing the right switch.",
"nl": "Apparaten die hier zijn geassocieerd zullen hun status schakelen wanneer je 2x drukt op de rechter schakelaar."
}
},
"4": {
"hint": {
"en": "Devices that are associated here follow the state of the switch when it is being switched by other devices",
"nl": "Apparaten die hier zijn geassocieerd volgen de status van de schakelaar wanneer het wordt geschakeld door andere apparaten"
}
}
}
},
"class": "light",
"capabilities": [
"onoff"
],
"images": {
"large": "/drivers/TZ56-PLUS/assets/images/large.png",
"small": "/drivers/TZ56-PLUS/assets/images/small.png"
}
}