@zwave-js/config 8.11.3-20220130 → 8.11.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.
Files changed (60) hide show
  1. package/LICENSE +21 -0
  2. package/config/devices/0x000c/hs-fls100.json +18 -1
  3. package/config/devices/0x000c/hs-wd200.json +4 -4
  4. package/config/devices/0x000c/hs-wx300.json +4 -4
  5. package/config/devices/0x0063/14287.json +25 -0
  6. package/config/devices/0x0063/52252_52253_zw3012.json +2 -2
  7. package/config/devices/0x0086/dsd31.json +5 -0
  8. package/config/devices/0x0086/templates/aeotec_template.json +4 -2
  9. package/config/devices/0x0086/zw098.json +10 -0
  10. package/config/devices/0x0086/zw099.json +4 -2
  11. package/config/devices/0x0086/zw121.json +7 -0
  12. package/config/devices/0x0086/zw122.json +10 -5
  13. package/config/devices/0x0090/hc620.json +5 -0
  14. package/config/devices/0x0090/smartcode_888.json +1 -0
  15. package/config/devices/0x0098/ct101.json +5 -0
  16. package/config/devices/0x0098/ct110.json +12 -5
  17. package/config/devices/0x010f/fgk101.json +291 -208
  18. package/config/devices/0x010f/fgr223.json +29 -10
  19. package/config/devices/0x010f/fgrgbw-442.json +24 -12
  20. package/config/devices/0x010f/fgwdeu.json +327 -191
  21. package/config/devices/0x010f/fgwreu-111.json +296 -120
  22. package/config/devices/0x010f/templates/fibaro_template.json +37 -0
  23. package/config/devices/0x0148/spirit.json +7 -1
  24. package/config/devices/0x0159/zmnhtd.json +10 -3
  25. package/config/devices/0x015f/mh-3901z.json +140 -0
  26. package/config/devices/0x016a/ft096.json +12 -6
  27. package/config/devices/0x016a/ft100.json +4 -0
  28. package/config/devices/0x016a/ft121.json +6 -1
  29. package/config/devices/0x0179/ch-103.json +160 -0
  30. package/config/devices/0x0190/adc-t_3000.json +2136 -0
  31. package/config/devices/0x0234/zhc5010.json +8 -4
  32. package/config/devices/0x024f/fwc01.json +1 -0
  33. package/config/devices/0x0258/eu-1.json +7 -51
  34. package/config/devices/0x0258/eu-2.json +9 -53
  35. package/config/devices/0x0258/eu-3.json +20 -96
  36. package/config/devices/0x0258/nas-ab01z.json +14 -39
  37. package/config/devices/0x0258/nas-pd01z.json +4 -0
  38. package/config/devices/0x0258/nas-pd07u1.json +10 -47
  39. package/config/devices/0x0258/nas-pd07z.json +4 -31
  40. package/config/devices/0x0258/nas-rc03z.json +27 -7
  41. package/config/devices/0x0258/nas-sc03ze.json +46 -0
  42. package/config/devices/0x0258/nas-wr01z.json +17 -71
  43. package/config/devices/0x0258/nas-wr01ze.json +18 -73
  44. package/config/devices/0x0258/{flood_sensor.json → nas-ws01z.json} +12 -38
  45. package/config/devices/0x0258/neo-ds07z.json +5 -36
  46. package/config/devices/0x0258/templates/shenzhen_neo_template.json +8 -62
  47. package/config/devices/0x0267/10002081-13x.json +190 -0
  48. package/config/devices/0x031e/lzw30-sn.json +3 -1
  49. package/config/devices/0x031e/lzw31-sn.json +80 -190
  50. package/config/devices/0x0330/zv9101.json +4 -0
  51. package/config/devices/0x0346/alarm_keypad_gen1.json +3 -0
  52. package/config/devices/0x0371/zwa003.json +4 -0
  53. package/config/devices/0x041a/kp-so-02.json +101 -0
  54. package/config/devices/0x044c/myot.json +75 -0
  55. package/config/devices/templates/master_template.json +18 -0
  56. package/package.json +12 -11
  57. package/config/devices/0x0258/motion_sensor_in.json +0 -62
  58. package/config/devices/0x0258/neo_coolcam_roller_shutter.json +0 -113
  59. package/config/devices/0x0258/sos_remote_control.json +0 -53
  60. package/config/devices/index.json +0 -34023
