@zwave-js/config 10.4.0 → 10.5.2
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/build/Logic.d.ts.map +1 -1
- package/build/Logic.js +6 -1
- package/build/Logic.js.map +1 -1
- package/config/devices/0x001a/rf9601.json +18 -1
- package/config/devices/0x001a/rf9617.json +18 -1
- package/config/devices/0x0039/th6320zw.json +40 -40
- package/config/devices/0x003b/be469zp.json +12 -1
- package/config/devices/0x0085/arz_z-wave_solar.json +5 -0
- package/config/devices/0x0096/nq-9021.json +12 -0
- package/config/devices/0x0109/zp3111-5.json +1 -0
- package/config/devices/0x010f/fgms001.json +1 -1
- package/config/devices/0x0148/spirit.json +4 -0
- package/config/devices/0x015f/mh-ds221.json +140 -0
- package/config/devices/0x0184/wd-100.json +59 -0
- package/config/devices/0x0234/templates/logic_group_template.json +3 -3
- package/config/devices/0x0234/zso7300.json +13 -17
- package/config/devices/0x027a/templates/zooz_template.json +10 -0
- package/config/devices/0x027a/zen05.json +3 -4
- package/config/devices/0x027a/zen32.json +7 -0
- package/config/devices/0x027a/zen71.json +2 -1
- package/config/devices/0x027a/zen72.json +71 -13
- package/config/devices/0x027a/zen74.json +26 -14
- package/config/devices/0x027a/zen77.json +28 -8
- package/config/devices/0x027a/zse40.json +109 -12
- package/config/devices/0x027a/zse44.json +17 -4
- package/config/devices/0x0312/zw39.json +22 -93
- package/config/devices/0x0344/he-ft01.json +12 -1
- package/config/devices/0x0344/he-ht01.json +12 -1
- package/config/devices/0x0344/he-tps01.json +12 -1
- package/config/devices/0x0344/he-tps02.json +12 -1
- package/config/devices/0x0344/he-tps03.json +12 -1
- package/config/devices/0x0344/he-tps04.json +12 -1
- package/config/devices/0x0344/he-tps05.json +12 -1
- package/config/devices/0x0346/glass_break_sensor.json +230 -0
- package/config/devices/0x0371/zwa024.json +9 -2
- package/config/devices/0x039a/INT-SMMD-N1.json +258 -0
- package/config/devices/0x041b/th6320zw2007.json +203 -0
- package/config/devices/0x0438/4512711.json +45 -0
- package/config/devices/0x0438/4512725.json +209 -0
- package/config/devices/0x0438/4512746.json +158 -0
- package/config/devices/0x044e/AZAI6WSPFU2.json +17 -0
- package/config/devices/{0x0039/templates → templates}/honeywell_template.json +84 -2
- package/package.json +3 -3
|
@@ -25,142 +25,71 @@
|
|
|
25
25
|
"paramInformation": [
|
|
26
26
|
{
|
|
27
27
|
"#": "1",
|
|
28
|
-
"
|
|
29
|
-
"description": "Percentage of step when switch is dimming up or down (0 = instant)",
|
|
30
|
-
"valueSize": 1,
|
|
31
|
-
"minValue": 0,
|
|
32
|
-
"maxValue": 99,
|
|
33
|
-
"defaultValue": 0
|
|
28
|
+
"$import": "~/templates/master_template.json#led_indicator_four_options"
|
|
34
29
|
},
|
|
35
30
|
{
|
|
36
31
|
"#": "2",
|
|
37
|
-
"
|
|
38
|
-
"description": "Minimum dimming level for attached light",
|
|
39
|
-
"valueSize": 1,
|
|
40
|
-
"minValue": 1,
|
|
41
|
-
"maxValue": 99,
|
|
42
|
-
"defaultValue": 1
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"#": "3",
|
|
46
|
-
"$import": "~/templates/master_template.json#led_indicator_four_options",
|
|
47
|
-
"defaultValue": 1
|
|
32
|
+
"$import": "templates/minoston_template.json#auto_off_timer"
|
|
48
33
|
},
|
|
49
34
|
{
|
|
50
35
|
"#": "4",
|
|
51
|
-
"$import": "
|
|
36
|
+
"$import": "templates/minoston_template.json#auto_on_timer"
|
|
52
37
|
},
|
|
53
38
|
{
|
|
54
|
-
"#": "
|
|
55
|
-
"$import": "templates/
|
|
39
|
+
"#": "6",
|
|
40
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev",
|
|
41
|
+
"defaultValue": 0
|
|
56
42
|
},
|
|
57
43
|
{
|
|
58
44
|
"#": "7",
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"valueSize": 1,
|
|
62
|
-
"defaultValue": 0,
|
|
63
|
-
"allowManualEntry": false,
|
|
64
|
-
"options": [
|
|
65
|
-
{
|
|
66
|
-
"label": "Dim up/down",
|
|
67
|
-
"value": 0
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"label": "Keep in sync",
|
|
71
|
-
"value": 1
|
|
72
|
-
}
|
|
73
|
-
]
|
|
45
|
+
"$import": "~/templates/master_template.json#dimming_speed_1-99_seconds",
|
|
46
|
+
"defaultValue": 1
|
|
74
47
|
},
|
|
75
48
|
{
|
|
76
49
|
"#": "8",
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"valueSize": 1,
|
|
80
|
-
"minValue": 0,
|
|
81
|
-
"maxValue": 99,
|
|
82
|
-
"defaultValue": 0
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"#": "9",
|
|
86
|
-
"label": "Default Level (Z-Wave)",
|
|
87
|
-
"description": "Default level when light is turned on via Z-Wave command (0 = previous level)",
|
|
88
|
-
"valueSize": 1,
|
|
89
|
-
"minValue": 0,
|
|
90
|
-
"maxValue": 99,
|
|
91
|
-
"defaultValue": 0
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"#": "6[0x01]",
|
|
95
|
-
"label": "Send command on local action",
|
|
96
|
-
"description": "When should the switch send commands to Group 3 devices?",
|
|
97
|
-
"valueSize": 1,
|
|
98
|
-
"defaultValue": 1,
|
|
99
|
-
"allowManualEntry": false,
|
|
50
|
+
"$import": "~/templates/master_template.json#minimum_dim_level_0-99",
|
|
51
|
+
"defaultValue": 10,
|
|
100
52
|
"options": [
|
|
101
53
|
{
|
|
102
54
|
"label": "Disable",
|
|
103
55
|
"value": 0
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"label": "Enable",
|
|
107
|
-
"value": 1
|
|
108
56
|
}
|
|
109
57
|
]
|
|
110
58
|
},
|
|
111
59
|
{
|
|
112
|
-
"#": "
|
|
113
|
-
"
|
|
114
|
-
"description": "When should the switch send commands to Group 3 devices?",
|
|
115
|
-
"valueSize": 1,
|
|
116
|
-
"defaultValue": 0,
|
|
117
|
-
"allowManualEntry": false,
|
|
60
|
+
"#": "9",
|
|
61
|
+
"$import": "~/templates/master_template.json#maximum_dim_level_0-99",
|
|
118
62
|
"options": [
|
|
119
63
|
{
|
|
120
64
|
"label": "Disable",
|
|
121
65
|
"value": 0
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"label": "Enable",
|
|
125
|
-
"value": 1
|
|
126
66
|
}
|
|
127
67
|
]
|
|
128
68
|
},
|
|
129
69
|
{
|
|
130
|
-
"#": "
|
|
131
|
-
"label": "
|
|
132
|
-
"description": "When should the switch send commands to Group 3 devices?",
|
|
70
|
+
"#": "10",
|
|
71
|
+
"label": "Local Dimmer Speed Control",
|
|
133
72
|
"valueSize": 1,
|
|
73
|
+
"minValue": 0,
|
|
74
|
+
"maxValue": 1,
|
|
134
75
|
"defaultValue": 0,
|
|
135
76
|
"allowManualEntry": false,
|
|
136
77
|
"options": [
|
|
137
78
|
{
|
|
138
|
-
"label": "
|
|
79
|
+
"label": "Controlled by parameter 9",
|
|
139
80
|
"value": 0
|
|
140
81
|
},
|
|
141
82
|
{
|
|
142
|
-
"label": "
|
|
83
|
+
"label": "Instant On/Off",
|
|
143
84
|
"value": 1
|
|
144
85
|
}
|
|
145
86
|
]
|
|
146
87
|
},
|
|
147
88
|
{
|
|
148
|
-
"#": "
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"defaultValue": 0,
|
|
153
|
-
"allowManualEntry": false,
|
|
154
|
-
"options": [
|
|
155
|
-
{
|
|
156
|
-
"label": "Disable",
|
|
157
|
-
"value": 0
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"label": "Enable",
|
|
161
|
-
"value": 1
|
|
162
|
-
}
|
|
163
|
-
]
|
|
89
|
+
"#": "11",
|
|
90
|
+
"$import": "~/templates/master_template.json#base_1-10_nounit",
|
|
91
|
+
"label": "Dimming Rate",
|
|
92
|
+
"defaultValue": 4
|
|
164
93
|
}
|
|
165
94
|
],
|
|
166
95
|
"metadata": {
|
|
@@ -754,5 +754,16 @@
|
|
|
754
754
|
}
|
|
755
755
|
]
|
|
756
756
|
}
|
|
757
|
-
]
|
|
757
|
+
],
|
|
758
|
+
"compat": {
|
|
759
|
+
// Older firmware versions do not properly support Supervision CC
|
|
760
|
+
"$if": "firmwareVersion < 2.6",
|
|
761
|
+
"commandClasses": {
|
|
762
|
+
"remove": {
|
|
763
|
+
"0x6c": {
|
|
764
|
+
"endpoints": "*"
|
|
765
|
+
}
|
|
766
|
+
}
|
|
767
|
+
}
|
|
768
|
+
}
|
|
758
769
|
}
|
|
@@ -707,5 +707,16 @@
|
|
|
707
707
|
}
|
|
708
708
|
]
|
|
709
709
|
}
|
|
710
|
-
]
|
|
710
|
+
],
|
|
711
|
+
"compat": {
|
|
712
|
+
// Older firmware versions do not properly support Supervision CC
|
|
713
|
+
"$if": "firmwareVersion < 2.6",
|
|
714
|
+
"commandClasses": {
|
|
715
|
+
"remove": {
|
|
716
|
+
"0x6c": {
|
|
717
|
+
"endpoints": "*"
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
}
|
|
711
722
|
}
|
|
@@ -163,5 +163,16 @@
|
|
|
163
163
|
"$import": "~/templates/master_template.json#base_0-99_nounit",
|
|
164
164
|
"defaultValue": 50
|
|
165
165
|
}
|
|
166
|
-
]
|
|
166
|
+
],
|
|
167
|
+
"compat": {
|
|
168
|
+
// Older firmware versions do not properly support Supervision CC
|
|
169
|
+
"$if": "firmwareVersion < 2.6",
|
|
170
|
+
"commandClasses": {
|
|
171
|
+
"remove": {
|
|
172
|
+
"0x6c": {
|
|
173
|
+
"endpoints": "*"
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
167
178
|
}
|
|
@@ -203,5 +203,16 @@
|
|
|
203
203
|
"$import": "~/templates/master_template.json#base_0-99_nounit",
|
|
204
204
|
"defaultValue": 50
|
|
205
205
|
}
|
|
206
|
-
]
|
|
206
|
+
],
|
|
207
|
+
"compat": {
|
|
208
|
+
// Older firmware versions do not properly support Supervision CC
|
|
209
|
+
"$if": "firmwareVersion < 2.6",
|
|
210
|
+
"commandClasses": {
|
|
211
|
+
"remove": {
|
|
212
|
+
"0x6c": {
|
|
213
|
+
"endpoints": "*"
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
}
|
|
207
218
|
}
|
|
@@ -248,5 +248,16 @@
|
|
|
248
248
|
"$import": "~/templates/master_template.json#base_0-99_nounit",
|
|
249
249
|
"defaultValue": 50
|
|
250
250
|
}
|
|
251
|
-
]
|
|
251
|
+
],
|
|
252
|
+
"compat": {
|
|
253
|
+
// Older firmware versions do not properly support Supervision CC
|
|
254
|
+
"$if": "firmwareVersion < 2.6",
|
|
255
|
+
"commandClasses": {
|
|
256
|
+
"remove": {
|
|
257
|
+
"0x6c": {
|
|
258
|
+
"endpoints": "*"
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
}
|
|
252
263
|
}
|
|
@@ -293,5 +293,16 @@
|
|
|
293
293
|
"$import": "~/templates/master_template.json#base_0-99_nounit",
|
|
294
294
|
"defaultValue": 50
|
|
295
295
|
}
|
|
296
|
-
]
|
|
296
|
+
],
|
|
297
|
+
"compat": {
|
|
298
|
+
// Older firmware versions do not properly support Supervision CC
|
|
299
|
+
"$if": "firmwareVersion < 2.6",
|
|
300
|
+
"commandClasses": {
|
|
301
|
+
"remove": {
|
|
302
|
+
"0x6c": {
|
|
303
|
+
"endpoints": "*"
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
}
|
|
297
308
|
}
|
|
@@ -338,5 +338,16 @@
|
|
|
338
338
|
"$import": "~/templates/master_template.json#base_0-99_nounit",
|
|
339
339
|
"defaultValue": 50
|
|
340
340
|
}
|
|
341
|
-
]
|
|
341
|
+
],
|
|
342
|
+
"compat": {
|
|
343
|
+
// Older firmware versions do not properly support Supervision CC
|
|
344
|
+
"$if": "firmwareVersion < 2.6",
|
|
345
|
+
"commandClasses": {
|
|
346
|
+
"remove": {
|
|
347
|
+
"0x6c": {
|
|
348
|
+
"endpoints": "*"
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
}
|
|
342
353
|
}
|
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Ring",
|
|
3
|
+
"manufacturerId": "0x0346",
|
|
4
|
+
"label": "Glass Break Sensor",
|
|
5
|
+
"description": "Glass Break Sensor",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0a01",
|
|
9
|
+
"productId": "0x0301",
|
|
10
|
+
"zwaveAllianceId": 4554
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Lifeline",
|
|
20
|
+
"maxNodes": 5,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"paramInformation": [
|
|
25
|
+
{
|
|
26
|
+
"#": "1",
|
|
27
|
+
"label": "Heartbeat Interval",
|
|
28
|
+
"valueSize": 1,
|
|
29
|
+
"unit": "minutes",
|
|
30
|
+
"minValue": 1,
|
|
31
|
+
"maxValue": 70,
|
|
32
|
+
"defaultValue": 70,
|
|
33
|
+
"unsigned": true
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"#": "2",
|
|
37
|
+
"label": "Message Retry Attempt Limit",
|
|
38
|
+
"valueSize": 1,
|
|
39
|
+
"minValue": 0,
|
|
40
|
+
"maxValue": 5,
|
|
41
|
+
"defaultValue": 1,
|
|
42
|
+
"unsigned": true
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"#": "3",
|
|
46
|
+
"label": "Delay Between Retry Attempts",
|
|
47
|
+
"valueSize": 1,
|
|
48
|
+
"unit": "seconds",
|
|
49
|
+
"minValue": 1,
|
|
50
|
+
"maxValue": 60,
|
|
51
|
+
"defaultValue": 5,
|
|
52
|
+
"unsigned": true
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"#": "4",
|
|
56
|
+
"label": "Low Battery Threshold",
|
|
57
|
+
"valueSize": 1,
|
|
58
|
+
"unit": "%",
|
|
59
|
+
"minValue": 0,
|
|
60
|
+
"maxValue": 100,
|
|
61
|
+
"defaultValue": 25,
|
|
62
|
+
"unsigned": true
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"#": "5",
|
|
66
|
+
"label": "Critical Battery Threshold",
|
|
67
|
+
"valueSize": 1,
|
|
68
|
+
"unit": "%",
|
|
69
|
+
"minValue": 0,
|
|
70
|
+
"maxValue": 100,
|
|
71
|
+
"defaultValue": 10,
|
|
72
|
+
"unsigned": true
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"#": "6",
|
|
76
|
+
"label": "Supervision Report Timeout",
|
|
77
|
+
"description": "How long to wait for a Supervision Report response to a Supervision Get",
|
|
78
|
+
"valueSize": 2,
|
|
79
|
+
"unit": "ms",
|
|
80
|
+
"minValue": 500,
|
|
81
|
+
"maxValue": 30000,
|
|
82
|
+
"defaultValue": 10000,
|
|
83
|
+
"unsigned": true
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"#": "7",
|
|
87
|
+
"label": "Z-Wave Sleep Timeout",
|
|
88
|
+
"valueSize": 1,
|
|
89
|
+
"unit": "seconds",
|
|
90
|
+
"minValue": 0,
|
|
91
|
+
"maxValue": 15,
|
|
92
|
+
"defaultValue": 10,
|
|
93
|
+
"unsigned": true
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"#": "8",
|
|
97
|
+
"label": "Glass Break Clear Delay",
|
|
98
|
+
"valueSize": 1,
|
|
99
|
+
"unit": "seconds",
|
|
100
|
+
"minValue": 5,
|
|
101
|
+
"maxValue": 255,
|
|
102
|
+
"defaultValue": 15,
|
|
103
|
+
"unsigned": true
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"#": "9",
|
|
107
|
+
"label": "Faults Within Clear Delay Flag",
|
|
108
|
+
"valueSize": 1,
|
|
109
|
+
"minValue": 0,
|
|
110
|
+
"maxValue": 1,
|
|
111
|
+
"defaultValue": 0,
|
|
112
|
+
"unsigned": true
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"#": "10",
|
|
116
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
117
|
+
"label": "LED Indicator",
|
|
118
|
+
"defaultValue": 1
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"#": "11",
|
|
122
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
123
|
+
"label": "Enable Detection"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"#": "12",
|
|
127
|
+
"label": "SPL Range Optimization",
|
|
128
|
+
"valueSize": 1,
|
|
129
|
+
"minValue": 0,
|
|
130
|
+
"maxValue": 15,
|
|
131
|
+
"defaultValue": 9,
|
|
132
|
+
"unsigned": true
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"#": "13",
|
|
136
|
+
"label": "Minimum Mic SPL, Part 1",
|
|
137
|
+
"valueSize": 1,
|
|
138
|
+
"minValue": 0,
|
|
139
|
+
"maxValue": 7,
|
|
140
|
+
"defaultValue": 0,
|
|
141
|
+
"unsigned": true
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"#": "14",
|
|
145
|
+
"label": "Minimum Mic SPL, Part 2",
|
|
146
|
+
"valueSize": 1,
|
|
147
|
+
"minValue": 0,
|
|
148
|
+
"maxValue": 8,
|
|
149
|
+
"defaultValue": 1,
|
|
150
|
+
"unsigned": true
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"#": "15",
|
|
154
|
+
"label": "Automatic Gain Control",
|
|
155
|
+
"valueSize": 1,
|
|
156
|
+
"minValue": 0,
|
|
157
|
+
"maxValue": 3,
|
|
158
|
+
"defaultValue": 0,
|
|
159
|
+
"unsigned": true
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"#": "16",
|
|
163
|
+
"label": "Minimum Detection SPL",
|
|
164
|
+
"valueSize": 1,
|
|
165
|
+
"minValue": 0,
|
|
166
|
+
"maxValue": 7,
|
|
167
|
+
"defaultValue": 4,
|
|
168
|
+
"unsigned": true
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"#": "17",
|
|
172
|
+
"label": "Mic-off Time",
|
|
173
|
+
"valueSize": 1,
|
|
174
|
+
"minValue": 0,
|
|
175
|
+
"maxValue": 7,
|
|
176
|
+
"defaultValue": 6,
|
|
177
|
+
"unsigned": true
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"#": "18",
|
|
181
|
+
"label": "DNN Queue Size",
|
|
182
|
+
"valueSize": 1,
|
|
183
|
+
"minValue": 0,
|
|
184
|
+
"maxValue": 63,
|
|
185
|
+
"defaultValue": 9,
|
|
186
|
+
"unsigned": true
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"#": "19",
|
|
190
|
+
"label": "DNN Window",
|
|
191
|
+
"valueSize": 1,
|
|
192
|
+
"minValue": 0,
|
|
193
|
+
"maxValue": 255,
|
|
194
|
+
"defaultValue": 6,
|
|
195
|
+
"unsigned": true
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"#": "20",
|
|
199
|
+
"label": "DNN Backoff",
|
|
200
|
+
"valueSize": 1,
|
|
201
|
+
"minValue": 0,
|
|
202
|
+
"maxValue": 255,
|
|
203
|
+
"defaultValue": 55,
|
|
204
|
+
"unsigned": true
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"#": "21",
|
|
208
|
+
"label": "DNN Decision Threshold",
|
|
209
|
+
"valueSize": 2,
|
|
210
|
+
"minValue": 0,
|
|
211
|
+
"maxValue": 65535,
|
|
212
|
+
"defaultValue": 32112,
|
|
213
|
+
"unsigned": true
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"#": "22",
|
|
217
|
+
"label": "Debug NDR Error",
|
|
218
|
+
"valueSize": 2,
|
|
219
|
+
"minValue": 0,
|
|
220
|
+
"maxValue": 65535,
|
|
221
|
+
"defaultValue": 0,
|
|
222
|
+
"unsigned": true
|
|
223
|
+
}
|
|
224
|
+
],
|
|
225
|
+
"metadata": {
|
|
226
|
+
"inclusion": "Classic Inclusion Steps: \n1. Initiate add flow for Security Devices in the Ring mobile application – Follow the guided add flow instructions provided in the Ring mobile application.\n2. Select add manually and enter the 5-digit DSK pin found on the package of the Ring Alarm Glass Break Sensor or the 5-digit DSK pin found under the QR code on the device. \n3. After powering on the device, press and hold the setup button on the front for 3 seconds. Release the button and the device will enter Classic inclusion mode",
|
|
227
|
+
"exclusion": "Exclusion Instructions: \n1. Initiate remove “Ring Alarm Glass Break Sensor” flow in the Ring Alarm mobile application – Select the settings icon from device details page and choose “Remove Device” to remove the device. This will place the controller into Remove or “Z-Wave Exclusion” mode. \n2. With the controller in Remove (Z-Wave Exclusion) mode, use a paper clip or similar object and tap the pinhole button. The device’s red LED turns on solid to indicate the device was removed from the network",
|
|
228
|
+
"reset": "Factory Default Instructions \n1. 1. To restore Ring Alarm Glass Break Sensor to factory default settings, locate the pinhole reset button on the device. This is found inside the battery compartment on the back of the device after removing the back bracket. \n2. Using a paperclip or similar object, insert it into the pinhole, press and hold the button down for 10 seconds. \n3. The device will rapidly blink green continuously for 10 seconds. After about 10 seconds, when the green blinking stops, release the button. The red LED will turn on solid to indicate the device was removed from the network"
|
|
229
|
+
}
|
|
230
|
+
}
|
|
@@ -70,12 +70,19 @@
|
|
|
70
70
|
{
|
|
71
71
|
"#": "2",
|
|
72
72
|
"label": "Motion Retrigger Timeout",
|
|
73
|
+
"description": "Allowable range: 0, 30-3600. Values 1-29 are equivalent to 30.",
|
|
73
74
|
"valueSize": 2,
|
|
74
75
|
"unit": "seconds",
|
|
75
|
-
"minValue":
|
|
76
|
+
"minValue": 0,
|
|
76
77
|
"maxValue": 3600,
|
|
77
78
|
"defaultValue": 30,
|
|
78
|
-
"unsigned": true
|
|
79
|
+
"unsigned": true,
|
|
80
|
+
"options": [
|
|
81
|
+
{
|
|
82
|
+
"label": "Disable",
|
|
83
|
+
"value": 0
|
|
84
|
+
}
|
|
85
|
+
]
|
|
79
86
|
},
|
|
80
87
|
{
|
|
81
88
|
"#": "3",
|