-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathdriver.settings.compose.json
More file actions
108 lines (108 loc) · 2.26 KB
/
driver.settings.compose.json
File metadata and controls
108 lines (108 loc) · 2.26 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
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
[
{
"id": "led_behaviour",
"type": "dropdown",
"zwave": {
"index": 1,
"size": 1
},
"label": {
"en": "LED Behaviour",
"nl": "LED Gedrag"
},
"hint": {
"en": "Determine the behaviour of the LED.",
"nl": "Bepaal het gedrag van de LED."
},
"value": "0",
"values": [
{
"id": "0",
"label": {
"en": "LED indicates the switch is off.",
"nl": "LED geeft aan het schakelaar uit is."
}
},
{
"id": "1",
"label": {
"en": "LED indicates the switch is on",
"nl": "LED geeft aan het schakelaar aan is"
}
}
]
},
{
"id": "led_behaviour_data",
"type": "dropdown",
"zwave": {
"index": 4,
"size": 1
},
"label": {
"en": "LED Behaviour On Data",
"nl": "LED Gedrag Met Data"
},
"hint": {
"en": "Determine the behaviour of the LED when data is being transmitted.",
"nl": "Bepaal het gedrag van de LED wanneer data word verzonden."
},
"value": "2",
"values": [
{
"id": "0",
"label": {
"en": "LED doesn't blink.",
"nl": "LED knipperd niet."
}
},
{
"id": "1",
"label": {
"en": "LED blinks when transmitting data.",
"nl": "LED knipperd wanneer data word verzonden."
}
},
{
"id": "2",
"label": {
"en": "LED blinks for 1 second when data is send.",
"nl": "LED knipperd voor 1 seconde als hij data verzend."
}
}
]
},
{
"id": "invert_switch",
"type": "dropdown",
"zwave": {
"index": 3,
"size": 1
},
"label": {
"en": "Switch Behaviour",
"nl": "Schakelaar Gedrag"
},
"hint": {
"en": "Determine if the switch sends \"On\" when top or bottom is pressed.",
"nl": "Bepaal of de schakelaar \"Aan\" zend wanneer boven of onder is ingedrukt."
},
"value": "0",
"values": [
{
"id": "0",
"label": {
"en": "Top = On",
"nl": "Boven = Aan"
}
},
{
"id": "1",
"label": {
"en": "Bottom = On",
"nl": "Onder = Aan"
}
}
]
}
]