@@ -640,7 +640,8 @@
640
640
  "valueSize": 4,
641
641
  "minValue": 0,
642
642
  "maxValue": 255,
643
- "defaultValue": 255
643
+ "defaultValue": 255,
644
+ "unsigned": true
644
645
  },
645
646
  {
646
647
  "#": "19[0xff0000]",
@@ -675,7 +676,8 @@
675
676
  "valueSize": 4,
676
677
  "minValue": 0,
677
678
  "maxValue": 255,
678
- "defaultValue": 255
679
+ "defaultValue": 255,
680
+ "unsigned": true
679
681
  },
680
682
  {
681
683
  "#": "20[0xff0000]",
@@ -710,7 +712,8 @@
710
712
  "valueSize": 4,
711
713
  "minValue": 0,
712
714
  "maxValue": 255,
713
- "defaultValue": 255
715
+ "defaultValue": 255,
716
+ "unsigned": true
714
717
  },
715
718
  {
716
719
  "#": "21[0xff0000]",
@@ -745,7 +748,8 @@
745
748
  "valueSize": 4,
746
749
  "minValue": 0,
747
750
  "maxValue": 255,
748
- "defaultValue": 255
751
+ "defaultValue": 255,
752
+ "unsigned": true
749
753
  },
750
754
  {
751
755
  "#": "22[0xff0000]",
@@ -146,6 +146,7 @@
146
146
  "minValue": 0,
147
147
  "maxValue": 3,
148
148
  "defaultValue": 0,
149
+ "unsigned": true,
149
150
  "options": [
150
151
  {
151
152
  "label": "1 Light Zone",
@@ -20,63 +20,19 @@
20
20
  "paramInformation": [
21
21
  {
22
22
  "#": "1",
23
- "label": "Relay On/Off Status Saved Enable",
24
- "description": "Restore switch status on power restore.",
25
- "valueSize": 1,
26
- "minValue": 0,
27
- "maxValue": 1,
28
- "defaultValue": 1,
29
- "allowManualEntry": false,
30
- "options": [
31
- {
32
- "label": "Do not save the On/Off status",
33
- "value": 0
34
- },
35
- {
36
- "label": "Save and restore the relay On/Off status",
37
- "value": 1
38
- }
39
- ]
23
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
40
24
  },
41
25
  {
42
26
  "#": "2",
43
- "label": "Back light Enable",
44
- "description": "Enable back light when Light Switch is powered on.",
45
- "valueSize": 1,
46
- "minValue": 0,
47
- "maxValue": 1,
48
- "defaultValue": 1,
49
- "allowManualEntry": false,
50
- "options": [
51
- {
52
- "label": "Disable back light LED",
53
- "value": 0
54
- },
55
- {
56
- "label": "Enable back light LED",
57
- "value": 1
58
- }
59
- ]
27
+ "$import": "~/templates/master_template.json#base_enable_disable",
28
+ "label": "Backlight",
29
+ "description": "Enable backlight when switch is on",
30
+ "defaultValue": 1
60
31
  },
61
32
  {
62
33
  "#": "3",
63
- "label": "Relay On/Off Indicate",
64
- "description": "Switch on LED indicator.",
65
- "valueSize": 1,
66
- "minValue": 0,
67
- "maxValue": 1,
68
- "defaultValue": 1,
69
- "allowManualEntry": false,
70
- "options": [
71
- {
72
- "label": "Do not change LED state when on",
73
- "value": 0
74
- },
75
- {
76
- "label": "Pink LED state when on",
77
- "value": 1
78
- }
79
- ]
34
+ "$import": "~/templates/master_template.json#enable_led_indicator",
35
+ "defaultValue": 1
80
36
  }
81
37
  ]
82
38
  }
@@ -24,68 +24,24 @@
24
24
  "paramInformation": [
25
25
  {
26
26
  "#": "1",
27
- "label": "Back light Enable",
28
- "description": "Enable back light when Light Switch is powered on.",
29
- "valueSize": 1,
30
- "minValue": 0,
31
- "maxValue": 1,
32
- "defaultValue": 1,
33
- "allowManualEntry": false,
34
- "options": [
35
- {
36
- "label": "Disable back light LED",
37
- "value": 0
38
- },
39
- {
40
- "label": "Enable back light LED",
41
- "value": 1
42
- }
43
- ]
27
+ "$import": "~/templates/master_template.json#base_enable_disable",
28
+ "label": "Backlight",
29
+ "description": "Enable backlight when switch is on",
30
+ "defaultValue": 1
44
31
  },
45
32
  {
46
33
  "#": "2",
47
- "label": "Relay On/Off Indicate",
48
- "description": "Switch on LED indicator.",
49
- "valueSize": 1,
50
- "minValue": 0,
51
- "maxValue": 1,
52
- "defaultValue": 1,
53
- "allowManualEntry": false,
54
- "options": [
55
- {
56
- "label": "Do not change LED state when on",
57
- "value": 0
58
- },
59
- {
60
- "label": "Pink LED state when on",
61
- "value": 1
62
- }
63
- ]
34
+ "$import": "~/templates/master_template.json#enable_led_indicator",
35
+ "defaultValue": 1
64
36
  },
65
37
  {
66
38
  "#": "3",
67
- "label": "Relay On/Off Status Saved Enable",
68
- "description": "Restore switch status on power restore.",
69
- "valueSize": 1,
70
- "minValue": 0,
71
- "maxValue": 1,
72
- "defaultValue": 1,
73
- "allowManualEntry": false,
74
- "options": [
75
- {
76
- "label": "Do not save the On/Off status",
77
- "value": 0
78
- },
79
- {
80
- "label": "Save and restore the relay On/Off status",
81
- "value": 1
82
- }
83
- ]
39
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
84
40
  },
85
41
  {
86
42
  "#": "4",
87
43
  "label": "Root Device Mapped Setting",
88
- "description": "Endpoint device mapping setting for associated devices.",
44
+ "description": "Endpoint device mapping setting for associated devices",
89
45
  "valueSize": 1,
90
46
  "minValue": 0,
91
47
  "maxValue": 3,
@@ -105,7 +61,7 @@
105
61
  "value": 2
106
62
  },
107
63
  {
108
- "label": "Endpoint 1 and 2",
64
+ "label": "All endpoints",
109
65
  "value": 3
110
66
  }
111
67
  ]
@@ -16,68 +16,24 @@
16
16
  "paramInformation": [
17
17
  {
18
18
  "#": "1",
19
- "label": "Relay On/Off Status Saved Enable",
20
- "description": "Restore switch status on power restore.",
21
- "valueSize": 1,
22
- "minValue": 0,
23
- "maxValue": 1,
24
- "defaultValue": 1,
25
- "allowManualEntry": false,
26
- "options": [
27
- {
28
- "label": "Do not save the On/Off status",
29
- "value": 0
30
- },
31
- {
32
- "label": "Save and restore the relay On/Off status",
33
- "value": 1
34
- }
35
- ]
19
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
36
20
  },
37
21
  {
38
22
  "#": "2",
39
- "label": "Backlight Enable",
40
- "description": "Enable back light when Light Switch is powered on.",
41
- "valueSize": 1,
42
- "minValue": 0,
43
- "maxValue": 1,
44
- "defaultValue": 1,
45
- "allowManualEntry": false,
46
- "options": [
47
- {
48
- "label": "Disable back light LED",
49
- "value": 0
50
- },
51
- {
52
- "label": "Enable back light LED",
53
- "value": 1
54
- }
55
- ]
23
+ "$import": "~/templates/master_template.json#base_enable_disable",
24
+ "label": "Backlight",
25
+ "description": "Enable backlight when switch is on",
26
+ "defaultValue": 1
56
27
  },
57
28
  {
58
29
  "#": "3",
59
- "label": "Relay On/Off Indicate",
60
- "description": "Switch on LED indicator.",
61
- "valueSize": 1,
62
- "minValue": 0,
63
- "maxValue": 1,
64
- "defaultValue": 1,
65
- "allowManualEntry": false,
66
- "options": [
67
- {
68
- "label": "Do not change LED state when on",
69
- "value": 0
70
- },
71
- {
72
- "label": "Pink LED state when on",
73
- "value": 1
74
- }
75
- ]
30
+ "$import": "~/templates/master_template.json#enable_led_indicator",
31
+ "defaultValue": 1
76
32
  },
77
33
  {
78
34
  "#": "4",
79
35
  "label": "Root Device Mapped Setting",
80
- "description": "Endpoint device mapping setting for associated devices.",
36
+ "description": "Endpoint device mapping setting for associated devices",
81
37
  "valueSize": 1,
82
38
  "minValue": 0,
83
39
  "maxValue": 4,
@@ -101,56 +57,26 @@
101
57
  "value": 3
102
58
  },
103
59
  {
104
- "label": "All three endpoints",
60
+ "label": "All endpoints",
105
61
  "value": 4
106
62
  }
107
63
  ]
108
64
  },
109
65
  {
110
66
  "#": "5",
111
- "label": "Button Switch Function Disable",
112
- "description": "Enables/disables button",
113
- "valueSize": 1,
114
- "minValue": 0,
115
- "maxValue": 1,
116
- "defaultValue": 1,
117
- "allowManualEntry": false,
118
- "options": [
119
- {
120
- "label": "disable buttons",
121
- "value": 0
122
- },
123
- {
124
- "label": "enable buttons",
125
- "value": 1
126
- }
127
- ]
67
+ "$import": "~/templates/master_template.json#base_enable_disable",
68
+ "label": "Switch Operation",
69
+ "defaultValue": 1
128
70
  },
129
71
  {
130
72
  "#": "6",
131
- "label": "Timer enable",
132
- "description": "Timer to turn off the relay automatically",
133
- "valueSize": 1,
134
- "minValue": 0,
135
- "maxValue": 1,
136
- "defaultValue": 0,
137
- "allowManualEntry": false,
138
- "options": [
139
- {
140
- "label": "enable timer",
141
- "value": 0
142
- },
143
- {
144
- "label": "disable timer",
145
- "value": 1
146
- }
147
- ]
73
+ "$import": "~/templates/master_template.json#base_enable_disable",
74
+ "label": "Auto-Off"
148
75
  },
149
76
  {
150
77
  "#": "7",
151
- "label": "Channel 1 Off Time Settings",
152
- "description": "Delay timer to turn off the channel",
153
- "unit": "Minute",
78
+ "label": "Auto-Off Delay (Channel 1)",
79
+ "unit": "minutes",
154
80
  "valueSize": 2,
155
81
  "minValue": 0,
156
82
  "maxValue": 32767,
@@ -158,9 +84,8 @@
158
84
  },
159
85
  {
160
86
  "#": "8",
161
- "label": "Channel 2 Off Time Settings",
162
- "description": "Delay timer to turn off the channel",
163
- "unit": "minute",
87
+ "label": "Auto-Off Delay (Channel 2)",
88
+ "unit": "minutes",
164
89
  "valueSize": 2,
165
90
  "minValue": 0,
166
91
  "maxValue": 32767,
@@ -168,9 +93,8 @@
168
93
  },
169
94
  {
170
95
  "#": "9",
171
- "label": "Channel 3 Off Time Settings",
172
- "description": "Delay timer to turn off the channel",
173
- "unit": "minute",
96
+ "label": "Auto-Off Delay (Channel 3)",
97
+ "unit": "minutes",
174
98
  "valueSize": 2,
175
99
  "minValue": 0,
176
100
  "maxValue": 32767,
@@ -39,7 +39,7 @@
39
39
  "paramInformation": [
40
40
  {
41
41
  "#": "1",
42
- "label": "Configure Alarm music volume",
42
+ "label": "Alarm Volume",
43
43
  "valueSize": 1,
44
44
  "minValue": 1,
45
45
  "maxValue": 3,
@@ -61,7 +61,7 @@
61
61
  },
62
62
  {
63
63
  "#": "2",
64
- "label": "Alarm music duration time",
64
+ "label": "Alarm Duration",
65
65
  "valueSize": 1,
66
66
  "minValue": 0,
67
67
  "maxValue": 3,
@@ -87,7 +87,7 @@
87
87
  },
88
88
  {
89
89
  "#": "3",
90
- "label": "Door bell music duration time",
90
+ "label": "Doorbell Duration",
91
91
  "valueSize": 1,
92
92
  "minValue": 0,
93
93
  "maxValue": 255,
@@ -106,7 +106,7 @@
106
106
  },
107
107
  {
108
108
  "#": "4",
109
- "label": "Door bell music volume",
109
+ "label": "Doorbell Volume",
110
110
  "valueSize": 1,
111
111
  "minValue": 1,
112
112
  "maxValue": 3,
@@ -128,7 +128,7 @@
128
128
  },
129
129
  {
130
130
  "#": "5",
131
- "label": "Alarm music index",
131
+ "label": "Alarm Sound Selection",
132
132
  "valueSize": 1,
133
133
  "minValue": 1,
134
134
  "maxValue": 10,
@@ -136,7 +136,7 @@
136
136
  },
137
137
  {
138
138
  "#": "6",
139
- "label": "Door bell music index",
139
+ "label": "Doorbell Sound Selection",
140
140
  "valueSize": 1,
141
141
  "minValue": 1,
142
142
  "maxValue": 10,
@@ -144,57 +144,32 @@
144
144
  },
145
145
  {
146
146
  "#": "7",
147
- "label": "Default Siren on mode",
147
+ "label": "Default Siren Sound",
148
148
  "valueSize": 1,
149
149
  "minValue": 1,
150
150
  "maxValue": 2,
151
151
  "defaultValue": 1,
152
152
  "options": [
153
153
  {
154
- "label": "Alarm music",
154
+ "label": "Alarm Sound",
155
155
  "value": 1
156
156
  },
157
157
  {
158
- "label": "Door bell music",
158
+ "label": "Doorbell Sound",
159
159
  "value": 2
160
160
  }
161
161
  ]
162
162
  },
163
163
  {
164
164
  "#": "8",
165
- "label": "Alarm LED enable",
166
- "valueSize": 1,
167
- "minValue": 0,
168
- "maxValue": 1,
169
- "defaultValue": 1,
170
- "options": [
171
- {
172
- "label": "Disable",
173
- "value": 0
174
- },
175
- {
176
- "label": "Enable",
177
- "value": 1
178
- }
179
- ]
165
+ "$import": "~/templates/master_template.json#base_enable_disable",
166
+ "label": "Alarm LED",
167
+ "defaultValue": 1
180
168
  },
181
169
  {
182
170
  "#": "9",
183
- "label": "Door bell LED enable",
184
- "valueSize": 1,
185
- "minValue": 0,
186
- "maxValue": 1,
187
- "defaultValue": 0,
188
- "options": [
189
- {
190
- "label": "Disable",
191
- "value": 0
192
- },
193
- {
194
- "label": "Enable",
195
- "value": 1
196
- }
197
- ]
171
+ "$import": "~/templates/master_template.json#base_enable_disable",
172
+ "label": "Doorbell LED"
198
173
  }
199
174
  ]
200
175
  }
@@ -15,6 +15,10 @@
15
15
  {
16
16
  "productType": "0x0003",
17
17
  "productId": "0x2083"
18
+ },
19
+ {
20
+ "productType": "0x0003",
21
+ "productId": "0x3083"
18
22
  }
19
23
  ],
