@zwave-js/config 10.19.0 → 10.20.0

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.
@@ -26,7 +26,8 @@
26
26
  }
27
27
  },
28
28
  "metadata": {
29
- "reset": "Gently press the top of the pushpad until the bottom pops out of the frame. Wait 5 seconds, and push the bottom back in and hold down until LED turns amber then flashes red.",
30
- "manual": "http://communities.leviton.com/servlet/JiveServlet/previewBody/1581-102-1-2190/Ins%20VRS15-1L.pdf"
29
+ "inclusion": "While the Programmer/Controller is in the Inclusion mode and the Locator LED is ON on the switch, press the push pad to turn on the switch. The Programmer/Controller will verify inclusion and the Locator LED will turn OFF.\nIf the switch is flashing Amber while in the Inclusion mode, the Programmer/Controller is still trying to communicate with the switch. Wait until the device stops flashing, then press the push pad.\n\nNOTE: If the Locator LED on the switch turns solid Red while including, there has been a communication error.",
30
+ "exclusion": "While the Programmer/Controller is in the Exclusion mode and the locator LED is ON on the switch, press the push pad to turn on the switch. The Programmer/Controller will verify Exclusion and the locator LED will turn OFF. If the switch is flashing Amber while in the Exclusion mode, the Programmer/Controller is still trying to communicate with the switch. Wait until the device stops flashing, then press the push pad.",
31
+ "reset": "On the switch, engage the air-gap switch by gently pressing the top of the push pad until the bottom lifts completely out of the frame and a click is heard (refer to figure).\nWait 5 seconds and then press the push pad back into the frame and hold push pad until the locator LED turns Amber and then flashes Red.\nThe switch is now reset.\nOnce the switch is reset, it will be necessary to Re-Include it to a network before it can be used."
31
32
  }
32
33
  }
@@ -21,7 +21,7 @@
21
21
  }
22
22
  ],
