@zwave-js/config 10.20.0 → 10.22.1

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.
@@ -8,6 +8,10 @@
8
8
  "productType": "0x0003",
9
9
  "productId": "0x0446",
10
10
  "zwaveAllianceId": [2268, 3105]
11
+ },
12
+ {
13
+ "productType": "0x0003",
14
+ "productId": "0x0042"
11
15
  }
12
16
  ],
13
17
  "firmwareVersion": {
@@ -0,0 +1,32 @@
1
+ {
2
+ "manufacturer": "Dawon",
3
+ "manufacturerId": "0x018c",
4
+ "label": "PM-140-ZW",
5
+ "description": "1-Channel Power Switch",
6
+ "devices": [
7
+ {
8
+ // KR frequency
9
+ "productType": "0x0061",
10
+ "productId": "0x0001"
11
+ },
12
+ {
13
+ // US frequency
14
+ "productType": "0x0064",
15
+ "productId": "0x0001"
16
+ }
17
+ ],
18
+ "firmwareVersion": {
19
+ "min": "0.0",
20
+ "max": "255.255"
21
+ },
22
+ "compat": {
23
+ "commandClasses": {
24
+ "remove": {
25
+ // The device seems to report support for Supervision but ignores the commands
26
+ "0x6c": {
27
+ "endpoints": "*"
28
+ }
29
+ }
30
+ }
31
+ }
32
+ }
@@ -5,6 +5,12 @@
5
5
  "description": "2-Channel Power Switch",
6
6
  "devices": [
7
7
  {
8
+ // KR frequency
9
+ "productType": "0x0062",
10
+ "productId": "0x0001"
11
+ },
12
+ {
13
+ // US frequency
8
14
  "productType": "0x0065",
9
15
  "productId": "0x0001"
10
16
  }
@@ -0,0 +1,32 @@
1
+ {
2
+ "manufacturer": "Dawon",
3
+ "manufacturerId": "0x018c",
4
+ "label": "PM-S340-ZW",
5
+ "description": "3-Button Wall Switch",
6
+ "devices": [
7
+ {
8
+ // KR frequency
9
+ "productType": "0x0063",
10
+ "productId": "0x0001"
11
+ },
12
+ {
13
+ // US frequency
14
+ "productType": "0x0066",
15
+ "productId": "0x0001"
16
+ }
17
+ ],
18
+ "firmwareVersion": {
19
+ "min": "0.0",
20
+ "max": "255.255"
21
+ },
22
+ "compat": {
23
+ "commandClasses": {
24
+ "remove": {
25
+ // The device seems to report support for Supervision but ignores the commands
26
+ "0x6c": {
27
+ "endpoints": "*"
28
+ }
29
+ }
30
+ }
31
+ }
32
+ }
@@ -0,0 +1,72 @@
1
+ {
2
+ "manufacturer": "LG U+",
3
+ "manufacturerId": "0x018c",
4
+ "label": "SSD-105",
5
+ "description": "1-Button Smart Switch",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0057",
9
+ "productId": "0x0001",
10
+ "zwaveAllianceId": 3315
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Lifeline",
20
+ "maxNodes": 5,
21
+ "isLifeline": true
22
+ },
23
+ "2": {
24
+ "label": "Switch 1",
25
+ "maxNodes": 5
26
+ }
27
+ },
28
+ "paramInformation": [
29
+ {
30
+ "#": "1",
31
+ "label": "Temperature & Humidity Reporting Interval",
32
+ "valueSize": 2,
33
+ "unit": "seconds",
34
+ "minValue": 0,
35
+ "maxValue": 3600,
36
+ "defaultValue": 600,
37
+ "unsigned": true,
38
+ "options": [
39
+ {
40
+ "label": "Disable",
41
+ "value": 0
42
+ }
43
+ ]
44
+ },
45
+ {
46
+ "#": "2",
47
+ "label": "Temperature Change Report Threshold",
48
+ "valueSize": 1,
49
+ "unit": "0.1 °C",
50
+ "minValue": 10,
51
+ "maxValue": 30,
52
+ "defaultValue": 20,
53
+ "unsigned": true
54
+ },
55
+ {
56
+ "#": "3",
57
+ "label": "Humidity Change Report Threshold",
58
+ "valueSize": 1,
59
+ "unit": "%",
60
+ "minValue": 5,
61
+ "maxValue": 20,
62
+ "defaultValue": 10,
63
+ "unsigned": true
64
+ }
65
+ ],
66
+ "metadata": {
67
+ "inclusion": "After mounting the UZB controller to your PC and running the PC Controller program, click the Add button in the PC Controller program. Press the button on the Smart Power Strip for more than five seconds after you plug the Smart Power Strip into a power outlet and it will include to the network controller, while flashing the red button on the LED Smart Power Strip",
68
+ "exclusion": "After mounting the UZB controller to your PC and run the PC Controller program you can click the Remove button in the PC Controller program. Press the button on the Smart Power Strip for more than five seconds after you plug the Smart Power Strip into a power outlet will Exclusion in the network controller, while the flashing red button LED Smart Power Strip",
69
+ "reset": "With the device powered, press and hold the third button for 10 seconds.\nThe LED of the button will flash red after 5 seconds, it will turn green, then it will flash red again. Then release the button.\nAfter a few moments, the entire LED is blinking and the green LED stops flashing.\nPlease use the procedure only in the event that the network primary controller is missing or otherwise inoperable",
70
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/3315/Light%20switch%20user%20manual.pdf"
71
+ }
72
+ }
@@ -0,0 +1,76 @@
1
+ {
2
+ "manufacturer": "LG U+",
3
+ "manufacturerId": "0x018c",
4
+ "label": "SSD-205",
5
+ "description": "2-Button Smart Switch",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0058",
9
+ "productId": "0x0001",
10
+ "zwaveAllianceId": 3314
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Lifeline",
20
+ "maxNodes": 5,
21
+ "isLifeline": true
22
+ },
23
+ "2": {
24
+ "label": "Switch 1",
25
+ "maxNodes": 5
26
+ },
27
+ "3": {
28
+ "label": "Switch 2",
29
+ "maxNodes": 5
30
+ }
31
+ },
32
+ "paramInformation": [
33
+ {
34
+ "#": "1",
35
+ "label": "Temperature & Humidity Reporting Interval",
36
+ "valueSize": 2,
37
+ "unit": "seconds",
38
+ "minValue": 0,
39
+ "maxValue": 3600,
40
+ "defaultValue": 600,
41
+ "unsigned": true,
42
+ "options": [
43
+ {
44
+ "label": "Disable",
45
+ "value": 0
46
+ }
47
+ ]
48
+ },
49
+ {
50
+ "#": "2",
51
+ "label": "Temperature Change Report Threshold",
52
+ "valueSize": 1,
53
+ "unit": "0.1 °C",
54
+ "minValue": 10,
55
+ "maxValue": 30,
56
+ "defaultValue": 20,
57
+ "unsigned": true
58
+ },
59
+ {
60
+ "#": "3",
61
+ "label": "Humidity Change Report Threshold",
62
+ "valueSize": 1,
63
+ "unit": "%",
64
+ "minValue": 5,
65
+ "maxValue": 20,
66
+ "defaultValue": 10,
67
+ "unsigned": true
68
+ }
69
+ ],
70
+ "metadata": {
71
+ "inclusion": "After mounting the UZB controller to your PC and running the PC Controller program, click the Add button in the PC Controller program. Press the button on the Smart Power Strip for more than five seconds after you plug the Smart Power Strip into a power outlet and it will include to the network controller, while flashing the red button on the LED Smart Power Strip",
72
+ "exclusion": "After mounting the UZB controller to your PC and run the PC Controller program you can click the Remove button in the PC Controller program. Press the button on the Smart Power Strip for more than five seconds after you plug the Smart Power Strip into a power outlet will Exclusion in the network controller, while the flashing red button LED Smart Power Strip",
73
+ "reset": "With the device powered, press and hold the third button for 10 seconds.\nThe LED of the button will flash red after 5 seconds, it will turn green, then it will flash red again. Then release the button.\nAfter a few moments, the entire LED is blinking and the green LED stops flashing.\nPlease use the procedure only in the event that the network primary controller is missing or otherwise inoperable",
74
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/3314/Light%20switch%20user%20manual.pdf"
75
+ }
76
+ }
@@ -0,0 +1,80 @@
1
+ {
2
+ "manufacturer": "LG U+",
3
+ "manufacturerId": "0x018c",
4
+ "label": "SSD-305",
5
+ "description": "3-Button Smart Switch",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0059",
9
+ "productId": "0x0001",
10
+ "zwaveAllianceId": 3287
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Lifeline",
20
+ "maxNodes": 5,
21
+ "isLifeline": true
22
+ },
23
+ "2": {
24
+ "label": "Switch 1",
25
+ "maxNodes": 5
26
+ },
27
+ "3": {
28
+ "label": "Switch 2",
29
+ "maxNodes": 5
30
+ },
31
+ "4": {
32
+ "label": "Switch 3",
33
+ "maxNodes": 5
34
+ }
35
+ },
36
+ "paramInformation": [
37
+ {
38
+ "#": "1",
39
+ "label": "Temperature & Humidity Reporting Interval",
40
+ "valueSize": 2,
41
+ "unit": "seconds",
42
+ "minValue": 0,
43
+ "maxValue": 3600,
44
+ "defaultValue": 600,
45
+ "unsigned": true,
46
+ "options": [
47
+ {
48
+ "label": "Disable",
49
+ "value": 0
50
+ }
51
+ ]
52
+ },
53
+ {
54
+ "#": "2",
55
+ "label": "Temperature Change Report Threshold",
56
+ "valueSize": 1,
57
+ "unit": "0.1 °C",
58
+ "minValue": 10,
59
+ "maxValue": 30,
60
+ "defaultValue": 20,
61
+ "unsigned": true
62
+ },
63
+ {
64
+ "#": "3",
65
+ "label": "Humidity Change Report Threshold",
66
+ "valueSize": 1,
67
+ "unit": "%",
68
+ "minValue": 5,
69
+ "maxValue": 20,
70
+ "defaultValue": 10,
71
+ "unsigned": true
72
+ }
73
+ ],
74
+ "metadata": {
75
+ "inclusion": "After mounting the UZB controller to your PC and running the PC Controller program, click the Add button in the PC Controller program. Press the button on the Smart Power Strip for more than five seconds after you plug the Smart Power Strip into a power outlet and it will include to the network controller, while flashing the red button on the LED Smart Power Strip",
76
+ "exclusion": "After mounting the UZB controller to your PC and run the PC Controller program you can click the Remove button in the PC Controller program. Press the button on the Smart Power Strip for more than five seconds after you plug the Smart Power Strip into a power outlet will Exclusion in the network controller, while the flashing red button LED Smart Power Strip",
77
+ "reset": "With the device powered, press and hold the third button for 10 seconds.\nhe LED of the button will flash red after 5 seconds, it will turn green, then it will flash red again. Then release the button.\nAfter a few moments, the entire LED is blinking and the green LED stops flashing.\nPlease use the procedure only in the event thant the network primary controller is missing or otherwise inoperable",
78
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/3287/Light%20switch%20user%20manual.pdf"
79
+ }
80
+ }
@@ -1,5 +1,5 @@
1
1
  {
2
- "manufacturer": "Shenzhen iSurpass Technology Co. , Ltd.",
2
+ "manufacturer": "Shenzhen iSurpass Technology Co., Ltd.",
3
3
  "manufacturerId": "0x021c",
4
4
  "label": "DL9101V",
5
5
  "description": "Door Lock with Handle",
@@ -1,5 +1,5 @@
1
1
  {
2
- "manufacturer": "Shenzhen iSurpass Technology Co. , Ltd.",
2
+ "manufacturer": "Shenzhen iSurpass Technology Co., Ltd.",
3
3
  "manufacturerId": "0x021c",
4
4
  "label": "DX1WL-Z",
5
5
  "description": "Domux Water Leakage Sensor",
@@ -1,13 +1,12 @@
1
1
  {
2
- "manufacturer": "Shenzhen iSurpass Technology Co. , Ltd.",
2
+ "manufacturer": "Shenzhen iSurpass Technology Co., Ltd.",
3
3
  "manufacturerId": "0x021c",
4
4
  "label": "ILOCK15",
5
5
  "description": "Smart Door Lock",
6
6
  "devices": [
7
7
  {
8
- "productType": "0x5010",
9
- "productId": "0x1001",
10
- "zwaveAllianceId": 3048
8
+ "productType": "0x634b",
9
+ "productId": "0x504c"
11
10
  }
12
11
  ],
13
12
  "firmwareVersion": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "manufacturer": "Shenzhen iSurpass Technology Co. , Ltd.",
2
+ "manufacturer": "Shenzhen iSurpass Technology Co., Ltd.",
3
3
  "manufacturerId": "0x021c",
4
4
  "label": "J1504",
5
5
  "description": "Door Sensor",
@@ -1,5 +1,5 @@
1
1
  {
2
- "manufacturer": "Shenzhen iSurpass Technology Co. , Ltd.",
2
+ "manufacturer": "Shenzhen iSurpass Technology Co., Ltd.",
3
3
  "manufacturerId": "0x021c",
4
4
  "label": "J1505",
5
5
  "description": "Motion Sensor",
@@ -1,5 +1,5 @@
1
1
  {
2
- "manufacturer": "Shenzhen iSurpass Technology Co. , Ltd.",
2
+ "manufacturer": "Shenzhen iSurpass Technology Co., Ltd.",
3
3
  "manufacturerId": "0x021c",
4
4
  "label": "J1506",
5
5
  "description": "1 Gang Wall Switch",
@@ -0,0 +1,27 @@
1
+ {
2
+ "manufacturer": "Shenzhen iSurpass Technology Co., Ltd",
3
+ "manufacturerId": "0x021c",
4
+ "label": "J1825",
5
+ "description": "Wall Reader",
6
+ "devices": [
7
+ {
8
+ "productType": "0x5010",
9
+ "productId": "0x1001"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "associations": {
17
+ "1": {
18
+ "label": "Lifeline",
19
+ "maxNodes": 1,
20
+ "isLifeline": true
21
+ },
22
+ "2": {
23
+ "label": "Notification Report",
24
+ "maxNodes": 5
25
+ }
26
+ }
27
+ }
@@ -1,5 +1,5 @@
1
1
  {
2
- "manufacturer": "Shenzhen iSurpass Technology Co. , Ltd.",
2
+ "manufacturer": "Shenzhen iSurpass Technology Co., Ltd.",
3
3
  "manufacturerId": "0x021c",
4
4
  "label": "Smoke Detector",
5
5
  "description": "Carbon monoxide detector, smoke detector",
@@ -1,8 +1,8 @@
1
1
  {
2
- "manufacturer": "eZEX Corporation",
2
+ "manufacturer": "LG U+",
3
3
  "manufacturerId": "0x0233",
4
4
  "label": "SSE-302",
5
- "description": "U+ Switch",
5
+ "description": "Smart Switch",
6
6
  "devices": [
7
7
  {
8
8
  "productType": "0x004c",
@@ -14,6 +14,25 @@
14
14
  "min": "0.0",
15
15
  "max": "255.255"
16
16
  },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Lifeline",
20
+ "maxNodes": 5,
21
+ "isLifeline": true
22
+ },
23
+ "2": {
24
+ "label": "Switch 1",
25
+ "maxNodes": 5
26
+ },
27
+ "3": {
28
+ "label": "Switch 2",
29
+ "maxNodes": 5
30
+ },
31
+ "4": {
32
+ "label": "Switch 3",
33
+ "maxNodes": 5
34
+ }
35
+ },
17
36
  "metadata": {
18
37
  "inclusion": "1) Prepare the controller for enabling inclusion\n2) Keep touching the lamp low button, then after 5 seconds elapsed, 3 beep sounds can be heard. At that time, withdraw touching the button and then inclusion will be commenced",
19
38
  "exclusion": "1) Make sure the switch is in inclusion mode.\n2) Keep touching the lamp low button, then after 5 seconds elapsed, 3 beep sounds can be heard. At that time, withdraw touching the button and then exclusion will be started",
@@ -1,5 +1,5 @@
1
1
  {
2
- "manufacturer": "eZEX Corporation",
2
+ "manufacturer": "LG U+",
3
3
  "manufacturerId": "0x0233",
4
4
  "label": "SSE-303",
5
5
  "description": "U+ Switch",
@@ -0,0 +1,80 @@
1
+ {
2
+ "manufacturer": "LG U+",
3
+ "manufacturerId": "0x0233",
4
+ "label": "SSE-304",
5
+ "description": "IoT Switch",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0059",
9
+ "productId": "0x0001",
10
+ "zwaveAllianceId": 3051
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Lifeline",
20
+ "maxNodes": 5,
21
+ "isLifeline": true
22
+ },
23
+ "2": {
24
+ "label": "Switch 1",
25
+ "maxNodes": 5
26
+ },
27
+ "3": {
28
+ "label": "Switch 2",
29
+ "maxNodes": 5
30
+ },
31
+ "4": {
32
+ "label": "Switch 3",
33
+ "maxNodes": 5
34
+ }
35
+ },
36
+ "paramInformation": [
37
+ {
38
+ "#": "1",
39
+ "label": "Temperature & Humidity Reporting Interval",
40
+ "valueSize": 2,
41
+ "unit": "seconds",
42
+ "minValue": 0,
43
+ "maxValue": 3600,
44
+ "defaultValue": 600,
45
+ "unsigned": true,
46
+ "options": [
47
+ {
48
+ "label": "Disable",
49
+ "value": 0
50
+ }
51
+ ]
52
+ },
53
+ {
54
+ "#": "2",
55
+ "label": "Temperature Change Report Threshold",
56
+ "valueSize": 1,
57
+ "unit": "0.1 °C",
58
+ "minValue": 10,
59
+ "maxValue": 30,
60
+ "defaultValue": 20,
61
+ "unsigned": true
62
+ },
63
+ {
64
+ "#": "3",
65
+ "label": "Humidity Change Report Threshold",
66
+ "valueSize": 1,
67
+ "unit": "%",
68
+ "minValue": 5,
69
+ "maxValue": 20,
70
+ "defaultValue": 10,
71
+ "unsigned": true
72
+ }
73
+ ],
74
+ "metadata": {
75
+ "inclusion": "▶ Add / Remove by the button in the bottom (3rd Button)\n▶ Press the 3rd button for above 5 seconds,\n- Then, red color LED blinks every 0.5 second 6 times.\n- At this time released the button during the red color LED\n blinking.\n- Then, ZWAVE Add / Remove operation is started.\n- Over 30 seconds, Inclusion/ Exclusion mode is stopped",
76
+ "exclusion": "▶ Press the 3rd button for above 5 seconds,\n- Then, red color LED blinks every 0.5 second 6 times.\n- At this time released the button during the red color LED\n blinking.\n- Then, ZWAVE Add / Remove operation is started.\n- Over 30 seconds, Inclusion/ Exclusion mode is stopped",
77
+ "reset": "1) Hold the low touch button for 10 seconds.\n- Keep holding the button, then at 5 second, red LED of 3rd\n button is blinking 6 times and keep holding10 seconds\n later, red LED of 3rd is blinking 6 times again. In this time\n factory reset will be started if you release the button.\n2) After factory reset is done, all the lamps will be turned off\n and all variables will be initialized to default values.\n\nPlease use this procedure only when the network primary controller is missing or otherwise inoperable",
78
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/3051/Switch_Product_Manual_For_Certification_0801R.pdf"
79
+ }
80
+ }
@@ -190,5 +190,15 @@
190
190
  }
191
191
  ]
192
192
  }
193
- ]
193
+ ],
194
+ "compat": {
195
+ "commandClasses": {
196
+ "remove": {
197
+ // The device identifies as Z-Wave+ v2, but does not support the mandatory Supervision CC
198
+ "0x6c": {
199
+ "endpoints": "*"
200
+ }
201
+ }
202
+ }
203
+ }
194
204
  }
@@ -1,47 +1,48 @@
1
1
  {
2
- "manufacturer": "Shenzhen 3nod Acousticlink Co., Ltd.",
2
+ "manufacturer": "LG U+",
3
3
  "manufacturerId": "0x0357",
4
4
  "label": "UPowerSwitch",
5
- "description": "",
5
+ "description": "1-Button Smart Switch",
6
6
  "devices": [
7
7
  {
8
8
  "productType": "0x0057",
9
9
  "productId": "0x0002",
10
10
  "zwaveAllianceId": 3682
11
- },
12
- {
13
- "productType": "0x0058",
14
- "productId": "0x0002",
15
- "zwaveAllianceId": 3683
16
- },
17
- {
18
- "productType": "0x0059",
19
- "productId": "0x0002",
20
- "zwaveAllianceId": 3660
21
11
  }
22
12
  ],
23
13
  "firmwareVersion": {
24
14
  "min": "0.0",
25
15
  "max": "255.255"
26
16
  },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Lifeline",
20
+ "maxNodes": 5,
21
+ "isLifeline": true
22
+ }
23
+ },
27
24
  "paramInformation": [
28
25
  {
29
26
  "#": "1",
30
- "label": "PeriodOfReport",
31
- "description": "Time period of Multi Level Sensor Report.",
27
+ "label": "Temperature & Humidity Reporting Interval",
32
28
  "valueSize": 2,
33
29
  "unit": "seconds",
34
- "minValue": 60,
30
+ "minValue": 0,
35
31
  "maxValue": 3600,
36
32
  "defaultValue": 600,
37
- "unsigned": true
33
+ "unsigned": true,
34
+ "options": [
35
+ {
36
+ "label": "Disable",
37
+ "value": 0
38
+ }
39
+ ]
38
40
  },
39
41
  {
40
42
  "#": "2",
41
- "label": "TempSensor",
42
- "description": "During the cycle, if the temperature change is greater than the set value, a report of the current temperature value will be immediately issued.",
43
+ "label": "Temperature Change Report Threshold",
43
44
  "valueSize": 1,
44
- "unit": ".1°C",
45
+ "unit": "0.1 °C",
45
46
  "minValue": 10,
46
47
  "maxValue": 30,
47
48
  "defaultValue": 20,
@@ -49,8 +50,7 @@
49
50
  },
50
51
  {
51
52
  "#": "3",
52
- "label": "HumSensor",
53
- "description": "During the cycle, if the humidity change is greater than the set value, a report of the current humidity value will be immediately issued.",
53
+ "label": "Humidity Change Report Threshold",
54
54
  "valueSize": 1,
55
55
  "unit": "%",
56
56
  "minValue": 5,
@@ -0,0 +1,68 @@
1
+ {
2
+ "manufacturer": "LG U+",
3
+ "manufacturerId": "0x0357",
4
+ "label": "UPowerSwitch",
5
+ "description": "2-Button Smart Switch",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0058",
9
+ "productId": "0x0002",
10
+ "zwaveAllianceId": 3683
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Lifeline",
20
+ "maxNodes": 5,
21
+ "isLifeline": true
22
+ }
23
+ },
24
+ "paramInformation": [
25
+ {
26
+ "#": "1",
27
+ "label": "Temperature & Humidity Reporting Interval",
28
+ "valueSize": 2,
29
+ "unit": "seconds",
30
+ "minValue": 0,
31
+ "maxValue": 3600,
32
+ "defaultValue": 600,
33
+ "unsigned": true,
34
+ "options": [
35
+ {
36
+ "label": "Disable",
37
+ "value": 0
38
+ }
39
+ ]
40
+ },
41
+ {
42
+ "#": "2",
43
+ "label": "Temperature Change Report Threshold",
44
+ "valueSize": 1,
45
+ "unit": "0.1 °C",
46
+ "minValue": 10,
47
+ "maxValue": 30,
48
+ "defaultValue": 20,
49
+ "unsigned": true
50
+ },
51
+ {
52
+ "#": "3",
53
+ "label": "Humidity Change Report Threshold",
54
+ "valueSize": 1,
55
+ "unit": "%",
56
+ "minValue": 5,
57
+ "maxValue": 20,
58
+ "defaultValue": 10,
59
+ "unsigned": true
60
+ }
61
+ ],
62
+ "metadata": {
63
+ "inclusion": "Press the 3rd button for above 5 seconds. Then, red color LED blinks every 0.5 second 6 times. At this time released the button during the red color LED blinking. Then, ZWAVE Add / Remove operation is started",
64
+ "exclusion": "Press the 3rd button for above 5 seconds. Then, red color LED blinks every 0.5 second 6 times. At this time released the button during the red color LED blinking. Then, ZWAVE Add / Remove operation is started",
65
+ "reset": "Hold the low button for 10 seconds.\n-Keep holding the button, then at 5 second,red LED of 3rd button is blinking 6 times, and keep holding.\nThe red LED blinking 6 times after 10 seconds. When you release your hand, the LED will stop blinking and return to the factory settings.\n*NOTES: Use this procedure only when the network primary controller is missing or otherwise inoperable",
66
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/3660/SmartSwitch_Product_Manual_KO.pdf"
67
+ }
68
+ }
@@ -0,0 +1,68 @@
1
+ {
2
+ "manufacturer": "LG U+",
3
+ "manufacturerId": "0x0357",
4
+ "label": "UPowerSwitch",
5
+ "description": "3-Button Smart Switch",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0059",
9
+ "productId": "0x0002",
10
+ "zwaveAllianceId": 3660
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Lifeline",
20
+ "maxNodes": 5,
21
+ "isLifeline": true
22
+ }
23
+ },
24
+ "paramInformation": [
25
+ {
26
+ "#": "1",
27
+ "label": "Temperature & Humidity Reporting Interval",
28
+ "valueSize": 2,
29
+ "unit": "seconds",
30
+ "minValue": 0,
31
+ "maxValue": 3600,
32
+ "defaultValue": 600,
33
+ "unsigned": true,
34
+ "options": [
35
+ {
36
+ "label": "Disable",
37
+ "value": 0
38
+ }
39
+ ]
40
+ },
41
+ {
42
+ "#": "2",
43
+ "label": "Temperature Change Report Threshold",
44
+ "valueSize": 1,
45
+ "unit": "0.1 °C",
46
+ "minValue": 10,
47
+ "maxValue": 30,
48
+ "defaultValue": 20,
49
+ "unsigned": true
50
+ },
51
+ {
52
+ "#": "3",
53
+ "label": "Humidity Change Report Threshold",
54
+ "valueSize": 1,
55
+ "unit": "%",
56
+ "minValue": 5,
57
+ "maxValue": 20,
58
+ "defaultValue": 10,
59
+ "unsigned": true
60
+ }
61
+ ],
62
+ "metadata": {
63
+ "inclusion": "Press the 3rd button for above 5 seconds. Then, red color LED blinks every 0.5 second 6 times. At this time released the button during the red color LED blinking. Then, ZWAVE Add / Remove operation is started",
64
+ "exclusion": "Press the 3rd button for above 5 seconds. Then, red color LED blinks every 0.5 second 6 times. At this time released the button during the red color LED blinking. Then, ZWAVE Add / Remove operation is started",
65
+ "reset": "Hold the low button for 10 seconds.\n-Keep holding the button, then at 5 second,red LED of 3rd button is blinking 6 times, and keep holding.\nThe red LED blinking 6 times after 10 seconds. When you release your hand, the LED will stop blinking and return to the factory settings.\n*NOTES: Use this procedure only when the network primary controller is missing or otherwise inoperable",
66
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/3660/SmartSwitch_Product_Manual_KO.pdf"
67
+ }
68
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "10.20.0",
3
+ "version": "10.22.1",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -58,8 +58,8 @@
58
58
  "test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