20
24
  "firmwareVersion": {
@@ -7,6 +7,10 @@
7
7
  {
8
8
  "productType": "0x0020",
9
9
  "productId": "0x0718"
10
+ },
11
+ {
12
+ "productType": "0x0020",
13
+ "productId": "0x0720"
10
14
  }
11
15
  ],
12
16
  "firmwareVersion": {
@@ -20,22 +24,9 @@
20
24
  },
21
25
  {
22
26
  "#": "2",
27
+ "$import": "~/templates/master_template.json#base_enable_disable",
23
28
  "label": "Motion Detection",
24
- "valueSize": 1,
25
- "minValue": 0,
26
- "maxValue": 1,
27
- "defaultValue": 1,
28
- "allowManualEntry": false,
29
- "options": [
30
- {
31
- "label": "Disable",
32
- "value": 0
33
- },
34
- {
35
- "label": "Enable",
36
- "value": 1
37
- }
38
- ]
29
+ "defaultValue": 1
39
30
  },
40
31
  {
41
32
  "#": "3",
@@ -43,42 +34,14 @@
43
34
  },
44
35
  {
45
36
  "#": "4",
37
+ "$import": "~/templates/master_template.json#base_enable_disable",
46
38
  "label": "Require Luminance Change for Basic Sets on Motion",
47
- "description": "If enabled, a Basic Set will be set if the ambient light is below the level defined in Parameter 16",
48
- "valueSize": 1,
49
- "minValue": 0,
50
- "maxValue": 1,
51
- "defaultValue": 0,
52
- "allowManualEntry": false,
53
- "options": [
54
- {
55
- "label": "Disable",
56
- "value": 0
57
- },
58
- {
59
- "label": "Enable",
60
- "value": 1
61
- }
62
- ]
39
+ "description": "If enabled, a Basic Set will be set if the ambient light is below the level defined in Parameter 16"
63
40
  },
