@zwave-js/config 8.7.3-0-pr-3653-ef412a0 → 8.7.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.
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "HomeSeer Technologies",
|
|
3
|
+
"manufacturerId": "0x000c",
|
|
4
|
+
"label": "HS-WX300",
|
|
5
|
+
"description": "Wall Dimmer & Switch",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x4447",
|
|
9
|
+
"productId": "0x4037"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "Lifeline",
|
|
19
|
+
"maxNodes": 5,
|
|
20
|
+
"isLifeline": true
|
|
21
|
+
},
|
|
22
|
+
"2": {
|
|
23
|
+
"label": "Companion Sync",
|
|
24
|
+
"maxNodes": 5
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"paramInformation": [
|
|
28
|
+
{
|
|
29
|
+
"#": "3",
|
|
30
|
+
"label": "Bottom LED Operation",
|
|
31
|
+
"$import": "~/templates/master_template.json#led_indicator_two_options"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"#": "4",
|
|
35
|
+
"$import": "~/templates/master_template.json#orientation"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"#": "5",
|
|
39
|
+
"label": "Dimming Threshold",
|
|
40
|
+
"description": "Sets the lowest dimming threshold",
|
|
41
|
+
"valueSize": 1,
|
|
42
|
+
"minValue": 1,
|
|
43
|
+
"maxValue": 14,
|
|
44
|
+
"defaultValue": 1
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"#": "6",
|
|
48
|
+
"label": "Central Scene, Multi-Tap, Press and Hold",
|
|
49
|
+
"valueSize": 1,
|
|
50
|
+
"minValue": 0,
|
|
51
|
+
"maxValue": 1,
|
|
52
|
+
"defaultValue": 0,
|
|
53
|
+
"allowManualEntry": false,
|
|
54
|
+
"options": [
|
|
55
|
+
{
|
|
56
|
+
"label": "Enable (control load with delay)",
|
|
57
|
+
"value": 0
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"label": "Disable (control load instantly)",
|
|
61
|
+
"value": 1
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"#": "11",
|
|
67
|
+
"label": "Ramp Rate (Z-Wave)",
|
|
68
|
+
"valueSize": 1,
|
|
69
|
+
"unit": "seconds",
|
|
70
|
+
"minValue": 0,
|
|
71
|
+
"maxValue": 90,
|
|
72
|
+
"defaultValue": 3
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"#": "12",
|
|
76
|
+
"label": "Ramp Rate (Manual)",
|
|
77
|
+
"valueSize": 1,
|
|
78
|
+
"unit": "seconds",
|
|
79
|
+
"minValue": 0,
|
|
80
|
+
"maxValue": 90,
|
|
81
|
+
"defaultValue": 3
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"#": "13",
|
|
85
|
+
"label": "Status Mode",
|
|
86
|
+
"$import": "templates/homeseer_template.json#status_mode"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"#": "14",
|
|
90
|
+
"label": "Load Status LED Color",
|
|
91
|
+
"description": "Set the LED color when displaying load status",
|
|
92
|
+
"$import": "templates/homeseer_template.json#led_colors"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"#": "21",
|
|
96
|
+
"label": "Status LED 1 Color",
|
|
97
|
+
"$import": "templates/homeseer_template.json#status_mode_choices"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"#": "22",
|
|
101
|
+
"label": "Status LED 2 Color",
|
|
102
|
+
"$import": "templates/homeseer_template.json#status_mode_choices"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"#": "23",
|
|
106
|
+
"label": "Status LED 3 Color",
|
|
107
|
+
"$import": "templates/homeseer_template.json#status_mode_choices"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"#": "24",
|
|
111
|
+
"label": "Status LED 4 Color",
|
|
112
|
+
"$import": "templates/homeseer_template.json#status_mode_choices"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"#": "25",
|
|
116
|
+
"label": "Status LED 5 Color",
|
|
117
|
+
"$import": "templates/homeseer_template.json#status_mode_choices"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"#": "26",
|
|
121
|
+
"label": "Status LED 6 Color",
|
|
122
|
+
"$import": "templates/homeseer_template.json#status_mode_choices"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"#": "27",
|
|
126
|
+
"label": "Status LED 7 Color",
|
|
127
|
+
"$import": "templates/homeseer_template.json#status_mode_choices"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"#": "30",
|
|
131
|
+
"label": "Custom Status Blink Frequency",
|
|
132
|
+
"$import": "templates/homeseer_template.json#blink_frequency"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"#": "31[0x01]",
|
|
136
|
+
"label": "LED 1 Blink Status",
|
|
137
|
+
"$import": "templates/homeseer_template.json#led_blink_status"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"#": "31[0x02]",
|
|
141
|
+
"label": "LED 2 Blink Status",
|
|
142
|
+
"$import": "templates/homeseer_template.json#led_blink_status"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"#": "31[0x04]",
|
|
146
|
+
"label": "LED 3 Blink Status",
|
|
147
|
+
"$import": "templates/homeseer_template.json#led_blink_status"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"#": "31[0x08]",
|
|
151
|
+
"label": "LED 4 Blink Status",
|
|
152
|
+
"$import": "templates/homeseer_template.json#led_blink_status"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"#": "31[0x10]",
|
|
156
|
+
"label": "LED 5 Blink Status",
|
|
157
|
+
"$import": "templates/homeseer_template.json#led_blink_status"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"#": "31[0x20]",
|
|
161
|
+
"label": "LED 6 Blink Status",
|
|
162
|
+
"$import": "templates/homeseer_template.json#led_blink_status"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"#": "31[0x40]",
|
|
166
|
+
"label": "LED 7 Blink Status",
|
|
167
|
+
"$import": "templates/homeseer_template.json#led_blink_status"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"#": "32",
|
|
171
|
+
"label": "Wire Mode",
|
|
172
|
+
"valueSize": 1,
|
|
173
|
+
"minValue": 0,
|
|
174
|
+
"maxValue": 1,
|
|
175
|
+
"defaultValue": 0,
|
|
176
|
+
"allowManualEntry": false,
|
|
177
|
+
"options": [
|
|
178
|
+
{
|
|
179
|
+
"label": "3 wire mode (Neutral, Line & Load)",
|
|
180
|
+
"value": 0
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"label": "2 wire mode (Line & Load)",
|
|
184
|
+
"value": 1
|
|
185
|
+
}
|
|
186
|
+
]
|
|
187
|
+
}
|
|
188
|
+
]
|
|
189
|
+
}
|
|
@@ -233,5 +233,23 @@
|
|
|
233
233
|
"label": "Temperature reportng interval when on line power",
|
|
234
234
|
"unit": "seconds",
|
|
235
235
|
"minValue": 30
|
|
236
|
+
},
|
|
237
|
+
"led_blink_status": {
|
|
238
|
+
"label": "LED Blink Status",
|
|
239
|
+
"valueSize": 1,
|
|
240
|
+
"minValue": 0,
|
|
241
|
+
"maxValue": 1,
|
|
242
|
+
"defaultValue": 0,
|
|
243
|
+
"allowManualEntry": false,
|
|
244
|
+
"options": [
|
|
245
|
+
{
|
|
246
|
+
"label": "Solid",
|
|
247
|
+
"value": 0
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"label": "Blink",
|
|
251
|
+
"value": 1
|
|
252
|
+
}
|
|
253
|
+
]
|
|
236
254
|
}
|
|
237
255
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "8.7.3
|
|
3
|
+
"version": "8.7.3",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"ts": "node -r esbuild-register"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@zwave-js/core": "8.7.3
|
|
44
|
-
"@zwave-js/shared": "8.7.3
|
|
43
|
+
"@zwave-js/core": "8.7.3",
|
|
44
|
+
"@zwave-js/shared": "8.7.3",
|
|
45
45
|
"alcalzone-shared": "^4.0.0",
|
|
46
46
|
"ansi-colors": "^4.1.1",
|
|
47
47
|
"fs-extra": "^10.0.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@types/semver": "^7.3.9",
|
|
61
61
|
"@types/xml2json": "^0.11.4",
|
|
62
62
|
"@types/yargs": "^17.0.5",
|
|
63
|
-
"@zwave-js/maintenance": "8.7.3
|
|
63
|
+
"@zwave-js/maintenance": "8.7.3",
|
|
64
64
|
"axios": "^0.24.0",
|
|
65
65
|
"comment-json": "^4.1.1",
|
|
66
66
|
"esbuild": "*",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"xml2json": "^0.12.0",
|
|
74
74
|
"yargs": "^17.2.1"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "f37d9e107106fc3859524f67eba6b71eddd3de80"
|
|
77
77
|
}
|