@zwave-js/config 10.0.0-beta.3 → 10.0.0-beta.6
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/ConfigManager.d.ts.map +1 -1
- package/build/ConfigManager.js +15 -10
- package/build/ConfigManager.js.map +1 -1
- package/build/DeviceClasses.d.ts.map +1 -1
- package/build/DeviceClasses.js +1 -2
- package/build/DeviceClasses.js.map +1 -1
- package/build/Manufacturers.d.ts.map +1 -1
- package/build/Manufacturers.js +1 -2
- package/build/Manufacturers.js.map +1 -1
- package/build/Meters.d.ts.map +1 -1
- package/build/Meters.js +1 -2
- package/build/Meters.js.map +1 -1
- package/build/Notifications.d.ts.map +1 -1
- package/build/Notifications.js +2 -3
- package/build/Notifications.js.map +1 -1
- package/build/SensorTypes.d.ts.map +1 -1
- package/build/SensorTypes.js +1 -2
- package/build/SensorTypes.js.map +1 -1
- package/build/devices/DeviceConfig.d.ts.map +1 -1
- package/build/devices/DeviceConfig.js +5 -6
- package/build/devices/DeviceConfig.js.map +1 -1
- package/build/devices/EndpointConfig.d.ts.map +1 -1
- package/build/devices/EndpointConfig.js +1 -2
- package/build/devices/EndpointConfig.js.map +1 -1
- package/config/devices/0x010f/fgms001.json +208 -124
- package/config/devices/0x010f/fgwpb-121.json +0 -4
- package/config/devices/0x010f/fgwpg-111.json +448 -0
- package/config/devices/0x010f/fgwpg-121.json +98 -102
- package/config/devices/0x0271/is140-2.json +15 -123
- package/config/devices/0x0271/l_810_led_ihf.json +16 -90
- package/config/devices/0x0271/motionswitch_led.json +89 -106
- package/config/devices/0x0271/rs_led_d2_z-wave.json +15 -93
- package/config/devices/0x0271/templates/steinel_template.json +237 -0
- package/config/devices/0x0271/xled_home_2.json +14 -209
- package/config/devices/0x027a/zen05.json +63 -0
- package/config/devices/0x027a/zen17.json +71 -20
- package/config/devices/0x0312/mp20z.json +13 -71
- package/config/devices/0x0312/mp21z.json +2 -32
- package/config/devices/0x0312/mp21zd.json +8 -8
- package/config/devices/0x0312/{mp21zp.json → mp21zp_mp31zp.json} +3 -6
- package/config/devices/0x0312/mp22z.json +5 -47
- package/config/devices/0x0312/mp22zd.json +2 -2
- package/config/devices/0x0312/mp22zp.json +1 -7
- package/config/devices/0x0312/mp23z.json +2 -32
- package/config/devices/0x0312/mp24z.json +5 -45
- package/config/devices/0x0312/mr40z.json +3 -3
- package/config/devices/0x0312/ms10z.json +11 -25
- package/config/devices/0x0312/ms11zs.json +1 -1
- package/config/devices/0x0312/ms12z.json +11 -25
- package/config/devices/0x0312/ms13z.json +14 -14
- package/config/devices/0x0312/n4001.json +1 -7
- package/config/devices/0x0312/n4002.json +10 -10
- package/config/devices/0x0312/n4003.json +55 -0
- package/config/devices/0x0312/nzw30.json +3 -44
- package/config/devices/0x0312/nzw30s.json +3 -40
- package/config/devices/0x0312/nzw30t.json +2 -22
- package/config/devices/0x0312/nzw31.json +2 -21
- package/config/devices/0x0312/nzw31s.json +2 -21
- package/config/devices/0x0312/nzw36.json +2 -26
- package/config/devices/0x0312/nzw96.json +2 -26
- package/config/devices/0x0312/templates/minoston_template.json +43 -1
- package/config/devices/0x0312/zw30.json +16 -144
- package/config/devices/0x0312/zw31.json +16 -146
- package/config/devices/0x0312/zw31s.json +10 -10
- package/config/devices/0x0312/zw39.json +4 -44
- package/config/devices/0x0312/zw922.json +3 -3
- package/config/devices/0x0312/zw96.json +5 -32
- package/config/devices/0x0312/zw97.json +9 -46
- package/config/devices/templates/master_template.json +21 -1
- package/config/indicators.json +1 -1
- package/package.json +8 -6
|
@@ -63,161 +63,47 @@
|
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"#": "2",
|
|
66
|
-
"
|
|
67
|
-
"valueSize": 1,
|
|
68
|
-
"defaultValue": 0,
|
|
69
|
-
"unsigned": true,
|
|
70
|
-
"allowManualEntry": false,
|
|
71
|
-
"options": [
|
|
72
|
-
{
|
|
73
|
-
"label": "LED on when load off, LED off when load on",
|
|
74
|
-
"value": 0
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"label": "LED on when load on, LED off when load off",
|
|
78
|
-
"value": 1
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"label": "LED always off",
|
|
82
|
-
"value": 2
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"label": "LED always on",
|
|
86
|
-
"value": 3
|
|
87
|
-
}
|
|
88
|
-
]
|
|
66
|
+
"$import": "~/templates/master_template.json#led_indicator_four_options"
|
|
89
67
|
},
|
|
90
68
|
{
|
|
91
69
|
"#": "3",
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"defaultValue": 0,
|
|
95
|
-
"unsigned": true,
|
|
96
|
-
"allowManualEntry": false,
|
|
97
|
-
"options": [
|
|
98
|
-
{
|
|
99
|
-
"label": "Disabled",
|
|
100
|
-
"value": 0
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"label": "Enabled",
|
|
104
|
-
"value": 1
|
|
105
|
-
}
|
|
106
|
-
]
|
|
70
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
71
|
+
"label": "Enable/Disable Auto-Off Timer"
|
|
107
72
|
},
|
|
108
73
|
{
|
|
109
74
|
"#": "4",
|
|
110
|
-
"
|
|
111
|
-
"
|
|
75
|
+
"$import": "~/templates/master_template.json#base_1-65535",
|
|
76
|
+
"label": "Auto-Off Timer",
|
|
112
77
|
"unit": "minutes",
|
|
113
|
-
"
|
|
114
|
-
"maxValue": 65535,
|
|
115
|
-
"defaultValue": 60,
|
|
116
|
-
"unsigned": true
|
|
78
|
+
"defaultValue": 60
|
|
117
79
|
},
|
|
118
80
|
{
|
|
119
81
|
"#": "5",
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"defaultValue": 0,
|
|
123
|
-
"unsigned": true,
|
|
124
|
-
"allowManualEntry": false,
|
|
125
|
-
"options": [
|
|
126
|
-
{
|
|
127
|
-
"label": "Disabled",
|
|
128
|
-
"value": 0
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"label": "Enabled",
|
|
132
|
-
"value": 1
|
|
133
|
-
}
|
|
134
|
-
]
|
|
82
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
83
|
+
"label": "Enable/Disable Auto-On Timer"
|
|
135
84
|
},
|
|
136
85
|
{
|
|
137
86
|
"#": "6",
|
|
138
|
-
"
|
|
139
|
-
"
|
|
87
|
+
"$import": "~/templates/master_template.json#base_1-65535",
|
|
88
|
+
"label": "Auto-On Timer",
|
|
140
89
|
"unit": "minutes",
|
|
141
|
-
"
|
|
142
|
-
"maxValue": 65535,
|
|
143
|
-
"defaultValue": 60,
|
|
144
|
-
"unsigned": true
|
|
90
|
+
"defaultValue": 60
|
|
145
91
|
},
|
|
146
92
|
{
|
|
147
93
|
"#": "7[0x01]",
|
|
148
|
-
"
|
|
149
|
-
"description": "Determine whether a trigger of this type should prompt a status change report to associated devices.",
|
|
150
|
-
"valueSize": 1,
|
|
151
|
-
"defaultValue": 1,
|
|
152
|
-
"unsigned": true,
|
|
153
|
-
"allowManualEntry": false,
|
|
154
|
-
"options": [
|
|
155
|
-
{
|
|
156
|
-
"label": "Disable",
|
|
157
|
-
"value": 0
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"label": "Enable",
|
|
161
|
-
"value": 1
|
|
162
|
-
}
|
|
163
|
-
]
|
|
94
|
+
"$import": "templates/minoston_template.json#status_change_report_local_control"
|
|
164
95
|
},
|
|
165
96
|
{
|
|
166
97
|
"#": "7[0x02]",
|
|
167
|
-
"
|
|
168
|
-
"description": "Determine whether a trigger of this type should prompt a status change report to associated devices.",
|
|
169
|
-
"valueSize": 1,
|
|
170
|
-
"defaultValue": 1,
|
|
171
|
-
"unsigned": true,
|
|
172
|
-
"allowManualEntry": false,
|
|
173
|
-
"options": [
|
|
174
|
-
{
|
|
175
|
-
"label": "Disable",
|
|
176
|
-
"value": 0
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"label": "Enable",
|
|
180
|
-
"value": 1
|
|
181
|
-
}
|
|
182
|
-
]
|
|
98
|
+
"$import": "templates/minoston_template.json#status_change_report_three_way"
|
|
183
99
|
},
|
|
184
100
|
{
|
|
185
101
|
"#": "7[0x04]",
|
|
186
|
-
"
|
|
187
|
-
"description": "Determine whether a trigger of this type should prompt a status change report to associated devices.",
|
|
188
|
-
"valueSize": 1,
|
|
189
|
-
"defaultValue": 1,
|
|
190
|
-
"unsigned": true,
|
|
191
|
-
"allowManualEntry": false,
|
|
192
|
-
"options": [
|
|
193
|
-
{
|
|
194
|
-
"label": "Disable",
|
|
195
|
-
"value": 0
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"label": "Enable",
|
|
199
|
-
"value": 1
|
|
200
|
-
}
|
|
201
|
-
]
|
|
102
|
+
"$import": "templates/minoston_template.json#status_change_report_zwave"
|
|
202
103
|
},
|
|
203
104
|
{
|
|
204
105
|
"#": "7[0x08]",
|
|
205
|
-
"
|
|
206
|
-
"description": "Determine whether a trigger of this type should prompt a status change report to associated devices.",
|
|
207
|
-
"valueSize": 1,
|
|
208
|
-
"defaultValue": 1,
|
|
209
|
-
"unsigned": true,
|
|
210
|
-
"allowManualEntry": false,
|
|
211
|
-
"options": [
|
|
212
|
-
{
|
|
213
|
-
"label": "Disable",
|
|
214
|
-
"value": 0
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"label": "Enable",
|
|
218
|
-
"value": 1
|
|
219
|
-
}
|
|
220
|
-
]
|
|
106
|
+
"$import": "templates/minoston_template.json#status_change_report_timer"
|
|
221
107
|
},
|
|
222
108
|
{
|
|
223
109
|
"#": "8",
|
|
@@ -236,7 +122,6 @@
|
|
|
236
122
|
"#": "10",
|
|
237
123
|
"label": "Minimum Dim Level",
|
|
238
124
|
"valueSize": 1,
|
|
239
|
-
"unit": "%",
|
|
240
125
|
"minValue": 1,
|
|
241
126
|
"maxValue": 99,
|
|
242
127
|
"defaultValue": 1,
|
|
@@ -246,7 +131,6 @@
|
|
|
246
131
|
"#": "11",
|
|
247
132
|
"label": "Maximum Dim Level",
|
|
248
133
|
"valueSize": 1,
|
|
249
|
-
"unit": "%",
|
|
250
134
|
"minValue": 1,
|
|
251
135
|
"maxValue": 99,
|
|
252
136
|
"defaultValue": 99,
|
|
@@ -294,21 +178,7 @@
|
|
|
294
178
|
},
|
|
295
179
|
{
|
|
296
180
|
"#": "15",
|
|
297
|
-
"
|
|
298
|
-
"valueSize": 1,
|
|
299
|
-
"defaultValue": 1,
|
|
300
|
-
"unsigned": true,
|
|
301
|
-
"allowManualEntry": false,
|
|
302
|
-
"options": [
|
|
303
|
-
{
|
|
304
|
-
"label": "Disable",
|
|
305
|
-
"value": 0
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"label": "Enable",
|
|
309
|
-
"value": 1
|
|
310
|
-
}
|
|
311
|
-
]
|
|
181
|
+
"$import": "templates/minoston_template.json#enable_local_control"
|
|
312
182
|
}
|
|
313
183
|
],
|
|
314
184
|
"metadata": {
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"#": "3",
|
|
28
|
-
"$import": "
|
|
28
|
+
"$import": "templates/minoston_template.json#auto_off_timer"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"#": "5",
|
|
32
|
-
"$import": "
|
|
32
|
+
"$import": "templates/minoston_template.json#auto_on_timer"
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
"#": "8",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
"#": "12",
|
|
64
|
-
"$import": "
|
|
64
|
+
"$import": "templates/minoston_template.json#double_tap_function"
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
"#": "15",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
"#": "21",
|
|
72
|
-
"$import": "
|
|
72
|
+
"$import": "templates/minoston_template.json#report_state_when_local_control_disabled"
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
"#": "18",
|
|
@@ -77,27 +77,27 @@
|
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
"#": "19",
|
|
80
|
-
"$import": "
|
|
80
|
+
"$import": "templates/minoston_template.json#external_switch_type_four_options"
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"#": "20",
|
|
84
|
-
"$import": "
|
|
84
|
+
"$import": "templates/minoston_template.json#association_reports_basic_multilevel"
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"#": "22",
|
|
88
|
-
"$import": "
|
|
88
|
+
"$import": "templates/minoston_template.json#night_mode_brightness"
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
"#": "23",
|
|
92
|
-
"$import": "
|
|
92
|
+
"$import": "templates/minoston_template.json#led_indicator_color"
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"#": "24",
|
|
96
|
-
"$import": "
|
|
96
|
+
"$import": "templates/minoston_template.json#led_indicator_brightness"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"#": "25",
|
|
100
|
-
"$import": "
|
|
100
|
+
"$import": "templates/minoston_template.json#single_tap_function"
|
|
101
101
|
}
|
|
102
102
|
],
|
|
103
103
|
"metadata": {
|
|
@@ -43,56 +43,16 @@
|
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"#": "3",
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"valueSize": 1,
|
|
49
|
-
"defaultValue": 1,
|
|
50
|
-
"allowManualEntry": false,
|
|
51
|
-
"options": [
|
|
52
|
-
{
|
|
53
|
-
"label": "OFF",
|
|
54
|
-
"value": 0
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"label": "ON",
|
|
58
|
-
"value": 1
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"label": "Disabled",
|
|
62
|
-
"value": 2
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"label": "Always ON",
|
|
66
|
-
"value": 3
|
|
67
|
-
}
|
|
68
|
-
]
|
|
46
|
+
"$import": "~/templates/master_template.json#led_indicator_four_options",
|
|
47
|
+
"defaultValue": 1
|
|
69
48
|
},
|
|
70
49
|
{
|
|
71
50
|
"#": "4",
|
|
72
|
-
"
|
|
73
|
-
"description": "Invert on & off on the physical switch",
|
|
74
|
-
"valueSize": 1,
|
|
75
|
-
"defaultValue": 0,
|
|
76
|
-
"allowManualEntry": false,
|
|
77
|
-
"options": [
|
|
78
|
-
{
|
|
79
|
-
"label": "Disable",
|
|
80
|
-
"value": 0
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"label": "Enable",
|
|
84
|
-
"value": 1
|
|
85
|
-
}
|
|
86
|
-
]
|
|
51
|
+
"$import": "~/templates/master_template.json#orientation"
|
|
87
52
|
},
|
|
88
53
|
{
|
|
89
54
|
"#": "5",
|
|
90
|
-
"
|
|
91
|
-
"valueSize": 2,
|
|
92
|
-
"unit": "seconds",
|
|
93
|
-
"minValue": 0,
|
|
94
|
-
"maxValue": 32767,
|
|
95
|
-
"defaultValue": 0
|
|
55
|
+
"$import": "templates/minoston_template.json#auto_off_timer_32767s"
|
|
96
56
|
},
|
|
97
57
|
{
|
|
98
58
|
"#": "7",
|
|
@@ -54,17 +54,17 @@
|
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"#": "2",
|
|
57
|
-
"$import": "
|
|
57
|
+
"$import": "templates/minoston_template.json#led_indicator_color_upper"
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
60
|
"#": "3",
|
|
61
|
-
"$import": "
|
|
61
|
+
"$import": "templates/minoston_template.json#led_indicator_color_lower"
|
|
62
62
|
}
|
|
63
63
|
],
|
|
64
64
|
"metadata": {
|
|
65
65
|
"inclusion": "1. Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n2. When prompted by your primary controller, click the Up or Down button six times in one second.\nThe device is compatible with SmartStart\nSmartStart enabled products can be added into a Z-Wave™ network by scanning the Z-Wave™ QR Code found on the top of the outlet or the back of\nthe box with a controller providing SmartStart inclusion.No further action is required and the SmartStart product will be added automatically within\n10 minutes of being switched on and in the network vicinity",
|
|
66
66
|
"exclusion": "1. Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n2. When prompted by your primary controller, click the Up or Down button six times in one second.\nThe device is compatible with SmartStart\nSmartStart enabled products can be added into a Z-Wave™ network by scanning the Z-Wave™ QR Code found on the top of the outlet or the back of\nthe box with a controller providing SmartStart inclusion.No further action is required and the SmartStart product will be added automatically within\n10 minutes of being switched on and in the network vicinity",
|
|
67
|
-
"reset": "
|
|
67
|
+
"reset": "Triple-tap and hold to reset, LED indicator will blink red 5 times to confirm successful reset",
|
|
68
68
|
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4080/ZW922-manual-20210118.pdf"
|
|
69
69
|
}
|
|
70
70
|
}
|
|
@@ -28,44 +28,17 @@
|
|
|
28
28
|
"paramInformation": [
|
|
29
29
|
{
|
|
30
30
|
"#": "1",
|
|
31
|
-
"
|
|
32
|
-
"valueSize": 1,
|
|
33
|
-
"defaultValue": 0,
|
|
34
|
-
"allowManualEntry": false,
|
|
35
|
-
"options": [
|
|
36
|
-
{
|
|
37
|
-
"label": "On when load is on",
|
|
38
|
-
"value": 0
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"label": "On when load is off",
|
|
42
|
-
"value": 1
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"label": "Disable",
|
|
46
|
-
"value": 2
|
|
47
|
-
}
|
|
48
|
-
]
|
|
31
|
+
"$import": "~/templates/master_template.json#led_indicator_three_options_inverted"
|
|
49
32
|
},
|
|
50
33
|
{
|
|
51
34
|
"#": "2",
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"unit": "minutes",
|
|
55
|
-
"minValue": 0,
|
|
56
|
-
"maxValue": 65535,
|
|
57
|
-
"defaultValue": 0,
|
|
58
|
-
"unsigned": true
|
|
35
|
+
"$import": "templates/minoston_template.json#auto_off_timer",
|
|
36
|
+
"label": "Outlet 1 (Right): Auto Off Timer"
|
|
59
37
|
},
|
|
60
38
|
{
|
|
61
39
|
"#": "3",
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"unit": "minutes",
|
|
65
|
-
"minValue": 0,
|
|
66
|
-
"maxValue": 65535,
|
|
67
|
-
"defaultValue": 0,
|
|
68
|
-
"unsigned": true
|
|
40
|
+
"$import": "templates/minoston_template.json#auto_on_timer",
|
|
41
|
+
"label": "Outlet 1 (Right): Auto On Timer"
|
|
69
42
|
},
|
|
70
43
|
{
|
|
71
44
|
"#": "4",
|
|
@@ -32,64 +32,27 @@
|
|
|
32
32
|
"paramInformation": [
|
|
33
33
|
{
|
|
34
34
|
"#": "1",
|
|
35
|
-
"
|
|
36
|
-
"valueSize": 1,
|
|
37
|
-
"defaultValue": 0,
|
|
38
|
-
"allowManualEntry": false,
|
|
39
|
-
"options": [
|
|
40
|
-
{
|
|
41
|
-
"label": "On when load is on",
|
|
42
|
-
"value": 0
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"label": "On when load is off",
|
|
46
|
-
"value": 1
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"label": "Disable",
|
|
50
|
-
"value": 2
|
|
51
|
-
}
|
|
52
|
-
]
|
|
35
|
+
"$import": "~/templates/master_template.json#led_indicator_three_options_inverted"
|
|
53
36
|
},
|
|
54
37
|
{
|
|
55
38
|
"#": "2",
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"unit": "minutes",
|
|
59
|
-
"minValue": 0,
|
|
60
|
-
"maxValue": 65535,
|
|
61
|
-
"defaultValue": 0,
|
|
62
|
-
"unsigned": true
|
|
39
|
+
"$import": "templates/minoston_template.json#auto_off_timer",
|
|
40
|
+
"label": "Outlet 1 (Left): Auto Off Timer"
|
|
63
41
|
},
|
|
64
42
|
{
|
|
65
43
|
"#": "4",
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"unit": "minutes",
|
|
69
|
-
"minValue": 0,
|
|
70
|
-
"maxValue": 65535,
|
|
71
|
-
"defaultValue": 0,
|
|
72
|
-
"unsigned": true
|
|
44
|
+
"$import": "templates/minoston_template.json#auto_on_timer",
|
|
45
|
+
"label": "Outlet 1 (Left): Auto On Timer"
|
|
73
46
|
},
|
|
74
47
|
{
|
|
75
48
|
"#": "3",
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"unit": "minutes",
|
|
79
|
-
"minValue": 0,
|
|
80
|
-
"maxValue": 65535,
|
|
81
|
-
"defaultValue": 0,
|
|
82
|
-
"unsigned": true
|
|
49
|
+
"$import": "templates/minoston_template.json#auto_off_timer",
|
|
50
|
+
"label": "Outlet 2 (Right): Auto Off Timer"
|
|
83
51
|
},
|
|
84
52
|
{
|
|
85
53
|
"#": "5",
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"unit": "minutes",
|
|
89
|
-
"minValue": 0,
|
|
90
|
-
"maxValue": 65535,
|
|
91
|
-
"defaultValue": 0,
|
|
92
|
-
"unsigned": true
|
|
54
|
+
"$import": "templates/minoston_template.json#auto_on_timer",
|
|
55
|
+
"label": "Outlet 2 (Right): Auto On Timer"
|
|
93
56
|
},
|
|
94
57
|
{
|
|
95
58
|
"#": "6",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"valueSize": 4,
|
|
156
156
|
"minValue": 1,
|
|
157
157
|
"maxValue": 65535,
|
|
158
|
-
"defaultValue":
|
|
158
|
+
"defaultValue": 1,
|
|
159
159
|
"unsigned": true
|
|
160
160
|
},
|
|
161
161
|
"base_true_false": {
|
|
@@ -358,6 +358,26 @@
|
|
|
358
358
|
}
|
|
359
359
|
]
|
|
360
360
|
},
|
|
361
|
+
"led_indicator_three_options_inverted": {
|
|
362
|
+
"label": "LED Indicator",
|
|
363
|
+
"valueSize": 1,
|
|
364
|
+
"defaultValue": 0,
|
|
365
|
+
"allowManualEntry": false,
|
|
366
|
+
"options": [
|
|
367
|
+
{
|
|
368
|
+
"label": "On when load is on",
|
|
369
|
+
"value": 0
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"label": "On when load is off",
|
|
373
|
+
"value": 1
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"label": "Always off",
|
|
377
|
+
"value": 2
|
|
378
|
+
}
|
|
379
|
+
]
|
|
380
|
+
},
|
|
361
381
|
"led_indicator_four_options": {
|
|
362
382
|
"label": "LED Indicator",
|
|
363
383
|
"valueSize": 1,
|
package/config/indicators.json
CHANGED
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
},
|
|
134
134
|
"0x05": {
|
|
135
135
|
"label": "On/Off Period: On time",
|
|
136
|
-
"description": "This property is used to set the length of the On time during an On/Off period. It allows
|
|
136
|
+
"description": "This property is used to set the length of the On time during an On/Off period. It allows asymmetric On/Off periods. The value 0x00 MUST represent symmetric On/Off period (On time equal to Off time)"
|
|
137
137
|
},
|
|
138
138
|
"0x0a": {
|
|
139
139
|
"label": "Timeout: Hours",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "10.0.0-beta.
|
|
3
|
+
"version": "10.0.0-beta.6",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -46,14 +46,15 @@
|
|
|
46
46
|
"scripts": {
|
|
47
47
|
"prebuild": "yarn ts maintenance/prebuild.ts",
|
|
48
48
|
"build": "yarn prebuild && tsc -b tsconfig.build.json",
|
|
49
|
+
"extract-api": "yarn api-extractor run",
|
|
49
50
|
"clean": "tsc -b tsconfig.build.json --clean",
|
|
50
51
|
"watch": "yarn run build --watch --pretty",
|
|
51
52
|
"lint_config": "yarn ts maintenance/lintConfigFiles.ts",
|
|
52
53
|
"ts": "node -r esbuild-register"
|
|
53
54
|
},
|
|
54
55
|
"dependencies": {
|
|
55
|
-
"@zwave-js/core": "10.0.0-beta.
|
|
56
|
-
"@zwave-js/shared": "10.0.0-beta.
|
|
56
|
+
"@zwave-js/core": "10.0.0-beta.6",
|
|
57
|
+
"@zwave-js/shared": "10.0.0-beta.6",
|
|
57
58
|
"alcalzone-shared": "^4.0.1",
|
|
58
59
|
"ansi-colors": "^4.1.3",
|
|
59
60
|
"fs-extra": "^10.1.0",
|
|
@@ -63,19 +64,20 @@
|
|
|
63
64
|
"winston": "^3.8.1"
|
|
64
65
|
},
|
|
65
66
|
"devDependencies": {
|
|
67
|
+
"@microsoft/api-extractor": "*",
|
|
66
68
|
"@types/fs-extra": "^9.0.13",
|
|
67
69
|
"@types/jest": "^27.5.2",
|
|
68
70
|
"@types/js-levenshtein": "^1.1.1",
|
|
69
71
|
"@types/json-logic-js": "^2.0.1",
|
|
70
|
-
"@types/node": "^14.18.
|
|
72
|
+
"@types/node": "^14.18.23",
|
|
71
73
|
"@types/pegjs": "^0.10.3",
|
|
72
74
|
"@types/semver": "^7.3.10",
|
|
73
75
|
"@types/xml2js": "^0.4.11",
|
|
74
76
|
"@types/yargs": "^17.0.10",
|
|
75
|
-
"@zwave-js/maintenance": "10.0.0-beta.
|
|
77
|
+
"@zwave-js/maintenance": "10.0.0-beta.6",
|
|
76
78
|
"axios": "^0.27.2",
|
|
77
79
|
"comment-json": "^4.2.2",
|
|
78
|
-
"esbuild": "0.14.
|
|
80
|
+
"esbuild": "0.14.51",
|
|
79
81
|
"esbuild-register": "^3.3.3",
|
|
80
82
|
"jest-extended": "^2.0.0",
|
|
81
83
|
"js-levenshtein": "^1.1.6",
|