59
59
  },
60
60
  "dependencies": {
61
- "@zwave-js/core": "10.20.0",
62
- "@zwave-js/shared": "10.17.0",
61
+ "@zwave-js/core": "10.22.1",
62
+ "@zwave-js/shared": "10.22.1",
63
63
  "alcalzone-shared": "^4.0.8",
64
64
  "ansi-colors": "^4.1.3",
65
65
  "fs-extra": "^10.1.0",
@@ -70,7 +70,7 @@
70
70
  },
71
71
  "devDependencies": {
72
72
  "@esm2cjs/got": "^12.5.3",
73
- "@microsoft/api-extractor": "*",
73
+ "@microsoft/api-extractor": "^7.35.0",
74
74
  "@types/fs-extra": "^9.0.13",
75
75
  "@types/js-levenshtein": "^1.1.1",
76
76
  "@types/json-logic-js": "^2.0.2",
@@ -80,7 +80,7 @@
80
80
  "@types/sinon": "^10.0.14",
81
81
  "@types/xml2js": "^0.4.11",
82
82
  "@types/yargs": "^17.0.24",
83
- "@zwave-js/maintenance": "10.20.0",
83
+ "@zwave-js/maintenance": "10.22.1",
84
84
  "ava": "^4.3.3",
85
85
  "comment-json": "^4.2.3",
86
86
  "del-cli": "^5.0.0",
@@ -1,16 +0,0 @@
1
- {
2
- "manufacturer": "Shenzhen iSurpass Technology Co. , Ltd.",
3
- "manufacturerId": "0x021c",
4
- "label": "iLock",
5
- "description": "Smart lock",
6
- "devices": [
7
- {
8
- "productType": "0x634b",
9
- "productId": "0x504c"
10
- }
11
- ],
12
- "firmwareVersion": {
13
- "min": "0.0",
14
- "max": "255.255"
15
- }
16
- }