@zwave-js/config 8.7.4 → 8.7.5-20211105

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.
@@ -0,0 +1,85 @@
1
+ {
2
+ "manufacturer": "Ring",
3
+ "manufacturerId": "0x0346",
4
+ "label": "4AR1SZ-0EN0",
5
+ "description": "Range Extender (2nd generation)",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0401",
9
+ "productId": "0x0301"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "label": "Heartbeat Interval",
20
+ "valueSize": 1,
21
+ "unit": "minutes",
22
+ "minValue": 1,
23
+ "maxValue": 70,
24
+ "defaultValue": 70,
25
+ "unsigned": true
26
+ },
27
+ {
28
+ "#": "2",
29
+ "label": "Message Retry Attempt Limit",
30
+ "valueSize": 1,
31
+ "minValue": 0,
32
+ "maxValue": 5,
33
+ "defaultValue": 1,
34
+ "unsigned": true
35
+ },
36
+ {
37
+ "#": "3",
38
+ "label": "Delay Between Retry Attempts",
39
+ "valueSize": 1,
40
+ "unit": "seconds",
41
+ "minValue": 1,
42
+ "maxValue": 60,
43
+ "defaultValue": 5,
44
+ "unsigned": true
45
+ },
46
+ {
47
+ "#": "4",
48
+ "label": "LED Indicator",
49
+ "valueSize": 1,
50
+ "minValue": 0,
51
+ "maxValue": 2,
52
+ "defaultValue": 1,
53
+ "unsigned": true,
54
+ "allowManualEntry": false,
55
+ "options": [
56
+ {
57
+ "label": "Always off",
58
+ "value": 0
59
+ },
60
+ {
61
+ "label": "On when activated",
62
+ "value": 1
63
+ },
64
+ {
65
+ "label": "On when activated or cleared",
66
+ "value": 2
67
+ }
68
+ ]
69
+ },
70
+ {
71
+ "#": "5",
72
+ "label": "Supervision Report Timeout",
73
+ "description": "How long to wait for a Supervision Report response to a Supervision Get",
74
+ "valueSize": 2,
75
+ "unit": "ms",
76
+ "minValue": 500,
77
+ "maxValue": 5000,
78
+ "defaultValue": 1500,
79
+ "unsigned": true
80
+ }
81
+ ],
82
+ "metadata": {
83
+ "manual": "https://support.ring.com/hc/en-us/article_attachments/360055786012/Ring_Alarm_Range_Extender_Zwave.pdf"
84
+ }
85
+ }