23
23
  "metadata": {
24
- "inclusion": "Classic Inclusion To A Z-Wave Network\nFor older controllers Classic Inclusion is supported. Depending on the age of the controller the controller will need to be 3 to 35 feet from the device when including.\n1. To enter programming mode, hold the button for 7 seconds. The status light will turn amber, release and the status light will blink.\n2. Follow the Z-Wave controller instructions to enter exclusion mode.\n3. Tap the top of the button one time. The status light will quickly flash green.\n4. The Z-Wave controller will confirm successful exclusion from the network",
24
+ "inclusion": "Classic Inclusion To A Z-Wave Network\nFor older controllers Classic Inclusion is supported. Depending on the age of the controller the controller will need to be 3 to 35 feet from the device when including.\n1. To enter programming mode, hold the button for 7 seconds. The status light will turn amber, release and the status light will blink.\n2. Follow the Z-Wave controller instructions to enter inclusion mode.\n3. Tap the top of the button one time. The status light will quickly flash green.\n4. The Z-Wave controller will confirm successful exclusion from the network",
25
25
  "exclusion": "Exclusion From A Z-Wave Network\nWhen removing an outlet from a Z-Wave network, best practice is to use the exclusion command found in the Z-Wave controller.\n1. To enter programming mode, hold the button for 7 seconds. The status light will turn amber, release and the status light will blink.\n2. Follow Z-Wave controller directions to enter exclusion mode\n3. Tap the button 1 time. The status light will quickly flash green.\n4. The Z-Wave controller will remove the device from the network",
26
26
  "reset": "Factory Default\nWhen removing an outlet from a network it is best practice to use the exclusion process. In situations where a device needs to be returned to factory default follow the following steps. A reset should only be used when a controller is inoperable or missing.\n1. Hold the button for 7 seconds, the status light will turn amber. Continue holding the button for another 7 seconds (total of 14 seconds). The status light will quickly flash red/amber.\n2. Release the button and the device will reset",
27
27
  "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/3829/Draft%20ZW15R%203-25-20.pdf"
@@ -0,0 +1,194 @@
1
+ {
2
+ "manufacturer": "SimonTech S.L.U",
3
+ "manufacturerId": "0x0267",
4
+ "label": "1000X080-XXX",
5
+ "description": "Simon IO: Roller Blind (700 Series)",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0102",
9
+ "productId": "0x0000"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "$import": "~/templates/master_template.json#base_enable_disable_255",
20
+ "label": "Association LED"
21
+ },
22
+ {
23
+ "#": "4",
24
+ "label": "Up Time",
25
+ "description": "Values 1-127 = seconds; 128-254 = minutes (minus 127)",
26
+ "valueSize": 1,
27
+ "minValue": 0,
28
+ "maxValue": 254,
29
+ "defaultValue": 0,
30
+ "unsigned": true,
31
+ "options": [
32
+ {
33
+ "label": "Instantly",
34
+ "value": 0
35
+ }
36
+ ]
37
+ },
38
+ {
39
+ "#": "5",
40
+ "label": "Down Time",
41
+ "description": "Values 1-127 = seconds; 128-254 = minutes (minus 127)",
42
+ "valueSize": 1,
43
+ "minValue": 0,
44
+ "maxValue": 254,
45
+ "defaultValue": 0,
46
+ "unsigned": true,
47
+ "options": [
48
+ {
49
+ "label": "Instantly",
50
+ "value": 0
51
+ }
52
+ ]
53
+ },
54
+ {
55
+ "#": "12",
56
+ "label": "LED Indicator",
57
+ "valueSize": 1,
58
+ "defaultValue": 0,
59
+ "unsigned": true,
60
+ "allowManualEntry": false,
61
+ "options": [
62
+ {
63
+ "label": "Disable",
64
+ "value": 0
65
+ },
66
+ {
67
+ "label": "Enable (20% Brightness)",
68
+ "value": 255
69
+ }
70
+ ]
71
+ },
72
+ {
73
+ "#": "13",
74
+ "$import": "~/templates/master_template.json#base_enable_disable_255_inverted",
75
+ "label": "Local Control",
76
+ "defaultValue": 0
77
+ },
78
+ {
79
+ "#": "14",
80
+ "label": "Calibration",
81
+ "valueSize": 1,
82
+ "defaultValue": 255,
83
+ "unsigned": true,
84
+ "writeOnly": true,
85
+ "allowManualEntry": false,
86
+ "options": [
87
+ {
88
+ "label": "Start calibration",
89
+ "value": 255
90
+ }
91
+ ]
92
+ },
93
+ {
94
+ "#": "15",
95
+ "label": "Reset to Default",
96
+ "valueSize": 2,
97
+ "defaultValue": 0,
98
+ "unsigned": true,
99
+ "writeOnly": true,
100
+ "allowManualEntry": false,
101
+ "options": [
102
+ {
103
+ "label": "Factory reset",
104
+ "value": 39015
105
+ },
106
+ {
107
+ "label": "Reset config parameters, except Long Press",
108
+ "value": 17170
109
+ }
110
+ ]
111
+ },
112
+ {
113
+ "#": "20",
114
+ "label": "Identify",
115
+ "description": "The central LED blinks for 5 seconds.",
116
+ "valueSize": 1,
117
+ "defaultValue": 255,
118
+ "writeOnly": true,
119
+ "unsigned": true,
120
+ "allowManualEntry": false,
121
+ "options": [
122
+ {
123
+ "label": "Identify",
124
+ "value": 255
125
+ }
126
+ ]
127
+ },
128
+ {
129
+ "#": "21",
130
+ "label": "Device State",
131
+ "valueSize": 2,
132
+ "minValue": 0,
133
+ "maxValue": 65535,
134
+ "defaultValue": 0,
135
+ "readOnly": true,
136
+ "unsigned": true
137
+ },
138
+ {
139
+ "#": "23",
140
+ "label": "Calibration Status",
141
+ "valueSize": 1,
142
+ "defaultValue": 0,
143
+ "unsigned": true,
144
+ "readOnly": true,
145
+ "options": [
146
+ {
147
+ "label": "No calibration required",
148
+ "value": 0
149
+ },
150
+ {
151
+ "label": "Calibration required",
152
+ "value": 255
153
+ }
154
+ ]
155
+ },
156
+ {
157
+ "#": "24",
158
+ "label": "Operating Mode",
159
+ "valueSize": 1,
160
+ "defaultValue": 255,
161
+ "unsigned": true,
162
+ "allowManualEntry": false,
163
+ "options": [
164
+ {
165
+ "label": "Shutter",
166
+ "value": 0
167
+ },
168
+ {
169
+ "label": "Sun Blinds",
170
+ "value": 255
171
+ }
172
+ ]
173
+ },
174
+ {
175
+ "#": "27",
176
+ "label": "Lock Long Press",
177
+ "description": "See device manual for a detailed explanation.",
178
+ "valueSize": 1,
179
+ "defaultValue": 0,
180
+ "unsigned": true,
181
+ "allowManualEntry": false,
182
+ "options": [
183
+ {
184
+ "label": "Default",
185
+ "value": 0
186
+ },
187
+ {
188
+ "label": "Long press > 30s resets config parameters",
189
+ "value": 255
190
+ }
191
+ ]
192
+ }
193
+ ]
194
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "10.19.0",
3
+ "version": "10.20.0",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -58,7 +58,7 @@
58
58
  "test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
59
59
  },
60
60
  "dependencies": {
61
- "@zwave-js/core": "10.19.0",
61
+ "@zwave-js/core": "10.20.0",
62
62
  "@zwave-js/shared": "10.17.0",
63
63
  "alcalzone-shared": "^4.0.8",
64
64
  "ansi-colors": "^4.1.3",
@@ -80,7 +80,7 @@
80
80
  "@types/sinon": "^10.0.14",
81
81
  "@types/xml2js": "^0.4.11",
82
82
  "@types/yargs": "^17.0.24",
83
- "@zwave-js/maintenance": "10.19.0",
83
+ "@zwave-js/maintenance": "10.20.0",
84
84
  "ava": "^4.3.3",
85
85
  "comment-json": "^4.2.3",
86
86
  "del-cli": "^5.0.0",