@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
@@ -2,11 +2,11 @@
2
2
  "manufacturer": "Shenzhen Neo Electronics Co., Ltd.",
3
3
  "manufacturerId": "0x0258",
4
4
  "label": "NAS-RC03Z",
5
- "description": "SOS/Remote Control 1 Button",
5
+ "description": "SOS/Remote Control",
6
6
  "devices": [
7
7
  {
8
8
  "productType": "0x0003",
9
- "productId": "0x108f"
9
+ "productId": "0x108a"
10
10
  }
11
11
  ],
12
12
  "firmwareVersion": {
@@ -17,7 +17,6 @@
17
17
  {
18
18
  "#": "1",
19
19
  "label": "Basic Set Level",
20
- "description": "Basic Set Command will be sent when SOS is triggered",
21
20
  "valueSize": 1,
22
21
  "minValue": 0,
23
22
  "maxValue": 100,
@@ -26,7 +25,6 @@
26
25
  {
27
26
  "#": "2",
28
27
  "label": "SOS Event Clear Time",
29
- "description": "Time to clear emergency event after emergency event is triggered",
30
28
  "valueSize": 2,
31
29
  "minValue": 30,
32
30
  "maxValue": 32767,
@@ -34,8 +32,7 @@
34
32
  },
35
33
  {
36
34
  "#": "3",
37
- "label": "SOS Configuration",
38
- "description": "Key function configured as emergency event key or central scene notification key",
35
+ "label": "SOS Key",
39
36
  "valueSize": 1,
40
37
  "minValue": 1,
41
38
  "maxValue": 2,
@@ -43,7 +40,7 @@
43
40
  "allowManualEntry": false,
44
41
  "options": [
45
42
  {
46
- "label": "Enable Scene Mode",
43
+ "label": "Scene Mode",
47
44
  "value": 1
48
45
  },
49
46
  {
@@ -51,6 +48,29 @@
51
48
  "value": 2
52
49
  }
53
50
  ]
51
+ },
52
+ {
53
+ "#": "4",
54
+ "label": "SOS Alarm Event",
55
+ "valueSize": 1,
56
+ "minValue": 0,
57
+ "maxValue": 2,
58
+ "defaultValue": 0,
59
+ "allowManualEntry": false,
60
+ "options": [
61
+ {
62
+ "label": "Police",
63
+ "value": 0
64
+ },
65
+ {
66
+ "label": "Fire Services",
67
+ "value": 1
68
+ },
69
+ {
70
+ "label": "Medical Services",
71
+ "value": 2
72
+ }
73
+ ]
54
74
  }
55
75
  ]
56
76
  }
