@zwave-js/config 8.11.2-20220118 → 8.11.3-20220128
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/devices/0x0002/mt02650.json +6 -0
- package/config/devices/0x001d/dz15s.json +7 -0
- package/config/devices/0x010f/fgd212.json +4 -0
- package/config/devices/0x010f/fgfs101.json +4 -0
- package/config/devices/0x0148/temp_humidity_sensor.json +132 -0
- package/config/devices/0x0159/zmnhtd.json +27 -0
- package/config/devices/0x0208/hkzw_so03.json +125 -28
- package/config/devices/0x027a/zen16.json +175 -97
- package/config/devices/0x027a/zen25.json +28 -33
- package/config/devices/0x0287/iblindsv3.json +43 -1
- package/config/devices/0x032e/dat-101.json +389 -0
- package/config/devices/0x0330/ves-zw-dim-001.json +257 -0
- package/config/devices/0x0330/ves-zw-swi-002.json +60 -0
- package/config/devices/0x0344/he-rs01.json +25 -0
- package/config/devices/0x0344/templates/heltun_template.json +8 -0
- package/config/devices/index.json +73 -1
- package/config/devices/templates/master_template.json +38 -0
- package/package.json +1 -1
|
@@ -0,0 +1,257 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Vesternet",
|
|
3
|
+
"manufacturerId": "0x0330",
|
|
4
|
+
"label": "VES-ZW-DIM-001",
|
|
5
|
+
"description": "2-Wire Capable Dimmer",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0200",
|
|
9
|
+
"productId": "0xd00c"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"paramInformation": [
|
|
17
|
+
{
|
|
18
|
+
"#": "2",
|
|
19
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"#": "3",
|
|
23
|
+
"label": "Send Basic Report on State Change",
|
|
24
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
25
|
+
"defaultValue": 1
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"#": "4",
|
|
29
|
+
"label": "Dimming Speed",
|
|
30
|
+
"valueSize": 1,
|
|
31
|
+
"unit": "seconds",
|
|
32
|
+
"minValue": 0,
|
|
33
|
+
"maxValue": 127,
|
|
34
|
+
"defaultValue": 1,
|
|
35
|
+
"unsigned": true
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"#": "5",
|
|
39
|
+
"label": "Minimum Dim Level",
|
|
40
|
+
"valueSize": 1,
|
|
41
|
+
"minValue": 0,
|
|
42
|
+
"maxValue": 50,
|
|
43
|
+
"defaultValue": 15,
|
|
44
|
+
"unsigned": true
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"#": "6",
|
|
48
|
+
"$import": "~/templates/master_template.json#maximum_dim_level_0-100"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"#": "7",
|
|
52
|
+
"$import": "~/templates/master_template.json#dimmer_type_trail_lead"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"#": "8",
|
|
56
|
+
"label": "Switch Type",
|
|
57
|
+
"valueSize": 1,
|
|
58
|
+
"minValue": 0,
|
|
59
|
+
"maxValue": 1,
|
|
60
|
+
"defaultValue": 0,
|
|
61
|
+
"allowManualEntry": false,
|
|
62
|
+
"unsigned": true,
|
|
63
|
+
"options": [
|
|
64
|
+
{
|
|
65
|
+
"label": "Momentary",
|
|
66
|
+
"value": 0
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"label": "Toggle",
|
|
70
|
+
"value": 1
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"#": "9",
|
|
76
|
+
"label": "Use External Switch for Inclusion/Exclusion",
|
|
77
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
78
|
+
"defaultValue": 1
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"#": "11",
|
|
82
|
+
"label": "Wiring Type",
|
|
83
|
+
"readOnly": true,
|
|
84
|
+
"valueSize": 1,
|
|
85
|
+
"minValue": 0,
|
|
86
|
+
"maxValue": 2,
|
|
87
|
+
"defaultValue": 0,
|
|
88
|
+
"unsigned": true,
|
|
89
|
+
"options": [
|
|
90
|
+
{
|
|
91
|
+
"label": "Unknown",
|
|
92
|
+
"value": 0
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"label": "2-wire (no neutral)",
|
|
96
|
+
"value": 1
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"label": "3-wire (with neutral)",
|
|
100
|
+
"value": 2
|
|
101
|
+
}
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"#": "12",
|
|
106
|
+
"label": "Load Type",
|
|
107
|
+
"readOnly": true,
|
|
108
|
+
"valueSize": 1,
|
|
109
|
+
"minValue": 0,
|
|
110
|
+
"maxValue": 3,
|
|
111
|
+
"defaultValue": 0,
|
|
112
|
+
"unsigned": true,
|
|
113
|
+
"options": [
|
|
114
|
+
{
|
|
115
|
+
"label": "Unknown",
|
|
116
|
+
"value": 0
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"label": "Resistive",
|
|
120
|
+
"value": 1
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"label": "Inductive",
|
|
124
|
+
"value": 2
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"label": "Capacitive",
|
|
128
|
+
"value": 3
|
|
129
|
+
}
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"#": "13",
|
|
134
|
+
"label": "Over Current Protection",
|
|
135
|
+
"description": "Triggered at over 2.1A for 20 seconds continuously.",
|
|
136
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
137
|
+
"defaultValue": 1
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"#": "14",
|
|
141
|
+
"label": "Power Report Absolute Threshold",
|
|
142
|
+
"unit": "W",
|
|
143
|
+
"valueSize": 2,
|
|
144
|
+
"minValue": 0,
|
|
145
|
+
"maxValue": 400,
|
|
146
|
+
"unsigned": true,
|
|
147
|
+
"defaultValue": 10
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"#": "15",
|
|
151
|
+
"label": "Power Report Percentage Threshold",
|
|
152
|
+
"unit": "%",
|
|
153
|
+
"valueSize": 1,
|
|
154
|
+
"minValue": 0,
|
|
155
|
+
"maxValue": 100,
|
|
156
|
+
"unsigned": true,
|
|
157
|
+
"defaultValue": 20
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"#": "21",
|
|
161
|
+
"label": "Power Report Interval",
|
|
162
|
+
"unit": "seconds",
|
|
163
|
+
"valueSize": 4,
|
|
164
|
+
"minValue": 0,
|
|
165
|
+
"maxValue": 2678400,
|
|
166
|
+
"unsigned": true,
|
|
167
|
+
"defaultValue": 600,
|
|
168
|
+
"options": [
|
|
169
|
+
{
|
|
170
|
+
"label": "Disable",
|
|
171
|
+
"value": 0
|
|
172
|
+
}
|
|
173
|
+
]
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"#": "22",
|
|
177
|
+
"label": "Energy Report Interval",
|
|
178
|
+
"unit": "seconds",
|
|
179
|
+
"valueSize": 4,
|
|
180
|
+
"minValue": 0,
|
|
181
|
+
"maxValue": 2678400,
|
|
182
|
+
"unsigned": true,
|
|
183
|
+
"defaultValue": 1800,
|
|
184
|
+
"options": [
|
|
185
|
+
{
|
|
186
|
+
"label": "Disable",
|
|
187
|
+
"value": 0
|
|
188
|
+
}
|
|
189
|
+
]
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"#": "23",
|
|
193
|
+
"label": "Voltage Report Interval",
|
|
194
|
+
"unit": "seconds",
|
|
195
|
+
"valueSize": 4,
|
|
196
|
+
"minValue": 0,
|
|
197
|
+
"maxValue": 2678400,
|
|
198
|
+
"unsigned": true,
|
|
199
|
+
"defaultValue": 3600,
|
|
200
|
+
"options": [
|
|
201
|
+
{
|
|
202
|
+
"label": "Disable",
|
|
203
|
+
"value": 0
|
|
204
|
+
}
|
|
205
|
+
]
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"#": "24",
|
|
209
|
+
"label": "Current Report Interval",
|
|
210
|
+
"unit": "seconds",
|
|
211
|
+
"valueSize": 4,
|
|
212
|
+
"minValue": 0,
|
|
213
|
+
"maxValue": 2678400,
|
|
214
|
+
"unsigned": true,
|
|
215
|
+
"defaultValue": 3600,
|
|
216
|
+
"options": [
|
|
217
|
+
{
|
|
218
|
+
"label": "Disable",
|
|
219
|
+
"value": 0
|
|
220
|
+
}
|
|
221
|
+
]
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"#": "31",
|
|
225
|
+
"label": "Dimming Curve",
|
|
226
|
+
"valueSize": 1,
|
|
227
|
+
"minValue": 0,
|
|
228
|
+
"maxValue": 1,
|
|
229
|
+
"allowManualEntry": false,
|
|
230
|
+
"unsigned": true,
|
|
231
|
+
"defaultValue": 0,
|
|
232
|
+
"options": [
|
|
233
|
+
{
|
|
234
|
+
"label": "Linear",
|
|
235
|
+
"value": 0
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"label": "Logarithmic",
|
|
239
|
+
"value": 1
|
|
240
|
+
}
|
|
241
|
+
]
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"#": "32",
|
|
245
|
+
"label": "Startup Brightness",
|
|
246
|
+
"description": "When the light is turned from off to on, if the target brightness is lower than the startup brightness, the brightness will first go to the startup brightness then fall to the target brightness.",
|
|
247
|
+
"$import": "~/templates/master_template.json#base_0-99_nounit",
|
|
248
|
+
"defaultValue": 0
|
|
249
|
+
}
|
|
250
|
+
],
|
|
251
|
+
"metadata": {
|
|
252
|
+
"inclusion": "Step 1. Set primary controller/gateway into inclusion mode.\nStep 2. Either power cycle the product, or triple press the action button.\n Step 3. The connected light will stay on solid for 3 seconds to indicate successfuly inclusion.",
|
|
253
|
+
"exclusion": "Step 1. Set primary controller/gateway into exclusion mode.\nStep 2. Triple press the action button.",
|
|
254
|
+
"reset": "Press and hold the action button for over 10 seconds. The connected light will be set to 50% brightness and flash slowly.",
|
|
255
|
+
"manual": "https://cdn.shopify.com/s/files/1/0066/8149/3559/files/VES-ZW-DIM-001.pdf"
|
|
256
|
+
}
|
|
257
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Vesternet",
|
|
3
|
+
"manufacturerId": "0x0330",
|
|
4
|
+
"label": "VES-ZW-SWI-002",
|
|
5
|
+
"description": "2-Wire Capable Switch",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0200",
|
|
9
|
+
"productId": "0xd00f"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"paramInformation": [
|
|
17
|
+
{
|
|
18
|
+
"#": "2",
|
|
19
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"#": "3",
|
|
23
|
+
"label": "Send Basic Report on State Change",
|
|
24
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
25
|
+
"defaultValue": 1
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"#": "4",
|
|
29
|
+
"label": "Use External Switch for Inclusion/Exclusion",
|
|
30
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
31
|
+
"defaultValue": 1
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"#": "5",
|
|
35
|
+
"label": "Switch Type",
|
|
36
|
+
"valueSize": 1,
|
|
37
|
+
"minValue": 0,
|
|
38
|
+
"maxValue": 1,
|
|
39
|
+
"defaultValue": 0,
|
|
40
|
+
"allowManualEntry": false,
|
|
41
|
+
"unsigned": true,
|
|
42
|
+
"options": [
|
|
43
|
+
{
|
|
44
|
+
"label": "Momentary",
|
|
45
|
+
"value": 0
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"label": "Toggle",
|
|
49
|
+
"value": 1
|
|
50
|
+
}
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"metadata": {
|
|
55
|
+
"inclusion": "Step 1. Set primary controller/gateway into inclusion mode.\nStep 2. Either power cycle the product, or triple press the action button.",
|
|
56
|
+
"exclusion": "Step 1. Set primary controller/gateway into exclusion mode.\nStep 2. Triple press the action button.",
|
|
57
|
+
"reset": "Press and hold the action button for over 10 seconds.",
|
|
58
|
+
"manual": "https://cdn.shopify.com/s/files/1/0066/8149/3559/files/VES-ZW-SWI-002.pdf"
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -51,6 +51,31 @@
|
|
|
51
51
|
"$import": "templates/heltun_template.json#relay_output_mode",
|
|
52
52
|
"label": "Relay 5: Output Mode"
|
|
53
53
|
},
|
|
54
|
+
{
|
|
55
|
+
"#": "12",
|
|
56
|
+
"$import": "templates/heltun_template.json#relay_load_power",
|
|
57
|
+
"label": "Relay 1: Load Power"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"#": "13",
|
|
61
|
+
"$import": "templates/heltun_template.json#relay_load_power",
|
|
62
|
+
"label": "Relay 2: Load Power"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"#": "14",
|
|
66
|
+
"$import": "templates/heltun_template.json#relay_load_power",
|
|
67
|
+
"label": "Relay 3: Load Power"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"#": "15",
|
|
71
|
+
"$import": "templates/heltun_template.json#relay_load_power",
|
|
72
|
+
"label": "Relay 4: Load Power"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"#": "16",
|
|
76
|
+
"$import": "templates/heltun_template.json#relay_load_power",
|
|
77
|
+
"label": "Relay 5: Load Power"
|
|
78
|
+
},
|
|
54
79
|
{
|
|
55
80
|
"#": "19",
|
|
56
81
|
"$import": "templates/heltun_template.json#controller_time_correction"
|
|
@@ -218,6 +218,14 @@
|
|
|
218
218
|
}
|
|
219
219
|
]
|
|
220
220
|
},
|
|
221
|
+
"relay_load_power": {
|
|
222
|
+
"description": "Power of the relay load. Used to calculate energy consumption.",
|
|
223
|
+
"unit": "W",
|
|
224
|
+
"valueSize": 2,
|
|
225
|
+
"minValue": 0,
|
|
226
|
+
"maxValue": 1100,
|
|
227
|
+
"defaultValue": 0
|
|
228
|
+
},
|
|
221
229
|
"relay_timer_mode_duration": {
|
|
222
230
|
"description": "Used to open/close garage doors, blinds, curtains, etc. or to turn attached devices like door lock or security OFF for a short time",
|
|
223
231
|
"unit": "seconds",
|
|
@@ -13512,6 +13512,18 @@
|
|
|
13512
13512
|
},
|
|
13513
13513
|
"filename": "0x010f/fgd212.json"
|
|
13514
13514
|
},
|
|
13515
|
+
{
|
|
13516
|
+
"manufacturerId": "0x010f",
|
|
13517
|
+
"manufacturer": "Fibargroup",
|
|
13518
|
+
"label": "FGD212",
|
|
13519
|
+
"productType": "0x0102",
|
|
13520
|
+
"productId": "0x1001",
|
|
13521
|
+
"firmwareVersion": {
|
|
13522
|
+
"min": "0.0",
|
|
13523
|
+
"max": "255.255"
|
|
13524
|
+
},
|
|
13525
|
+
"filename": "0x010f/fgd212.json"
|
|
13526
|
+
},
|
|
13515
13527
|
{
|
|
13516
13528
|
"manufacturerId": "0x010f",
|
|
13517
13529
|
"manufacturer": "Fibargroup",
|
|
@@ -13740,6 +13752,18 @@
|
|
|
13740
13752
|
},
|
|
13741
13753
|
"filename": "0x010f/fgfs101.json"
|
|
13742
13754
|
},
|
|
13755
|
+
{
|
|
13756
|
+
"manufacturerId": "0x010f",
|
|
13757
|
+
"manufacturer": "Fibargroup",
|
|
13758
|
+
"label": "FGFS101",
|
|
13759
|
+
"productType": "0x0b00",
|
|
13760
|
+
"productId": "0x4001",
|
|
13761
|
+
"firmwareVersion": {
|
|
13762
|
+
"min": "0.0",
|
|
13763
|
+
"max": "255.255"
|
|
13764
|
+
},
|
|
13765
|
+
"filename": "0x010f/fgfs101.json"
|
|
13766
|
+
},
|
|
13743
13767
|
{
|
|
13744
13768
|
"manufacturerId": "0x010f",
|
|
13745
13769
|
"manufacturer": "Fibargroup",
|
|
@@ -19068,6 +19092,18 @@
|
|
|
19068
19092
|
},
|
|
19069
19093
|
"filename": "0x0148/stellaz.json"
|
|
19070
19094
|
},
|
|
19095
|
+
{
|
|
19096
|
+
"manufacturerId": "0x0148",
|
|
19097
|
+
"manufacturer": "Eurotronic",
|
|
19098
|
+
"label": "TFS 700087",
|
|
19099
|
+
"productType": "0x0004",
|
|
19100
|
+
"productId": "0x0001",
|
|
19101
|
+
"firmwareVersion": {
|
|
19102
|
+
"min": "0.0",
|
|
19103
|
+
"max": "255.255"
|
|
19104
|
+
},
|
|
19105
|
+
"filename": "0x0148/temp_humidity_sensor.json"
|
|
19106
|
+
},
|
|
19071
19107
|
{
|
|
19072
19108
|
"manufacturerId": "0x0149",
|
|
19073
19109
|
"manufacturer": "wiDom",
|
|
@@ -24975,7 +25011,7 @@
|
|
|
24975
25011
|
{
|
|
24976
25012
|
"manufacturerId": "0x0208",
|
|
24977
25013
|
"manufacturer": "HANK Electronics Ltd.",
|
|
24978
|
-
"label": "
|
|
25014
|
+
"label": "HKZW-SO03",
|
|
24979
25015
|
"productType": "0x0101",
|
|
24980
25016
|
"productId": "0x000a",
|
|
24981
25017
|
"firmwareVersion": {
|
|
@@ -30204,6 +30240,18 @@
|
|
|
30204
30240
|
},
|
|
30205
30241
|
"filename": "0x032e/das-102.json"
|
|
30206
30242
|
},
|
|
30243
|
+
{
|
|
30244
|
+
"manufacturerId": "0x032e",
|
|
30245
|
+
"manufacturer": "Defaro",
|
|
30246
|
+
"label": "DAT-101",
|
|
30247
|
+
"productType": "0x0013",
|
|
30248
|
+
"productId": "0x0021",
|
|
30249
|
+
"firmwareVersion": {
|
|
30250
|
+
"min": "0.0",
|
|
30251
|
+
"max": "255.255"
|
|
30252
|
+
},
|
|
30253
|
+
"filename": "0x032e/dat-101.json"
|
|
30254
|
+
},
|
|
30207
30255
|
{
|
|
30208
30256
|
"manufacturerId": "0x032e",
|
|
30209
30257
|
"manufacturer": "DEFARO",
|
|
@@ -30348,6 +30396,30 @@
|
|
|
30348
30396
|
},
|
|
30349
30397
|
"filename": "0x0330/veggplug.json"
|
|
30350
30398
|
},
|
|
30399
|
+
{
|
|
30400
|
+
"manufacturerId": "0x0330",
|
|
30401
|
+
"manufacturer": "Vesternet",
|
|
30402
|
+
"label": "VES-ZW-DIM-001",
|
|
30403
|
+
"productType": "0x0200",
|
|
30404
|
+
"productId": "0xd00c",
|
|
30405
|
+
"firmwareVersion": {
|
|
30406
|
+
"min": "0.0",
|
|
30407
|
+
"max": "255.255"
|
|
30408
|
+
},
|
|
30409
|
+
"filename": "0x0330/ves-zw-dim-001.json"
|
|
30410
|
+
},
|
|
30411
|
+
{
|
|
30412
|
+
"manufacturerId": "0x0330",
|
|
30413
|
+
"manufacturer": "Vesternet",
|
|
30414
|
+
"label": "VES-ZW-SWI-002",
|
|
30415
|
+
"productType": "0x0200",
|
|
30416
|
+
"productId": "0xd00f",
|
|
30417
|
+
"firmwareVersion": {
|
|
30418
|
+
"min": "0.0",
|
|
30419
|
+
"max": "255.255"
|
|
30420
|
+
},
|
|
30421
|
+
"filename": "0x0330/ves-zw-swi-002.json"
|
|
30422
|
+
},
|
|
30351
30423
|
{
|
|
30352
30424
|
"manufacturerId": "0x0330",
|
|
30353
30425
|
"manufacturer": "Sunricher",
|
|
@@ -158,6 +158,44 @@
|
|
|
158
158
|
}
|
|
159
159
|
]
|
|
160
160
|
},
|
|
161
|
+
"dimmer_type_trail_lead": {
|
|
162
|
+
"label": "Dimmer Mode",
|
|
163
|
+
"valueSize": 1,
|
|
164
|
+
"minValue": 0,
|
|
165
|
+
"maxValue": 1,
|
|
166
|
+
"defaultValue": 0,
|
|
167
|
+
"allowManualEntry": false,
|
|
168
|
+
"unsigned": true,
|
|
169
|
+
"options": [
|
|
170
|
+
{
|
|
171
|
+
"label": "Trailing edge",
|
|
172
|
+
"value": 0
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"label": "Leading edge",
|
|
176
|
+
"value": 1
|
|
177
|
+
}
|
|
178
|
+
]
|
|
179
|
+
},
|
|
180
|
+
"dimmer_type_lead_trail": {
|
|
181
|
+
"label": "Dimmer Mode",
|
|
182
|
+
"valueSize": 1,
|
|
183
|
+
"minValue": 0,
|
|
184
|
+
"maxValue": 1,
|
|
185
|
+
"defaultValue": 0,
|
|
186
|
+
"allowManualEntry": false,
|
|
187
|
+
"unsigned": true,
|
|
188
|
+
"options": [
|
|
189
|
+
{
|
|
190
|
+
"label": "Leading edge",
|
|
191
|
+
"value": 0
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"label": "Trailing edge",
|
|
195
|
+
"value": 1
|
|
196
|
+
}
|
|
197
|
+
]
|
|
198
|
+
},
|
|
161
199
|
"dimming_timing_with_0": {
|
|
162
200
|
"$import": "#base_0-255_nounit",
|
|
163
201
|
"unit": "10ms",
|