@zwave-js/config 11.5.2 → 11.5.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.
@@ -527,6 +527,20 @@
527
527
  // The device sometimes sends BASIC_SET to the lifeline association when the state of Switch 1
528
528
  // changes but the value is always 0 so treat it as an event.
529
529
  "treatBasicSetAsEvent": true
530
+ },
531
+ {
532
+ "overrideQueries": {
533
+ // The response to the setpoint query is off by one bit: https://github.com/zwave-js/node-zwave-js/issues/5335
534
+ "Thermostat Setpoint": [
535
+ {
536
+ "method": "getSupportedSetpointTypes",
537
+ "result": [
538
+ 1, // Heating
539
+ 7 // Furnace
540
+ ]
541
+ }
542
+ ]
543
+ }
530
544
  }
531
545
  ]
532
546
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  // Auto-On/Off-Timers for ZEN3x and ZEN7x
3
- "auto_timer_base_3x_7x": {
3
+ "auto_timer_base_0x_3x_7x": {
4
4
  "valueSize": 4,
5
5
  "unit": "minutes",
6
6
  "minValue": 0,
@@ -14,13 +14,13 @@
14
14
  }
15
15
  ]
16
16
  },
17
- "auto_off_timer_3x_7x": {
17
+ "auto_off_timer_0x_3x_7x": {
18
18
  "label": "Auto Turn-Off Timer",
19
- "$import": "#auto_timer_base_3x_7x"
19
+ "$import": "#auto_timer_base_0x_3x_7x"
20
20
  },
21
- "auto_on_timer_3x_7x": {
21
+ "auto_on_timer_0x_3x_7x": {
22
22
  "label": "Auto Turn-On Timer",
23
- "$import": "#auto_timer_base_3x_7x"
23
+ "$import": "#auto_timer_base_0x_3x_7x"
24
24
  },
25
25
 
26
26
  // Auto-On/Off-Timers for ZEN5x with fixed time unit
@@ -35,22 +35,22 @@
35
35
  }
36
36
  ]
37
37
  },
38
+ {
39
+ "#": "7",
40
+ "$import": "templates/zooz_template.json#led_indicator_brightness",
41
+ "defaultValue": 2
42
+ },
38
43
  {
39
44
  "#": "2",
40
- "$import": "templates/zooz_template.json#auto_off_timer_duration"
45
+ "$import": "templates/zooz_template.json#auto_off_timer_0x_3x_7x"
41
46
  },
42
47
  {
43
48
  "#": "4",
44
- "$import": "~/templates/master_template.json#base_enable_disable",
45
- "label": "Auto Turn-On Timer"
49
+ "$import": "templates/zooz_template.json#auto_on_timer_0x_3x_7x"
46
50
  },
47
51
  {
48
52
  "#": "6",
49
- "$import": "~/templates/master_template.json#state_after_power_failure_prev_on_off"
50
- },
51
- {
52
- "#": "7",
53
- "$import": "templates/zooz_template.json#led_indicator_brightness"
53
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
54
54
  },
55
55
  {
56
56
  "#": "8",
@@ -69,22 +69,22 @@
69
69
  },
70
70
  {
71
71
  "#": "8",
72
- "$import": "templates/zooz_template.json#auto_timer_base_3x_7x",
72
+ "$import": "templates/zooz_template.json#auto_timer_base_0x_3x_7x",
73
73
  "label": "Auto Turn-Off Timer for Dimmer"
74
74
  },
75
75
  {
76
76
  "#": "9",
77
- "$import": "templates/zooz_template.json#auto_timer_base_3x_7x",
77
+ "$import": "templates/zooz_template.json#auto_timer_base_0x_3x_7x",
78
78
  "label": "Auto Turn-On Timer for Dimmer"
79
79
  },
80
80
  {
81
81
  "#": "10",
82
- "$import": "templates/zooz_template.json#auto_timer_base_3x_7x",
82
+ "$import": "templates/zooz_template.json#auto_timer_base_0x_3x_7x",
83
83
  "label": "Auto Turn-Off Timer for Relay"
84
84
  },
85
85
  {
86
86
  "#": "11",
87
- "$import": "templates/zooz_template.json#auto_timer_base_3x_7x",
87
+ "$import": "templates/zooz_template.json#auto_timer_base_0x_3x_7x",
88
88
  "label": "Auto Turn-On Timer for Relay"
89
89
  },
90
90
  {
@@ -148,12 +148,12 @@
148
148
  },
149
149
  {
150
150
  "#": "16",
151
- "$import": "templates/zooz_template.json#auto_off_timer_3x_7x",
151
+ "$import": "templates/zooz_template.json#auto_off_timer_0x_3x_7x",
152
152
  "label": "Auto-Off Timer (Relay)"
153
153
  },
154
154
  {
155
155
  "#": "17",
156
- "$import": "templates/zooz_template.json#auto_on_timer_3x_7x",
156
+ "$import": "templates/zooz_template.json#auto_on_timer_0x_3x_7x",
157
157
  "label": "Auto-On Timer (Relay)"
158
158
  },