@@ -0,0 +1,46 @@
1
+ {
2
+ "manufacturer": "Shenzhen Neo Electronics Co., Ltd.",
3
+ "manufacturerId": "0x0258",
4
+ "label": "NAS-SC03E",
5
+ "description": "Curtain Switch",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0200",
9
+ "productId": "0x102c"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "$import": "~/templates/master_template.json#base_enable_disable",
20
+ "label": "Invert Button Action",
21
+ "defaultValue": 1
22
+ },
23
+ {
24
+ "#": "2",
25
+ "$import": "~/templates/master_template.json#base_enable_disable",
26
+ "label": "Invert Motor Rotation"
27
+ },
28
+ {
29
+ "#": "3",
30
+ "$import": "~/templates/master_template.json#base_enable_disable",
31
+ "label": "Backlight",
32
+ "defaultValue": 1
33
+ },
34
+ {
35
+ "#": "4",
36
+ "$import": "~/templates/master_template.json#enable_led_indicator",
37
+ "defaultValue": 1
38
+ },
39
+ {
40
+ "#": "5",
41
+ "$import": "~/templates/master_template.json#base_enable_disable",
42
+ "label": "Button",
43
+ "defaultValue": 1
44
+ }
45
+ ]
46
+ }
@@ -28,26 +28,13 @@
28
28
  "paramInformation": [
29
29
  {
30
30
  "#": "1",
31
- "label": "Send meter reports",
32
- "valueSize": 1,
33
- "minValue": 0,
34
- "maxValue": 1,
35
- "defaultValue": 1,
36
- "allowManualEntry": false,
37
- "options": [
38
- {
39
- "label": "Disable",
40
- "value": 0
41
- },
42
- {
43
- "label": "Enable",
44
- "value": 1
45
- }
46
- ]
31
+ "$import": "~/templates/master_template.json#base_enable_disable",
32
+ "label": "Send Meter Reports",
33
+ "defaultValue": 1
47
34
  },
48
35
  {
49
36
  "#": "2",
50
- "label": "Meter report interval",
37
+ "label": "Meter Report Interval",
51
38
  "unit": "seconds",
52
39
  "valueSize": 2,
53
40
  "minValue": 1,
@@ -57,8 +44,8 @@
57
44
  },
58
45
  {
59
46
  "#": "3",
60
- "label": "Maximum current",
61
- "description": "Maximum current the plug can provide to load",
47
+ "label": "Overcurrent Protection Threshold",
48
+ "description": "Threshold at which the plug enters overcurrent protection mode",
62
49
  "unit": "A",
63
50
  "valueSize": 1,
64
51
  "minValue": 1,
@@ -67,8 +54,8 @@
67
54
  },
68
55
  {
69
56
  "#": "4",
70
- "label": "Alarm current threshold",
71
- "description": "An over-current notification is sent when the current is higher than this value",
57
+ "label": "Overcurrent Alarm Threshold",
58
+ "description": "Threshold at which the plug sends an overcurrent notification",
72
59
  "unit": "A",
73
60
  "valueSize": 1,
74
61
  "minValue": 1,
@@ -77,26 +64,12 @@
77
64
  },
78
65
  {
79
66
  "#": "5",
80
- "label": "LED indication",
81
- "valueSize": 1,
82
- "minValue": 0,
83
- "maxValue": 1,
84
- "defaultValue": 1,
85
- "allowManualEntry": false,
86
- "options": [
87
- {
88
- "label": "Disable",
89
- "value": 0
90
- },
91
- {
92
- "label": "Enable",
93
- "value": 1
94
- }
95
- ]
67
+ "$import": "~/templates/master_template.json#enable_led_indicator",
68
+ "defaultValue": 1
96
69
  },
97
70
  {
98
71
  "#": "6",
99
- "label": "Power report threshold",
72
+ "label": "Power Report Threshold",
100
73
  "description": "Change in power consumption that triggers a report",
101
74
  "unit": "%",
102
75
  "valueSize": 1,
@@ -110,26 +83,12 @@
110
83
  },
111
84
  {
112
85
  "#": "8",
113
- "label": "Timed auto-off",
114
- "valueSize": 1,
115
- "minValue": 0,
116
- "maxValue": 1,
117
- "defaultValue": 0,
118
- "allowManualEntry": false,
119
- "options": [
120
- {
121
- "label": "Disable",
122
- "value": 0
123
- },
124
- {
125
- "label": "Enable",
126
- "value": 1
127
- }
128
- ]
86
+ "$import": "~/templates/master_template.json#base_enable_disable",
87
+ "label": "Auto-Off Timer"
129
88
  },
130
89
  {
131
90
  "#": "9",
132
- "label": "Timed auto-off period",
91
+ "label": "Auto-Off Delay",
133
92
  "description": "Delay time after which the plug is automatically switched off",
134
93
  "unit": "minutes",
135
94
  "valueSize": 2,
@@ -140,22 +99,9 @@
140
99
  },
141
100
  {
142
101
  "#": "10",
143
- "label": "Top button function",
144
- "valueSize": 1,
145
- "minValue": 0,
146
- "maxValue": 1,
147
- "defaultValue": 1,
148
- "allowManualEntry": false,
149
- "options": [
150
- {
151
- "label": "Disable",
152
- "value": 0
153
- },
154
- {
155
- "label": "Enable",
156
- "value": 1
157
- }
158
- ]
102
+ "$import": "~/templates/master_template.json#base_enable_disable",
103
+ "label": "Button",
104
+ "defaultValue": 1
159
105
  }
160
106
  ]
161
107
  }
