@zwave-js/config 10.0.0-beta.6 → 10.0.0-beta.7

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.
@@ -21,14 +21,14 @@
21
21
  {
22
22
  "#": "2",
23
23
  "$import": "~/templates/master_template.json#base_0-65535",
24
- "label": "Power Wattage Report Value Threshold",
24
+ "label": "Power (W) Report Threshold",
25
+ "unit": "W",
25
26
  "defaultValue": 5
26
27
  },
27
28
  {
28
29
  "#": "3",
29
- "label": "Power Wattage Report Frequency",
30
- "description": "The number entered as value corresponds to the number of seconds",
31
- "unit": "Seconds",
30
+ "label": "Power (W) Report Interval",
31
+ "unit": "seconds",
32
32
  "valueSize": 4,
33
33
  "minValue": 5,
34
34
  "maxValue": 2678400,
@@ -36,18 +36,36 @@
36
36
  },
37
37
  {
38
38
  "#": "4",
39
- "label": "Energy (kWh) Report Frequency",
40
- "description": "Report interval of power consumption (W) to your controller (hub)",
41
- "unit": "Seconds",
39
+ "label": "Energy (kWh) Report Interval",
40
+ "unit": "seconds",
42
41
  "valueSize": 4,
43
42
  "minValue": 5,
44
43
  "maxValue": 2678400,
45
44
  "defaultValue": 300
46
45
  },
46
+ {
47
+ "#": "35",
48
+ "$if": "firmwareVersion >= 2.3",
49
+ "label": "Current (A) Report Interval",
50
+ "unit": "seconds",
51
+ "valueSize": 4,
52
+ "minValue": 5,
53
+ "maxValue": 2678400,
54
+ "defaultValue": 30
55
+ },
56
+ {
57
+ "#": "36",
58
+ "$if": "firmwareVersion >= 2.3",
59
+ "label": "Voltage (V) Report Interval",
60
+ "unit": "seconds",
61
+ "valueSize": 4,
62
+ "minValue": 5,
63
+ "maxValue": 2678400,
64
+ "defaultValue": 30
65
+ },
47
66
  {
48
67
  "#": "5",
49
68
  "label": "Overload Protection",
50
- "description": "Set the Watt level for overload protection to kick in",
51
69
  "unit": "W",
52
70
  "valueSize": 2,
53
71
  "minValue": 0,
@@ -162,6 +180,55 @@
162
180
  "#": "27",
163
181
  "$import": "~/templates/master_template.json#led_indicator_three_options",
164
182
  "defaultValue": 1
183
+ },
184
+ {
185
+ "#": "28",
186
+ "$if": "firmwareVersion >= 2.2",
187
+ "$import": "~/templates/master_template.json#base_enable_disable",
188
+ "label": "Power/Energy Monitoring",
189
+ "defaultValue": 1
190
+ },
191
+ {
192
+ "#": "29",
193
+ "$if": "firmwareVersion >= 2.2",
194
+ "$import": "~/templates/master_template.json#base_enable_disable",
195
+ "label": "Power/Energy Monitoring (Relay 1)",
196
+ "defaultValue": 1
197
+ },
198
+ {
199
+ "#": "30",
200
+ "$if": "firmwareVersion >= 2.2",
201
+ "$import": "~/templates/master_template.json#base_enable_disable",
202
+ "label": "Power/Energy Monitoring (Relay 2)",
203
+ "defaultValue": 1
204
+ },
205
+ {
206
+ "#": "31",
207
+ "$if": "firmwareVersion >= 2.2",
208
+ "$import": "~/templates/master_template.json#base_enable_disable",
209
+ "label": "Power/Energy Monitoring (Relay 3)",
210
+ "defaultValue": 1
211
+ },
212
+ {
213
+ "#": "32",
214
+ "$if": "firmwareVersion >= 2.2",
215
+ "$import": "~/templates/master_template.json#base_enable_disable",
216
+ "label": "Power/Energy Monitoring (Relay 4)",
217
+ "defaultValue": 1
218
+ },
219
+ {
220
+ "#": "33",
221
+ "$if": "firmwareVersion >= 2.2",
222
+ "$import": "~/templates/master_template.json#base_enable_disable",
223
+ "label": "Power/Energy Monitoring (Relay 5)",
224
+ "defaultValue": 1
225
+ },
226
+ {
227
+ "#": "34",
228
+ "$if": "firmwareVersion >= 2.2",
229
+ "$import": "~/templates/master_template.json#base_enable_disable",
230
+ "label": "Power/Energy Monitoring (USB)",
231
+ "defaultValue": 1
165
232
  }
166
233
  ],
167
234
  "compat": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "10.0.0-beta.6",
3
+ "version": "10.0.0-beta.7",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"