@zwave-js/config 8.11.3-20220128 → 8.11.3
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/LICENSE +21 -0
- package/config/devices/0x000c/hs-fls100.json +18 -1
- package/config/devices/0x000c/hs-wd200.json +4 -4
- package/config/devices/0x000c/hs-wx300.json +4 -4
- package/config/devices/0x0063/14287.json +25 -0
- package/config/devices/0x0086/dsd31.json +5 -0
- package/config/devices/0x0086/templates/aeotec_template.json +4 -2
- package/config/devices/0x0086/zw098.json +10 -0
- package/config/devices/0x0086/zw099.json +4 -2
- package/config/devices/0x0086/zw121.json +7 -0
- package/config/devices/0x0086/zw122.json +10 -5
- package/config/devices/0x0090/hc620.json +5 -0
- package/config/devices/0x0090/smartcode_888.json +1 -0
- package/config/devices/0x0098/ct101.json +5 -0
- package/config/devices/0x0098/ct110.json +12 -5
- package/config/devices/0x010f/fgk101.json +291 -208
- package/config/devices/0x010f/fgr223.json +29 -10
- package/config/devices/0x010f/fgrgbw-442.json +24 -12
- package/config/devices/0x010f/fgwdeu.json +327 -191
- package/config/devices/0x010f/fgwreu-111.json +296 -120
- package/config/devices/0x010f/templates/fibaro_template.json +37 -0
- package/config/devices/0x0148/spirit.json +7 -1
- package/config/devices/0x0159/zmnhtd.json +10 -3
- package/config/devices/0x016a/ft096.json +12 -6
- package/config/devices/0x016a/ft100.json +4 -0
- package/config/devices/0x016a/ft121.json +6 -1
- package/config/devices/0x0234/zhc5010.json +8 -4
- package/config/devices/0x024f/fwc01.json +1 -0
- package/config/devices/0x0258/nas-pd07u1.json +4 -0
- package/config/devices/0x0267/10002081-13x.json +190 -0
- package/config/devices/0x031e/lzw30-sn.json +3 -1
- package/config/devices/0x031e/lzw31-sn.json +81 -191
- package/config/devices/0x0346/alarm_keypad_gen1.json +3 -0
- package/config/devices/0x044c/myot.json +75 -0
- package/config/devices/templates/master_template.json +18 -0
- package/package.json +10 -9
- package/config/devices/index.json +0 -34023
|
@@ -16,191 +16,345 @@
|
|
|
16
16
|
"paramInformation": [
|
|
17
17
|
{
|
|
18
18
|
"#": "11",
|
|
19
|
-
"label": "LED
|
|
20
|
-
"description": "This parameter defines the LED colour when the motor is running.",
|
|
19
|
+
"label": "LED Indicator: Color When Moving",
|
|
21
20
|
"valueSize": 1,
|
|
22
21
|
"minValue": 0,
|
|
23
22
|
"maxValue": 7,
|
|
24
|
-
"defaultValue": 1
|
|
23
|
+
"defaultValue": 1,
|
|
24
|
+
"allowManualEntry": false,
|
|
25
|
+
"options": [
|
|
26
|
+
{
|
|
27
|
+
"label": "Disable",
|
|
28
|
+
"value": 0
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"label": "White",
|
|
32
|
+
"value": 1
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"label": "Red",
|
|
36
|
+
"value": 2
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"label": "Green",
|
|
40
|
+
"value": 3
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"label": "Blue",
|
|
44
|
+
"value": 4
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"label": "Yellow",
|
|
48
|
+
"value": 5
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"label": "Cyan",
|
|
52
|
+
"value": 6
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"label": "Magenta",
|
|
56
|
+
"value": 7
|
|
57
|
+
}
|
|
58
|
+
]
|
|
25
59
|
},
|
|
26
60
|
{
|
|
27
61
|
"#": "12",
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"valueSize": 1,
|
|
31
|
-
"minValue": 0,
|
|
32
|
-
"maxValue": 7,
|
|
62
|
+
"$import": "#paramInformation/11",
|
|
63
|
+
"label": "LED Indicator: Standby Color",
|
|
33
64
|
"defaultValue": 0
|
|
34
65
|
},
|
|
35
66
|
{
|
|
36
67
|
"#": "13",
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"maxValue": 100,
|
|
42
|
-
"defaultValue": 100
|
|
68
|
+
"$import": "~/templates/master_template.json#base_0-100_nounit",
|
|
69
|
+
"label": "LED Indicator: Brightness",
|
|
70
|
+
"defaultValue": 100,
|
|
71
|
+
"unit": "%"
|
|
43
72
|
},
|
|
44
73
|
{
|
|
45
74
|
"#": "24",
|
|
46
|
-
"
|
|
47
|
-
"description": "This parameter allows reversing the operation of the buttons.",
|
|
48
|
-
"valueSize": 1,
|
|
49
|
-
"minValue": 0,
|
|
50
|
-
"maxValue": 1,
|
|
51
|
-
"defaultValue": 0
|
|
75
|
+
"$import": "~/templates/master_template.json#orientation"
|
|
52
76
|
},
|
|
53
77
|
{
|
|
54
78
|
"#": "25",
|
|
55
|
-
"label": "
|
|
56
|
-
"description": "reversing the operation of Q1 and Q2",
|
|
79
|
+
"label": "Output Orientation",
|
|
57
80
|
"valueSize": 1,
|
|
58
81
|
"minValue": 0,
|
|
59
82
|
"maxValue": 1,
|
|
60
|
-
"defaultValue": 0
|
|
83
|
+
"defaultValue": 0,
|
|
84
|
+
"allowManualEntry": false,
|
|
85
|
+
"options": [
|
|
86
|
+
{
|
|
87
|
+
"label": "Q1 up, Q2 down",
|
|
88
|
+
"value": 0
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"label": "Q1 down, Q2 up",
|
|
92
|
+
"value": 1
|
|
93
|
+
}
|
|
94
|
+
]
|
|
61
95
|
},
|
|
62
96
|
{
|
|
63
|
-
"#": "30",
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"valueSize": 4,
|
|
67
|
-
"minValue": 0,
|
|
68
|
-
"maxValue": 255,
|
|
97
|
+
"#": "30[0xff000000]",
|
|
98
|
+
"$import": "templates/fibaro_template.json#alarm_configuration_notification_type",
|
|
99
|
+
"label": "Alarm Configuration: 1st Slot: Notification Type",
|
|
69
100
|
"defaultValue": 0
|
|
70
101
|
},
|
|
71
102
|
{
|
|
72
|
-
"#": "
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"valueSize": 4,
|
|
76
|
-
"minValue": 0,
|
|
77
|
-
"maxValue": 255,
|
|
103
|
+
"#": "30[0xff0000]",
|
|
104
|
+
"$import": "templates/fibaro_template.json#alarm_configuration_notification_event",
|
|
105
|
+
"label": "Alarm Configuration: 1st Slot: Notification Event",
|
|
78
106
|
"defaultValue": 0
|
|
79
107
|
},
|
|
80
108
|
{
|
|
81
|
-
"#": "
|
|
82
|
-
"label": "Alarm
|
|
83
|
-
"description": "which alarm frames and how the device should react",
|
|
109
|
+
"#": "30[0x03]",
|
|
110
|
+
"label": "Alarm Configuration: 1st Slot: Blinds Action",
|
|
84
111
|
"valueSize": 4,
|
|
85
112
|
"minValue": 0,
|
|
86
|
-
"maxValue":
|
|
113
|
+
"maxValue": 2,
|
|
87
114
|
"defaultValue": 0,
|
|
88
|
-
"
|
|
115
|
+
"unsigned": true,
|
|
116
|
+
"allowManualEntry": false,
|
|
117
|
+
"options": [
|
|
118
|
+
{
|
|
119
|
+
"label": "Disable",
|
|
120
|
+
"value": 0
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"label": "Open",
|
|
124
|
+
"value": 1
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"label": "Close",
|
|
128
|
+
"value": 2
|
|
129
|
+
}
|
|
130
|
+
]
|
|
89
131
|
},
|
|
90
132
|
{
|
|
91
|
-
"#": "
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
"
|
|
133
|
+
"#": "30[0xf0]",
|
|
134
|
+
"$import": "templates/fibaro_template.json#alarm_configuration_indicator_blink_color",
|
|
135
|
+
"label": "Alarm Configuration: 1st Slot: LED Indicator"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"#": "31[0xff000000]",
|
|
139
|
+
"$import": "templates/fibaro_template.json#alarm_configuration_notification_type",
|
|
140
|
+
"label": "Alarm Configuration: 2nd Slot: Notification Type",
|
|
141
|
+
"defaultValue": 5
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"#": "31[0xff0000]",
|
|
145
|
+
"$import": "templates/fibaro_template.json#alarm_configuration_notification_event",
|
|
146
|
+
"label": "Alarm Configuration: 2nd Slot: Notification Event",
|
|
147
|
+
"defaultValue": 255
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"#": "31[0x03]",
|
|
151
|
+
"$import": "#paramInformation/30[0x03]",
|
|
152
|
+
"label": "Alarm Configuration: 2nd Slot: Blinds Action",
|
|
97
153
|
"defaultValue": 0
|
|
98
154
|
},
|
|
99
155
|
{
|
|
100
|
-
"#": "
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
"
|
|
156
|
+
"#": "31[0xf0]",
|
|
157
|
+
"$import": "templates/fibaro_template.json#alarm_configuration_indicator_blink_color",
|
|
158
|
+
"label": "Alarm Configuration: 2nd Slot: LED Indicator"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"#": "32[0xff000000]",
|
|
162
|
+
"label": "Alarm Configuration: 3rd Slot: Notification Type",
|
|
163
|
+
"$import": "templates/fibaro_template.json#alarm_configuration_notification_type",
|
|
164
|
+
"defaultValue": 1
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"#": "32[0xff0000]",
|
|
168
|
+
"$import": "templates/fibaro_template.json#alarm_configuration_notification_event",
|
|
169
|
+
"label": "Alarm Configuration: 3rd Slot: Notification Event",
|
|
170
|
+
"defaultValue": 255
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"#": "32[0x03]",
|
|
174
|
+
"$import": "#paramInformation/30[0x03]",
|
|
175
|
+
"label": "Alarm Configuration: 3rd Slot: Blinds Action",
|
|
176
|
+
"defaultValue": 0
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"#": "32[0xf0]",
|
|
180
|
+
"$import": "templates/fibaro_template.json#alarm_configuration_indicator_blink_color",
|
|
181
|
+
"label": "Alarm Configuration: 3rd Slot: LED Indicator"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"#": "33[0xff000000]",
|
|
185
|
+
"$import": "templates/fibaro_template.json#alarm_configuration_notification_type",
|
|
186
|
+
"label": "Alarm Configuration: 4th Slot: Notification Type",
|
|
187
|
+
"defaultValue": 2
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"#": "33[0xff0000]",
|
|
191
|
+
"$import": "templates/fibaro_template.json#alarm_configuration_notification_event",
|
|
192
|
+
"label": "Alarm Configuration: 4th Slot: Notification Event",
|
|
193
|
+
"defaultValue": 255
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"#": "33[0x03]",
|
|
197
|
+
"$import": "#paramInformation/30[0x03]",
|
|
198
|
+
"label": "Alarm Configuration: 4th Slot: Blinds Action",
|
|
199
|
+
"defaultValue": 0
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"#": "33[0xf0]",
|
|
203
|
+
"$import": "templates/fibaro_template.json#alarm_configuration_indicator_blink_color",
|
|
204
|
+
"label": "Alarm Configuration: 4th Slot: LED Indicator"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"#": "34[0xff000000]",
|
|
208
|
+
"$import": "templates/fibaro_template.json#alarm_configuration_notification_type",
|
|
209
|
+
"label": "Alarm Configuration: 5th Slot: Notification Type",
|
|
210
|
+
"defaultValue": 4
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"#": "34[0xff0000]",
|
|
214
|
+
"$import": "templates/fibaro_template.json#alarm_configuration_notification_event",
|
|
215
|
+
"label": "Alarm Configuration: 5th Slot: Notification Event",
|
|
216
|
+
"defaultValue": 255
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"#": "34[0x03]",
|
|
220
|
+
"$import": "#paramInformation/30[0x03]",
|
|
221
|
+
"label": "Alarm Configuration: 5th Slot: Blinds Action",
|
|
106
222
|
"defaultValue": 0
|
|
107
223
|
},
|
|
224
|
+
{
|
|
225
|
+
"#": "34[0xf0]",
|
|
226
|
+
"$import": "templates/fibaro_template.json#alarm_configuration_indicator_blink_color",
|
|
227
|
+
"label": "Alarm Configuration: 5th Slot: LED Indicator"
|
|
228
|
+
},
|
|
108
229
|
{
|
|
109
230
|
"#": "35",
|
|
110
|
-
"label": "Alarm
|
|
111
|
-
"
|
|
112
|
-
"unit": "Seconds",
|
|
231
|
+
"label": "Alarm Duration",
|
|
232
|
+
"unit": "seconds",
|
|
113
233
|
"valueSize": 2,
|
|
114
234
|
"minValue": 0,
|
|
115
235
|
"maxValue": 32400,
|
|
116
|
-
"defaultValue": 600
|
|
236
|
+
"defaultValue": 600,
|
|
237
|
+
"options": [
|
|
238
|
+
{
|
|
239
|
+
"label": "Infinite",
|
|
240
|
+
"value": 0
|
|
241
|
+
}
|
|
242
|
+
]
|
|
117
243
|
},
|
|
118
244
|
{
|
|
119
|
-
"#": "40",
|
|
120
|
-
"
|
|
121
|
-
"description": "which actions result in sending scene IDs",
|
|
122
|
-
"valueSize": 1,
|
|
123
|
-
"minValue": 0,
|
|
124
|
-
"maxValue": 15,
|
|
125
|
-
"defaultValue": 0
|
|
245
|
+
"#": "40[0x01]",
|
|
246
|
+
"$import": "templates/fibaro_template.json#send_s1_central_scene_pressed_1x"
|
|
126
247
|
},
|
|
127
248
|
{
|
|
128
|
-
"#": "
|
|
129
|
-
"
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
|
|
249
|
+
"#": "40[0x02]",
|
|
250
|
+
"$import": "templates/fibaro_template.json#send_s1_central_scene_pressed_2x"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"#": "40[0x04]",
|
|
254
|
+
"$import": "templates/fibaro_template.json#send_s1_central_scene_pressed_3x"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"#": "40[0x08]",
|
|
258
|
+
"$import": "templates/fibaro_template.json#send_s1_central_scene_hold_release"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"#": "41[0x01]",
|
|
262
|
+
"$import": "templates/fibaro_template.json#send_s2_central_scene_pressed_1x"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"#": "41[0x02]",
|
|
266
|
+
"$import": "templates/fibaro_template.json#send_s2_central_scene_pressed_2x"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"#": "41[0x04]",
|
|
270
|
+
"$import": "templates/fibaro_template.json#send_s2_central_scene_pressed_3x"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"#": "41[0x08]",
|
|
274
|
+
"$import": "templates/fibaro_template.json#send_s2_central_scene_hold_release"
|
|
135
275
|
},
|
|
136
276
|
{
|
|
137
277
|
"#": "60",
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"valueSize": 1,
|
|
141
|
-
"minValue": 0,
|
|
142
|
-
"maxValue": 1,
|
|
143
|
-
"defaultValue": 0
|
|
278
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
279
|
+
"label": "Power Report: Include Self-consumption"
|
|
144
280
|
},
|
|
145
281
|
{
|
|
146
282
|
"#": "61",
|
|
147
|
-
"
|
|
148
|
-
"description": "minimal change in measured power to report",
|
|
149
|
-
"unit": "Percent",
|
|
150
|
-
"valueSize": 2,
|
|
151
|
-
"minValue": 0,
|
|
152
|
-
"maxValue": 500,
|
|
283
|
+
"$import": "templates/fibaro_template.json#power_report_threshold_relative_0-500",
|
|
153
284
|
"defaultValue": 15
|
|
154
285
|
},
|
|
155
286
|
{
|
|
156
287
|
"#": "62",
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"valueSize": 2,
|
|
161
|
-
"minValue": 0,
|
|
162
|
-
"maxValue": 32400,
|
|
163
|
-
"defaultValue": 3600
|
|
288
|
+
"$import": "templates/fibaro_template.json#reports_periodic",
|
|
289
|
+
"label": "Power Reports: Interval",
|
|
290
|
+
"maxValue": 32400
|
|
164
291
|
},
|
|
165
292
|
{
|
|
166
293
|
"#": "65",
|
|
167
|
-
"
|
|
168
|
-
"description": "minimal change in measured energy to report",
|
|
169
|
-
"valueSize": 2,
|
|
170
|
-
"minValue": 0,
|
|
294
|
+
"$import": "templates/fibaro_template.json#energy_report_threshold",
|
|
171
295
|
"maxValue": 500,
|
|
172
296
|
"defaultValue": 10
|
|
173
297
|
},
|
|
174
298
|
{
|
|
175
299
|
"#": "66",
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"minValue": 0,
|
|
180
|
-
"maxValue": 32400,
|
|
181
|
-
"defaultValue": 3600
|
|
300
|
+
"$import": "templates/fibaro_template.json#reports_periodic",
|
|
301
|
+
"label": "Energy Reports: Interval",
|
|
302
|
+
"maxValue": 32400
|
|
182
303
|
},
|
|
183
304
|
{
|
|
184
|
-
"#": "150",
|
|
185
|
-
"label": "
|
|
186
|
-
"description": "Set 2 to force device into calibration mode",
|
|
305
|
+
"#": "150[0x01]",
|
|
306
|
+
"label": "Calibration Status",
|
|
187
307
|
"valueSize": 1,
|
|
188
308
|
"minValue": 0,
|
|
189
|
-
"maxValue":
|
|
190
|
-
"
|
|
309
|
+
"maxValue": 1,
|
|
310
|
+
"readOnly": true,
|
|
311
|
+
"options": [
|
|
312
|
+
{
|
|
313
|
+
"label": "Uncalibrated",
|
|
314
|
+
"value": 0
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"label": "Calibrated",
|
|
318
|
+
"value": 1
|
|
319
|
+
}
|
|
320
|
+
]
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"#": "150[0x02]",
|
|
324
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
325
|
+
"label": "Force Calibration"
|
|
191
326
|
},
|
|
192
327
|
{
|
|
193
328
|
"#": "151",
|
|
194
|
-
"label": "Operating
|
|
195
|
-
"description": "This parameter allows adjusting operation ac-cording to the connected device.",
|
|
329
|
+
"label": "Operating Mode",
|
|
196
330
|
"valueSize": 1,
|
|
197
331
|
"minValue": 1,
|
|
198
332
|
"maxValue": 6,
|
|
199
|
-
"defaultValue": 1
|
|
333
|
+
"defaultValue": 1,
|
|
334
|
+
"allowManualEntry": false,
|
|
335
|
+
"options": [
|
|
336
|
+
{
|
|
337
|
+
"label": "Roller blind with positioning",
|
|
338
|
+
"value": 1
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"label": "Venetian blind with positioning",
|
|
342
|
+
"value": 2
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"label": "Roller blind with built-in driver",
|
|
346
|
+
"value": 5
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"label": "Roller blind with built-in driver (impulse)",
|
|
350
|
+
"value": 6
|
|
351
|
+
}
|
|
352
|
+
]
|
|
200
353
|
},
|
|
201
354
|
{
|
|
202
355
|
"#": "152",
|
|
203
|
-
"label": "Venetian
|
|
356
|
+
"label": "Venetian Blinds: Full Turn Duration",
|
|
357
|
+
"unit": "0.01 seconds",
|
|
204
358
|
"valueSize": 4,
|
|
205
359
|
"minValue": 0,
|
|
206
360
|
"maxValue": 65535,
|
|
@@ -208,35 +362,57 @@
|
|
|
208
362
|
},
|
|
209
363
|
{
|
|
210
364
|
"#": "153",
|
|
211
|
-
"label": "
|
|
212
|
-
"description": "slats positioning in various situations",
|
|
365
|
+
"label": "Venetian Blinds: Reset Slats Position",
|
|
213
366
|
"valueSize": 1,
|
|
214
367
|
"minValue": 0,
|
|
215
368
|
"maxValue": 2,
|
|
216
|
-
"defaultValue": 1
|
|
369
|
+
"defaultValue": 1,
|
|
370
|
+
"allowManualEntry": false,
|
|
371
|
+
"options": [
|
|
372
|
+
{
|
|
373
|
+
"label": "Controller command only",
|
|
374
|
+
"value": 0
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"label": "Controller, momentary or limit switch operation",
|
|
378
|
+
"value": 1
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"label": "Controlled, momentary or limit switch operation, or Multilevel Switch Stop command",
|
|
382
|
+
"value": 2
|
|
383
|
+
}
|
|
384
|
+
]
|
|
217
385
|
},
|
|
218
386
|
{
|
|
219
387
|
"#": "154",
|
|
220
|
-
"label": "
|
|
221
|
-
"description": "
|
|
388
|
+
"label": "Motor Overrun",
|
|
389
|
+
"description": "Duration for which motor will continue to run after end switch is hit.",
|
|
390
|
+
"unit": "0.1 seconds",
|
|
222
391
|
"valueSize": 2,
|
|
223
|
-
"minValue":
|
|
392
|
+
"minValue": 1,
|
|
224
393
|
"maxValue": 255,
|
|
225
394
|
"defaultValue": 10
|
|
226
395
|
},
|
|
227
396
|
{
|
|
228
397
|
"#": "155",
|
|
229
|
-
"label": "
|
|
398
|
+
"label": "Limit Switch Power Threshold",
|
|
230
399
|
"description": "Power threshold interpreted as reaching a limit switch.",
|
|
400
|
+
"unit": "W",
|
|
231
401
|
"valueSize": 2,
|
|
232
402
|
"minValue": 0,
|
|
233
403
|
"maxValue": 255,
|
|
234
|
-
"defaultValue": 10
|
|
404
|
+
"defaultValue": 10,
|
|
405
|
+
"options": [
|
|
406
|
+
{
|
|
407
|
+
"label": "Disable",
|
|
408
|
+
"value": 0
|
|
409
|
+
}
|
|
410
|
+
]
|
|
235
411
|
},
|
|
236
412
|
{
|
|
237
413
|
"#": "156",
|
|
238
|
-
"label": "
|
|
239
|
-
"
|
|
414
|
+
"label": "Blind Up Duration",
|
|
415
|
+
"unit": "0.01 seconds",
|
|
240
416
|
"valueSize": 4,
|
|
241
417
|
"minValue": 1,
|
|
242
418
|
"maxValue": 65535,
|
|
@@ -244,8 +420,8 @@
|
|
|
244
420
|
},
|
|
245
421
|
{
|
|
246
422
|
"#": "157",
|
|
247
|
-
"label": "
|
|
248
|
-
"
|
|
423
|
+
"label": "Blind Down Duration",
|
|
424
|
+
"unit": "0.01 seconds",
|
|
249
425
|
"valueSize": 4,
|
|
250
426
|
"minValue": 1,
|
|
251
427
|
"maxValue": 65535,
|
|
@@ -409,5 +409,42 @@
|
|
|
409
409
|
"defaultValue": 0,
|
|
410
410
|
"unsigned": true
|
|
411
411
|
// The options are device specific
|
|
412
|
+
},
|
|
413
|
+
"alarm_configuration_indicator_blink_color": {
|
|
414
|
+
// This generally uses a bitmask of 0xf0
|
|
415
|
+
// The label depends on the slot this is for, should be something like
|
|
416
|
+
// Alarm Configuration - 1st Slot LED Indicator
|
|
417
|
+
"valueSize": 4,
|
|
418
|
+
"minValue": 0,
|
|
419
|
+
"maxValue": 15,
|
|
420
|
+
"defaultValue": 0,
|
|
421
|
+
"unsigned": true,
|
|
422
|
+
"allowManualEntry": false,
|
|
423
|
+
"options": [
|
|
424
|
+
{
|
|
425
|
+
"label": "No change",
|
|
426
|
+
"value": 0
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"label": "Blink red",
|
|
430
|
+
"value": 1
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"label": "Blink green",
|
|
434
|
+
"value": 2
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"label": "Blink blue",
|
|
438
|
+
"value": 4
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"label": "Disable LED",
|
|
442
|
+
"value": 8
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"label": "Blink red-white-blue",
|
|
446
|
+
"value": 15
|
|
447
|
+
}
|
|
448
|
+
]
|
|
412
449
|
}
|
|
413
450
|
}
|
|
@@ -150,5 +150,11 @@
|
|
|
150
150
|
}
|
|
151
151
|
]
|
|
152
152
|
}
|
|
153
|
-
]
|
|
153
|
+
],
|
|
154
|
+
"metadata": {
|
|
155
|
+
"comments": {
|
|
156
|
+
"level": "warning",
|
|
157
|
+
"text": "The thermostat is missing \"Manufacturer Specific\" from its list of supported modes, although the mode is supported. Application-specific workarounds may be necessary to switch to \"Manufacturer Specific\" mode."
|
|
158
|
+
}
|
|
159
|
+
}
|
|
154
160
|
}
|
|
@@ -118,19 +118,26 @@
|
|
|
118
118
|
"#": "40",
|
|
119
119
|
"label": "Power reporting (Watts) on power change",
|
|
120
120
|
"unit": "%",
|
|
121
|
-
"valueSize":
|
|
121
|
+
"valueSize": 2,
|
|
122
122
|
"minValue": 0,
|
|
123
123
|
"maxValue": 100,
|
|
124
124
|
"defaultValue": 10
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
"#": "42",
|
|
128
|
-
"label": "Power
|
|
128
|
+
"label": "Power (W) Reporting Interal",
|
|
129
|
+
"description": "Allowable range: 60-32535",
|
|
129
130
|
"unit": "seconds",
|
|
130
131
|
"valueSize": 2,
|
|
131
132
|
"minValue": 0,
|
|
132
133
|
"maxValue": 32535,
|
|
133
|
-
"defaultValue": 600
|
|
134
|
+
"defaultValue": 600,
|
|
135
|
+
"options": [
|
|
136
|
+
{
|
|
137
|
+
"label": "Disable",
|
|
138
|
+
"value": 0
|
|
139
|
+
}
|
|
140
|
+
]
|
|
134
141
|
},
|
|
135
142
|
{
|
|
136
143
|
"#": "45",
|
|
@@ -373,7 +373,8 @@
|
|
|
373
373
|
"valueSize": 3,
|
|
374
374
|
"minValue": 0,
|
|
375
375
|
"maxValue": 255,
|
|
376
|
-
"defaultValue": 221
|
|
376
|
+
"defaultValue": 221,
|
|
377
|
+
"unsigned": true
|
|
377
378
|
},
|
|
378
379
|
{
|
|
379
380
|
"#": "83[0xff00]",
|
|
@@ -381,7 +382,8 @@
|
|
|
381
382
|
"valueSize": 3,
|
|
382
383
|
"minValue": 0,
|
|
383
384
|
"maxValue": 255,
|
|
384
|
-
"defaultValue": 160
|
|
385
|
+
"defaultValue": 160,
|
|
386
|
+
"unsigned": true
|
|
385
387
|
},
|
|
386
388
|
{
|
|
387
389
|
"#": "83[0xff0000]",
|
|
@@ -390,7 +392,8 @@
|
|
|
390
392
|
"valueSize": 3,
|
|
391
393
|
"minValue": 0,
|
|
392
394
|
"maxValue": 255,
|
|
393
|
-
"defaultValue": 221
|
|
395
|
+
"defaultValue": 221,
|
|
396
|
+
"unsigned": true
|
|
394
397
|
},
|
|
395
398
|
{
|
|
396
399
|
"#": "84[0xff]",
|
|
@@ -399,7 +402,8 @@
|
|
|
399
402
|
"valueSize": 3,
|
|
400
403
|
"minValue": 0,
|
|
401
404
|
"maxValue": 100,
|
|
402
|
-
"defaultValue": 50
|
|
405
|
+
"defaultValue": 50,
|
|
406
|
+
"unsigned": true
|
|
403
407
|
},
|
|
404
408
|
{
|
|
405
409
|
"#": "84[0xff00]",
|
|
@@ -408,7 +412,8 @@
|
|
|
408
412
|
"valueSize": 3,
|
|
409
413
|
"minValue": 0,
|
|
410
414
|
"maxValue": 100,
|
|
411
|
-
"defaultValue": 50
|
|
415
|
+
"defaultValue": 50,
|
|
416
|
+
"unsigned": true
|
|
412
417
|
},
|
|
413
418
|
{
|
|
414
419
|
"#": "84[0xff0000]",
|
|
@@ -417,7 +422,8 @@
|
|
|
417
422
|
"valueSize": 3,
|
|
418
423
|
"minValue": 0,
|
|
419
424
|
"maxValue": 100,
|
|
420
|
-
"defaultValue": 50
|
|
425
|
+
"defaultValue": 50,
|
|
426
|
+
"unsigned": true
|
|
421
427
|
}
|
|
422
428
|
]
|
|
423
429
|
}
|