@@ -28,64 +28,23 @@
28
28
  },
29
29
  {
30
30
  "#": "2",
31
- "label": "Top button function",
32
- "valueSize": 1,
33
- "minValue": 0,
34
- "maxValue": 1,
35
- "defaultValue": 1,
36
- "allowManualEntry": false,
37
- "options": [
38
- {
39
- "label": "Disable",
40
- "value": 0
41
- },
42
- {
43
- "label": "Enable",
44
- "value": 1
45
- }
46
- ]
31
+ "$import": "~/templates/master_template.json#base_enable_disable",
32
+ "label": "Button",
33
+ "defaultValue": 1
47
34
  },
48
35
  {
49
36
  "#": "3",
50
- "label": "LED indication",
51
- "valueSize": 1,
52
- "minValue": 0,
53
- "maxValue": 1,
54
- "defaultValue": 1,
55
- "allowManualEntry": false,
56
- "options": [
57
- {
58
- "label": "Disable",
59
- "value": 0
60
- },
61
- {
62
- "label": "Enable",
63
- "value": 1
64
- }
65
- ]
37
+ "$import": "~/templates/master_template.json#enable_led_indicator",
38
+ "defaultValue": 1
66
39
  },
67
40
  {
68
41
  "#": "4",
69
- "label": "Timed auto-off",
70
- "valueSize": 1,
71
- "minValue": 0,
72
- "maxValue": 1,
73
- "defaultValue": 0,
74
- "allowManualEntry": false,
75
- "options": [
76
- {
77
- "label": "Disable",
78
- "value": 0
79
- },
80
- {
81
- "label": "Enable",
82
- "value": 1
83
- }
84
- ]
42
+ "$import": "~/templates/master_template.json#base_enable_disable",
43
+ "label": "Auto-Off"
85
44
  },
86
45
  {
87
46
  "#": "5",
88
- "label": "Timed auto-off period",
47
+ "label": "Auto-Off Delay",
89
48
  "description": "Delay time after the plug is switched off",
90
49
  "unit": "minutes",
91
50
  "valueSize": 2,
@@ -96,26 +55,12 @@
96
55
  },
97
56
  {
98
57
  "#": "6",
99
- "label": "Send meter reports",
100
- "valueSize": 1,
101
- "minValue": 0,
102
- "maxValue": 1,
103
- "defaultValue": 1,
104
- "allowManualEntry": false,
105
- "options": [
106
- {
107
- "label": "Disable",
108
- "value": 0
109
- },
110
- {
111
- "label": "Enable",
112
- "value": 1
113
- }
114
- ]
58
+ "$import": "~/templates/master_template.json#base_enable_disable",
59
+ "label": "Send Meter Reports"
115
60
  },
116
61
  {
117
62
  "#": "7",
118
- "label": "Meter report interval",
63
+ "label": "Meter Report Interval",
119
64
  "unit": "seconds",
120
65
  "valueSize": 2,
121
66
  "minValue": 30,
@@ -125,8 +70,8 @@
125
70
  },
126
71
  {
127
72
  "#": "8",
128
- "label": "Maximum current",
129
- "description": "Maximum current the plug can provide to load",
73
+ "label": "Overcurrent Protection Threshold",
74
+ "description": "Threshold at which the plug enters overcurrent protection mode",
130
75
  "unit": "A",
131
76
  "valueSize": 1,
132
77
  "minValue": 1,
@@ -135,8 +80,8 @@
135
80
  },
136
81
  {
137
82
  "#": "9",
138
- "label": "Power report threshold",
139
- "description": "Change in power consumption that triggers a report",
83
+ "label": "Current Report Threshold",
84
+ "description": "Change in current consumption that triggers a report",
140
85
  "unit": "0.01 A",
141
86
  "valueSize": 2,
142
87
  "minValue": 1,
@@ -145,8 +90,8 @@
145
90
  },