64
41
  {
65
42
  "#": "5",
66
- "label": "Binary Sensor Report on Motion",
67
- "valueSize": 1,
68
- "minValue": 0,
69
- "maxValue": 1,
70
- "defaultValue": 0,
71
- "allowManualEntry": false,
72
- "options": [
73
- {
74
- "label": "Disable",
75
- "value": 0
76
- },
77
- {
78
- "label": "Enable",
79
- "value": 1
80
- }
81
- ]
43
+ "$import": "~/templates/master_template.json#base_enable_disable",
44
+ "label": "Binary Sensor Report on Motion"
82
45
  },
83
46
  {
84
47
  "#": "6",
@@ -20,22 +20,9 @@
20
20
  },
21
21
  {
22
22
  "#": "2",
23
+ "$import": "~/templates/master_template.json#base_enable_disable",
23
24
  "label": "Motion Detection",
24
- "valueSize": 1,
25
- "minValue": 0,
26
- "maxValue": 1,
27
- "defaultValue": 1,
28
- "allowManualEntry": false,
29
- "options": [
30
- {
31
- "label": "Disable",
32
- "value": 0
33
- },
34
- {
35
- "label": "Enable",
36
- "value": 1
37
- }
38
- ]
25
+ "defaultValue": 1
39
26
  },
40
27
  {
41
28
  "#": "3",
@@ -115,23 +102,9 @@
115
102
  },
116
103
  {
117
104
  "#": "4",
105
+ "$import": "~/templates/master_template.json#base_enable_disable",
118
106
  "label": "Require Luminance Change for Basic Sets on Motion",
119
- "description": "If enabled, a Basic Set will be set if the ambient light is below the level defined in Parameter 16",
120
- "valueSize": 1,
121
- "minValue": 0,
122
- "maxValue": 1,
123
- "defaultValue": 0,
124
- "allowManualEntry": false,
125
- "options": [
126
- {
127
- "label": "Disable",
128
- "value": 0
129
- },
130
- {
131
- "label": "Enable",
132
- "value": 1
133
- }
134
- ]
107
+ "description": "If enabled, a Basic Set will be set if the ambient light is below the level defined in Parameter 16"
135
108
  },
136
109
  {
137
110
  "#": "14",