159
159
  {
@@ -36,11 +36,11 @@
36
36
  },
37
37
  {
38
38
  "#": "3",
39
- "$import": "templates/zooz_template.json#auto_off_timer_3x_7x"
39
+ "$import": "templates/zooz_template.json#auto_off_timer_0x_3x_7x"
40
40
  },
41
41
  {
42
42
  "#": "5",
43
- "$import": "templates/zooz_template.json#auto_on_timer_3x_7x"
43
+ "$import": "templates/zooz_template.json#auto_on_timer_0x_3x_7x"
44
44
  },
45
45
  {
46
46
  "#": "8",
@@ -61,11 +61,11 @@
61
61
  },
62
62
  {
63
63
  "#": "3",
64
- "$import": "templates/zooz_template.json#auto_off_timer_3x_7x"
64
+ "$import": "templates/zooz_template.json#auto_off_timer_0x_3x_7x"
65
65
  },
66
66
  {
67
67
  "#": "5",
68
- "$import": "templates/zooz_template.json#auto_on_timer_3x_7x"
68
+ "$import": "templates/zooz_template.json#auto_on_timer_0x_3x_7x"
69
69
  },
70
70
  {
71
71
  "#": "7[0x01]",
@@ -36,11 +36,11 @@
36
36
  },
37
37
  {
38
38
  "#": "3",
39
- "$import": "templates/zooz_template.json#auto_off_timer_3x_7x"
39
+ "$import": "templates/zooz_template.json#auto_off_timer_0x_3x_7x"
40
40
  },
41
41
  {
42
42
  "#": "5",
43
- "$import": "templates/zooz_template.json#auto_on_timer_3x_7x"
43
+ "$import": "templates/zooz_template.json#auto_on_timer_0x_3x_7x"
44
44
  },
45
45
  {
46
46
  "#": "8",
@@ -36,11 +36,11 @@
36
36
  },
37
37
  {
38
38
  "#": "3",
39
- "$import": "templates/zooz_template.json#auto_off_timer_3x_7x"
39
+ "$import": "templates/zooz_template.json#auto_off_timer_0x_3x_7x"
40
40
  },
41
41
  {
42
42
  "#": "5",
43
- "$import": "templates/zooz_template.json#auto_on_timer_3x_7x"
43
+ "$import": "templates/zooz_template.json#auto_on_timer_0x_3x_7x"
44
44
  },
45
45
  {
46
46
  "#": "8",
@@ -44,11 +44,11 @@
44
44
  },
45
45
  {
46
46
  "#": "3",
47
- "$import": "templates/zooz_template.json#auto_off_timer_3x_7x"
47
+ "$import": "templates/zooz_template.json#auto_off_timer_0x_3x_7x"
48
48
  },
49
49
  {
50
50
  "#": "5",
51
- "$import": "templates/zooz_template.json#auto_on_timer_3x_7x"
51
+ "$import": "templates/zooz_template.json#auto_on_timer_0x_3x_7x"
52
52
  },
53
53
  {
54
54
  "#": "7[0x01]",
@@ -57,11 +57,11 @@
57
57
  },
58
58
  {
59
59
  "#": "3",
60
- "$import": "templates/zooz_template.json#auto_off_timer_3x_7x"
60
+ "$import": "templates/zooz_template.json#auto_off_timer_0x_3x_7x"
61
61
  },
62
62
  {
63
63
  "#": "5",
64
- "$import": "templates/zooz_template.json#auto_on_timer_3x_7x"
64
+ "$import": "templates/zooz_template.json#auto_on_timer_0x_3x_7x"
65
65
  },
66
66
  {
67
67
  "#": "7[0x01]",
@@ -321,7 +321,29 @@
321
321
  },
322
322
  {
323
323
  "#": "52",
324
- "$if": "firmwareVersion >= 1.47",
324
+ "$if": "firmwareVersion >= 1.54",
325
+ "label": "Operation Mode",
326
+ "valueSize": 1,
327
+ "defaultValue": 0,
328
+ "allowManualEntry": false,
329
+ "options": [
330
+ {
331
+ "label": "Normal",
332
+ "value": 0
333
+ },
334
+ {
335
+ "label": "On/Off Only",
336
+ "value": 1
337
+ },
338
+ {
339
+ "label": "Smart Bulb",
340
+ "value": 2
341
+ }
342
+ ]
343
+ },
344
+ {
345
+ "#": "52",
346
+ "$if": "firmwareVersion >= 1.47 && firmwareVersion < 1.54",
325
347
  "label": "Smart Bulb Mode",
326
348
  "description": "Optimize power output to be more compatible with smart bulbs. This prevents the dimmer from being able to dim & makes it act like an ON / OFF switch.",
327
349
  "valueSize": 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "11.5.2",
3
+ "version": "11.5.3",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"