146
91
  {
147
92
  "#": "10",
148
- "label": "Alarm current thershold",
149
- "description": "An over-current notification is sent when the current is higher than this value",
93
+ "label": "Overcurrent Alarm Threshold",
94
+ "description": "Threshold at which the plug sends an overcurrent notification",
150
95
  "unit": "A",
151
96
  "valueSize": 1,
152
97
  "minValue": 1,
@@ -157,7 +102,7 @@
157
102
  "metadata": {
158
103
  "comments": {
159
104
  "level": "warning",
160
- "text": "This device is buggy and sends large negative Meter Reports from time to time. "
105
+ "text": "This device is buggy and sends large negative Meter Reports from time to time."
161
106
  }
162
107
  }
163
108
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "manufacturer": "Shenzhen Neo Electronics Co., Ltd.",
3
3
  "manufacturerId": "0x0258",
4
- "label": "Flood sensor",
5
- "description": "Flood/water sensor",
4
+ "label": "NAS-WS01Z",
5
+ "description": "Water Sensor",
6
6
  "devices": [
7
7
  {
8
8
  "productType": "0x0003",
@@ -24,7 +24,7 @@
24
24
  "paramInformation": [
25
25
  {
26
26
  "#": "1",
27
- "label": "Alarm Duration Time",
27
+ "label": "Alarm Duration",
28
28
  "unit": "minutes",
29
29
  "valueSize": 1,
30
30
  "minValue": 0,
@@ -43,7 +43,7 @@
43
43
  },
44
44
  {
45
45
  "#": "3",
46
- "label": "First Alarm On Time Duration",
46
+ "label": "First Alarm Activity Duration",
47
47
  "unit": "seconds",
48
48
  "valueSize": 1,
49
49
  "minValue": 10,
@@ -53,8 +53,8 @@
53
53
  },
54
54
  {
55
55
  "#": "4",
56
- "label": "Alarm on Time Duration",
57
- "unit": "seconda",
56
+ "label": "Alarm Activity Duration",
57
+ "unit": "seconds",
58
58
  "valueSize": 1,
59
59
  "minValue": 5,
60
60
  "maxValue": 255,
@@ -63,41 +63,15 @@
63
63
  },
64
64
  {
65
65
  "#": "5",
66
- "label": "Alarm Enable/Disable",
67
- "valueSize": 1,
68
- "minValue": 0,
69
- "maxValue": 1,
70
- "defaultValue": 1,
71
- "allowManualEntry": false,
72
- "options": [
73
- {
74
- "label": "Beep Disabled",
75
- "value": 0
76
- },
77
- {
78
- "label": "Beep Enabled",
79
- "value": 1
80
- }
81
- ]
66
+ "$import": "~/templates/master_template.json#base_enable_disable",
67
+ "label": "Alarm Beep",
68
+ "defaultValue": 1
82
69
  },
83
70
  {
84
71
  "#": "6",
85
- "label": "Water Leakage Detection",
86
- "valueSize": 1,
87
- "minValue": 0,
88
- "maxValue": 1,
89
- "defaultValue": 1,
90
- "allowManualEntry": false,
91
- "options": [
92
- {
93
- "label": "Disabled",
94
- "value": 0
95
- },
96
- {
97
- "label": "Enabled",
98
- "value": 1
99
- }
100
- ]
72
+ "$import": "~/templates/master_template.json#base_enable_disable",
73
+ "label": "Water Detection",
74
+ "defaultValue": 1
101
75
  },
102
76
  {
103
77
  "#": "7",
@@ -17,43 +17,12 @@
17
17
  "paramInformation": [
18
18
  {
19
19
  "#": "1",
20
- "label": "LED Indication",
21
- "valueSize": 1,
22
- "minValue": 0,
23
- "maxValue": 1,
24
- "defaultValue": 0,
25
- "unsigned": true,
26
- "allowManualEntry": false,
27
- "options": [
28
- {
29
- "label": "Disable",
30
- "value": 0
31
- },
32
- {
33
- "label": "Enable",
34
- "value": 1
35
- }
36
- ]
20
+ "$import": "~/templates/master_template.json#enable_led_indicator"
37
21
  },
38
22
  {
39
23
  "#": "2",
40
- "label": "Binary Sensor Report",
41
- "valueSize": 1,
42
- "minValue": 0,
43
- "maxValue": 1,
44
- "defaultValue": 0,
45
- "unsigned": true,
46
- "allowManualEntry": false,
47
- "options": [
48
- {
49
- "label": "Disable",
50
- "value": 0
51
- },
52
- {
53
- "label": "Enable",
54
- "value": 1
55
- }
56
- ]
24
+ "$import": "~/templates/master_template.json#base_enable_disable",
25
+ "label": "Binary Sensor Report"
57
26
  },
58
27
  {
59
28
  "#": "3",
@@ -68,7 +37,7 @@
68
37
  {
69
38
  "#": "4",
70
39
  "label": "Humidity Offset Value",
71
- "unit": "0.1 (RH%).",
40
+ "unit": "0.1 (RH%)",
72
41
  "valueSize": 1,
73
42
  "minValue": -120,
74
43
  "maxValue": 120,
@@ -125,7 +94,7 @@
125
94
  "unsigned": true,
126
95
  "options": [
127
96
  {
128
- "label": "No Delay",
97
+ "label": "No delay",
129
98
  "value": 0
130
99
  }
131
100
  ]
@@ -27,23 +27,9 @@
27
27
  "unsigned": true
28
28
  },
29
29
  "motion_sensor": {
30
+ "$import": "~/templates/master_template.json#base_enable_disable_255",
30
31
  "label": "Motion Sensor",
31
- "valueSize": 1,
32
- "minValue": 0,
33
- "maxValue": 255,
34
- "defaultValue": 255,
35
- "unsigned": true,
36
- "allowManualEntry": false,
37
- "options": [
38
- {
39
- "label": "Disable",
40
- "value": 0
41
- },
42
- {
43
- "label": "Enable",
44
- "value": 255
45
- }
46
- ]
32
+ "defaultValue": 255
47
33
  },
48
34
  "light_sensor_threshold": {
49
35
  "label": "Light Sensor Brightness Threshold",
@@ -73,23 +59,9 @@
73
59
  "unsigned": true
74
60
  },
75
61
  "low_brightness_sensor": {
62
+ "$import": "~/templates/master_template.json#base_enable_disable",
76
63
  "label": "Low Brightness Sensor",
77
- "description": "When enabled, send Basic Set if brightness falls below threshold.",
78
- "valueSize": 1,
79
- "minValue": 0,
80
- "maxValue": 1,
81
- "defaultValue": 0,
82
- "allowManualEntry": false,
83
- "options": [
84
- {
85
- "label": "Disable",
86
- "value": 0
87
- },
88
- {
89
- "label": "Enable",
90
- "value": 1
91
- }
92
- ]
64
+ "description": "Send Basic Set if brightness falls below threshold"
93
65
  },
94
66
  "light_sensor_report_threshold": {
95
67
  "label": "Light Sensor Differential Report Threshold",
@@ -109,40 +81,14 @@
109
81
  "defaultValue": 5
110
82
  },
111
83
  "blink_on_motion": {
84
+ "$import": "~/templates/master_template.json#base_enable_disable",
112
85
  "label": "LED: Blink on Motion",
113
- "valueSize": 1,
114
- "minValue": 0,
115
- "maxValue": 1,
116
- "defaultValue": 1,
117
- "allowManualEntry": false,
118
- "options": [
119
- {
120
- "label": "Disable",
121
- "value": 0
122
- },
123
- {
124
- "label": "Enable",
125
- "value": 1
126
- }
127
- ]
86
+ "defaultValue": 1
128
87
  },
129
88
  "motion_prevent_retrigger": {
89
+ "$import": "~/templates/master_template.json#base_enable_disable",
130
90
  "label": "Motion Sensor: Prevent Re-Trigger While On",
131
- "valueSize": 1,
132
- "minValue": 0,
133
- "maxValue": 1,
134
- "defaultValue": 1,
135
- "allowManualEntry": false,
136
- "options": [
137
- {
138
- "label": "Disable",
139
- "value": 0
140
- },
141
- {
142
- "label": "Enable",
143
- "value": 1
144
- }
145
- ]
91
+ "defaultValue": 1
146
92
  },
147
93
  "light_calibration": {
148
94
  "label": "Ambient Light Intensity Calibration",