@zwave-js/config 10.12.0 → 10.14.0
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.
- package/build/ConfigManager.d.ts.map +1 -1
- package/build/ConfigManager.js +3 -1
- package/build/ConfigManager.js.map +1 -1
- package/build/Notifications.d.ts +2 -0
- package/build/Notifications.d.ts.map +1 -1
- package/build/Notifications.js +8 -0
- package/build/Notifications.js.map +1 -1
- package/build/devices/DeviceConfig.d.ts +9 -1
- package/build/devices/DeviceConfig.d.ts.map +1 -1
- package/build/devices/DeviceConfig.js +14 -2
- package/build/devices/DeviceConfig.js.map +1 -1
- package/build/utils.d.ts +1 -0
- package/build/utils.d.ts.map +1 -1
- package/build/utils.js +6 -1
- package/build/utils.js.map +1 -1
- package/config/devices/0x0090/910.json +3 -0
- package/config/devices/0x0090/912.json +3 -0
- package/config/devices/0x0090/914.json +3 -0
- package/config/devices/0x0090/smartcode_888.json +3 -0
- package/config/devices/0x0090/templates/kwikset_template.json +18 -1
- package/config/devices/0x0109/yrd210.json +3 -0
- package/config/devices/0x0129/sd-l1000-ch.json +3 -0
- package/config/devices/0x0129/templates/yale_template.json +15 -1
- package/config/devices/0x0129/yrd110.json +3 -0
- package/config/devices/0x0129/yrd120.json +3 -0
- package/config/devices/0x0129/yrd210.json +3 -0
- package/config/devices/0x0129/yrd220.json +3 -0
- package/config/devices/0x0129/yrd256-zw3.json +7 -0
- package/config/devices/0x0129/yrd256.json +3 -0
- package/config/devices/0x0129/yrl210.json +3 -0
- package/config/devices/0x0129/yrl220.json +3 -0
- package/config/devices/0x0129/yrl256.json +3 -0
- package/config/devices/0x015f/a8-9.json +6 -2
- package/config/devices/0x015f/mh10-pm2_5-wa_wd.json +5 -1
- package/config/devices/0x0330/ves-zw-dim-001.json +10 -9
- package/config/devices/0x0330/ves-zw-hld-016.json +123 -0
- package/config/devices/0x0330/ves-zw-mot-018.json +241 -0
- package/config/devices/0x0330/ves-zw-rem-010.json +25 -0
- package/config/devices/0x0330/ves-zw-soc-28.json +62 -0
- package/config/devices/0x0330/ves-zw-swi-002.json +6 -5
- package/config/devices/0x0330/ves-zw-swi-014.json +168 -0
- package/config/devices/0x0330/ves-zw-wal-003.json +23 -0
- package/config/devices/0x0330/ves-zw-wal-008.json +25 -0
- package/config/devices/0x0330/ves-zw-wal-009.json +25 -0
- package/config/devices/0x045a/Z-CM-V01.json +199 -0
- package/config/notifications.json +45 -9
- package/package.json +6 -6
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Vesternet",
|
|
3
|
+
"manufacturerId": "0x0330",
|
|
4
|
+
"label": "VES-ZW-SWI-014",
|
|
5
|
+
"description": "2 Channel Switch",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0004",
|
|
9
|
+
"productId": "0xd109"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "1.2.5",
|
|
14
|
+
"max": "1.2.7"
|
|
15
|
+
},
|
|
16
|
+
"paramInformation": [
|
|
17
|
+
{
|
|
18
|
+
"#": "2",
|
|
19
|
+
"label": "Send Binary Report on State Change",
|
|
20
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
21
|
+
"defaultValue": 1
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"#": "4",
|
|
25
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"#": "5",
|
|
29
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
30
|
+
"label": "Over Current Protection",
|
|
31
|
+
"description": "Triggered when module goes over current limit.",
|
|
32
|
+
"defaultValue": 1
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"#": "7",
|
|
36
|
+
"label": "Momentary Switch Input Behaviour",
|
|
37
|
+
"description": "Only valid in Light Mode",
|
|
38
|
+
"valueSize": 1,
|
|
39
|
+
"defaultValue": 0,
|
|
40
|
+
"allowManualEntry": false,
|
|
41
|
+
"unsigned": true,
|
|
42
|
+
"options": [
|
|
43
|
+
{
|
|
44
|
+
"label": "All the same, toggle the respective output",
|
|
45
|
+
"value": 0
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"label": "Short press only, toggle the respective output",
|
|
49
|
+
"value": 1
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"label": "Hold & release only, toggle the respective output",
|
|
53
|
+
"value": 2
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"label": "Short press only, toggle both outputs",
|
|
57
|
+
"value": 3
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"label": "Hold & release only, toggle both outputs",
|
|
61
|
+
"value": 4
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"#": "8",
|
|
67
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
68
|
+
"label": "Inclusion / Exclusion Using External Switch On Input S1",
|
|
69
|
+
"defaultValue": 1
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"#": "9",
|
|
73
|
+
"label": "Send Central Scene Commands In Response To Inputs",
|
|
74
|
+
"valueSize": 1,
|
|
75
|
+
"defaultValue": 1,
|
|
76
|
+
"allowManualEntry": false,
|
|
77
|
+
"unsigned": true,
|
|
78
|
+
"options": [
|
|
79
|
+
{
|
|
80
|
+
"label": "Disabled for both inputs",
|
|
81
|
+
"value": 0
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"label": "Enabled for both inputs",
|
|
85
|
+
"value": 1
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"label": "Enable for S1 input only",
|
|
89
|
+
"value": 2
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"label": "Enable for S2 input only",
|
|
93
|
+
"value": 3
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"#": "10",
|
|
99
|
+
"label": "Power Change Report Threshold",
|
|
100
|
+
"unit": "W",
|
|
101
|
+
"valueSize": 1,
|
|
102
|
+
"minValue": 0,
|
|
103
|
+
"maxValue": 100,
|
|
104
|
+
"unsigned": true,
|
|
105
|
+
"defaultValue": 10,
|
|
106
|
+
"options": [
|
|
107
|
+
{
|
|
108
|
+
"label": "Disable",
|
|
109
|
+
"value": 0
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"#": "11",
|
|
115
|
+
"label": "Current Change Report Threshold",
|
|
116
|
+
"unit": "0.1 A",
|
|
117
|
+
"valueSize": 1,
|
|
118
|
+
"minValue": 0,
|
|
119
|
+
"maxValue": 10,
|
|
120
|
+
"unsigned": true,
|
|
121
|
+
"defaultValue": 1,
|
|
122
|
+
"options": [
|
|
123
|
+
{
|
|
124
|
+
"label": "Disable",
|
|
125
|
+
"value": 0
|
|
126
|
+
}
|
|
127
|
+
]
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"#": "12",
|
|
131
|
+
"label": "Voltage Change Report Threshold",
|
|
132
|
+
"unit": "V",
|
|
133
|
+
"valueSize": 1,
|
|
134
|
+
"minValue": 0,
|
|
135
|
+
"maxValue": 10,
|
|
136
|
+
"unsigned": true,
|
|
137
|
+
"defaultValue": 2,
|
|
138
|
+
"options": [
|
|
139
|
+
{
|
|
140
|
+
"label": "Disable",
|
|
141
|
+
"value": 0
|
|
142
|
+
}
|
|
143
|
+
]
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"#": "14",
|
|
147
|
+
"label": "Energy/Power/Voltage/Current Report Interval",
|
|
148
|
+
"unit": "seconds",
|
|
149
|
+
"valueSize": 4,
|
|
150
|
+
"minValue": 0,
|
|
151
|
+
"maxValue": 2678400,
|
|
152
|
+
"unsigned": true,
|
|
153
|
+
"defaultValue": 3600,
|
|
154
|
+
"options": [
|
|
155
|
+
{
|
|
156
|
+
"label": "Disable",
|
|
157
|
+
"value": 0
|
|
158
|
+
}
|
|
159
|
+
]
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
"metadata": {
|
|
163
|
+
"inclusion": "Step 1. Set primary controller/gateway into inclusion mode.\nStep 2. Either power cycle the product, or triple press the action button.\n Step 3. The connected light will stay on solid for 3 seconds to indicate successful inclusion.",
|
|
164
|
+
"exclusion": "Step 1. Set primary controller/gateway into exclusion mode.\nStep 2. Triple press the action button.",
|
|
165
|
+
"reset": "Press and hold the action button for over 10 seconds.",
|
|
166
|
+
"manual": "https://cdn.shopify.com/s/files/1/0066/8149/3559/files/VES-ZW-SWI-014.pdf"
|
|
167
|
+
}
|
|
168
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Vesternet",
|
|
3
|
+
"manufacturerId": "0x0330",
|
|
4
|
+
"label": "VES-ZW-WAL-003",
|
|
5
|
+
"description": "Wall Controller - 2 Button",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0300",
|
|
9
|
+
"productId": "0xa307",
|
|
10
|
+
"zwaveAllianceId": 3900
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "1.27",
|
|
15
|
+
"max": "1.29"
|
|
16
|
+
},
|
|
17
|
+
"metadata": {
|
|
18
|
+
"inclusion": "Step 1. Set primary controller/gateway into inclusion mode.\nStep 2. Press and hold down both | and O buttons for over 3 seconds until the LED indicator turns on. After approximately 10 seconds the LED indicator will blink 6 times to indicate successful inclusion.",
|
|
19
|
+
"exclusion": "Step 1. Set primary controller/gateway into exclusion mode.\nStep 2. Press and hold down both | and O buttons for over 3 seconds until the LED indicator turns on. After approximately 7 seconds the LED indicator will blink 4 times to indicate successful exclusion.",
|
|
20
|
+
"reset": "Press and hold down both | and O buttons for over 10 seconds until the LED indicator turns on. Release both | and O buttons and the LED indicator will blink 4 times to indicate successful factory reset.",
|
|
21
|
+
"manual": "https://cdn.shopify.com/s/files/1/0066/8149/3559/files/VES-ZW-WAL-003.pdf"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Vesternet",
|
|
3
|
+
"manufacturerId": "0x0330",
|
|
4
|
+
"label": "VES-ZW-WAL-008",
|
|
5
|
+
"description": "Wall Controller - 4 Button",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0300",
|
|
9
|
+
"productId": "0xa306",
|
|
10
|
+
"zwaveAllianceId": 3783
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "1.27",
|
|
15
|
+
"max": "1.29"
|
|
16
|
+
},
|
|
17
|
+
// This is a re-branded version of the Sunricher ZV9001K4-DIM-G2
|
|
18
|
+
"preferred": true,
|
|
19
|
+
"metadata": {
|
|
20
|
+
"inclusion": "Step 1. Set primary controller/gateway into inclusion mode.\nStep 2. Press and hold down both | and O buttons on the top row for over 3 seconds until the LED indicator turns on. After approximately 10 seconds the LED indicator will blink 6 times to indicate successful inclusion.",
|
|
21
|
+
"exclusion": "Step 1. Set primary controller/gateway into exclusion mode.\nStep 2. Press and hold down both | and O buttons on the top row for over 3 seconds until the LED indicator turns on. After approximately 7 seconds the LED indicator will blink 4 times to indicate successful exclusion.",
|
|
22
|
+
"reset": "Press and hold down both | and O buttons on the top row for over 10 seconds until the LED indicator turns on. Release both | and O buttons and the LED indicator will blink 4 times to indicate successful factory reset.",
|
|
23
|
+
"manual": "https://cdn.shopify.com/s/files/1/0066/8149/3559/files/VES-ZW-WAL-008.pdf"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Vesternet",
|
|
3
|
+
"manufacturerId": "0x0330",
|
|
4
|
+
"label": "VES-ZW-WAL-009",
|
|
5
|
+
"description": "Wall Controller - 8 Button",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0300",
|
|
9
|
+
"productId": "0xa305",
|
|
10
|
+
"zwaveAllianceId": 3334
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "1.27",
|
|
15
|
+
"max": "1.29"
|
|
16
|
+
},
|
|
17
|
+
// This device is a re-branded "Sunricher Wall Mounted Switch 8"
|
|
18
|
+
"preferred": true,
|
|
19
|
+
"metadata": {
|
|
20
|
+
"inclusion": "Step 1. Set primary controller/gateway into inclusion mode.\nStep 2. Press and hold down both | and O buttons on the top row for over 3 seconds until the LED indicator turns on. After approximately 10 seconds the LED indicator will blink 6 times to indicate successful inclusion.",
|
|
21
|
+
"exclusion": "Step 1. Set primary controller/gateway into exclusion mode.\nStep 2. Press and hold down both | and O buttons on the top row for over 3 seconds until the LED indicator turns on. After approximately 7 seconds the LED indicator will blink 4 times to indicate successful exclusion.",
|
|
22
|
+
"reset": "Press and hold down both | and O buttons on the top row for over 10 seconds until the LED indicator turns on. Release both | and O buttons and the LED indicator will blink 4 times to indicate successful factory reset.",
|
|
23
|
+
"manual": "https://cdn.shopify.com/s/files/1/0066/8149/3559/files/VES-ZW-WAL-009.pdf"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "ZVIDAR",
|
|
3
|
+
"manufacturerId": "0x045a",
|
|
4
|
+
"label": "Z-CM-V01",
|
|
5
|
+
"description": "Smart Curtain Motor",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0904",
|
|
9
|
+
"productId": "0x0507"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"paramInformation": [
|
|
17
|
+
{
|
|
18
|
+
"#": "1",
|
|
19
|
+
// TODO: It is unknown what this parameter does. If anyone knows,
|
|
20
|
+
// let us know so we can find a better label for it
|
|
21
|
+
"label": "Set To Start Holding Hands",
|
|
22
|
+
"description": "This parameter can be used to set the motor open hand start function",
|
|
23
|
+
"valueSize": 1,
|
|
24
|
+
"defaultValue": 1,
|
|
25
|
+
"unsigned": true,
|
|
26
|
+
"allowManualEntry": false,
|
|
27
|
+
"options": [
|
|
28
|
+
{
|
|
29
|
+
"label": "Close hand start function",
|
|
30
|
+
"value": 0
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"label": "Open hand start function",
|
|
34
|
+
"value": 1
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"#": "2",
|
|
40
|
+
"label": "Motor Direction",
|
|
41
|
+
"valueSize": 1,
|
|
42
|
+
"defaultValue": 1,
|
|
43
|
+
"unsigned": true,
|
|
44
|
+
"allowManualEntry": false,
|
|
45
|
+
"options": [
|
|
46
|
+
{
|
|
47
|
+
"label": "Forward",
|
|
48
|
+
"value": 1
|
|
49
|
+
},
|
|
50
|
+
// TODO: The difference between these two is unknown.
|
|
51
|
+
// If anyone knows, please tell us.
|
|
52
|
+
{
|
|
53
|
+
"label": "Opposite",
|
|
54
|
+
"value": 2
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"label": "Reverse",
|
|
58
|
+
"value": 3
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"#": "3",
|
|
64
|
+
"label": "Manually Set Open Boundary",
|
|
65
|
+
"valueSize": 1,
|
|
66
|
+
"defaultValue": 0,
|
|
67
|
+
"unsigned": true,
|
|
68
|
+
"allowManualEntry": false,
|
|
69
|
+
"options": [
|
|
70
|
+
{
|
|
71
|
+
"label": "Cancel",
|
|
72
|
+
"value": 0
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"label": "Start",
|
|
76
|
+
"value": 1
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"#": "4",
|
|
82
|
+
"label": "Manually Set Closed Boundary",
|
|
83
|
+
"valueSize": 1,
|
|
84
|
+
"defaultValue": 0,
|
|
85
|
+
"unsigned": true,
|
|
86
|
+
"allowManualEntry": false,
|
|
87
|
+
"options": [
|
|
88
|
+
{
|
|
89
|
+
"label": "Cancel",
|
|
90
|
+
"value": 0
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"label": "Start",
|
|
94
|
+
"value": 1
|
|
95
|
+
}
|
|
96
|
+
]
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"#": "5",
|
|
100
|
+
"label": "Control Motor",
|
|
101
|
+
"valueSize": 1,
|
|
102
|
+
"defaultValue": 3,
|
|
103
|
+
"unsigned": true,
|
|
104
|
+
"allowManualEntry": false,
|
|
105
|
+
"options": [
|
|
106
|
+
{
|
|
107
|
+
"label": "Open (Up)",
|
|
108
|
+
"value": 1
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"label": "Close (Down)",
|
|
112
|
+
"value": 2
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"label": "Stop",
|
|
116
|
+
"value": 3
|
|
117
|
+
}
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"#": "6",
|
|
122
|
+
"label": "Calibrate Limit Position",
|
|
123
|
+
"valueSize": 1,
|
|
124
|
+
"defaultValue": 1,
|
|
125
|
+
"unsigned": true,
|
|
126
|
+
"allowManualEntry": false,
|
|
127
|
+
"options": [
|
|
128
|
+
{
|
|
129
|
+
"label": "Upper limit",
|
|
130
|
+
"value": 1
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"label": "Lower limit",
|
|
134
|
+
"value": 2
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"label": "Third limit",
|
|
138
|
+
"value": 3
|
|
139
|
+
}
|
|
140
|
+
]
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"#": "7",
|
|
144
|
+
"label": "Delete Limit Position",
|
|
145
|
+
"valueSize": 1,
|
|
146
|
+
"defaultValue": 0,
|
|
147
|
+
"unsigned": true,
|
|
148
|
+
"allowManualEntry": false,
|
|
149
|
+
"options": [
|
|
150
|
+
{
|
|
151
|
+
"label": "All limits",
|
|
152
|
+
"value": 0
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"label": "Only upper limit",
|
|
156
|
+
"value": 1
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"label": "Only lower limit",
|
|
160
|
+
"value": 2
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"label": "Only third limit",
|
|
164
|
+
"value": 3
|
|
165
|
+
}
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"#": "8",
|
|
170
|
+
"label": "Low Battery Level Alarm Threshold",
|
|
171
|
+
"valueSize": 1,
|
|
172
|
+
"minValue": 0,
|
|
173
|
+
"maxValue": 50,
|
|
174
|
+
"defaultValue": 10,
|
|
175
|
+
"unit": "%",
|
|
176
|
+
"unsigned": true
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"#": "9",
|
|
180
|
+
"label": "Battery Report Interval",
|
|
181
|
+
"valueSize": 4,
|
|
182
|
+
"minValue": 0,
|
|
183
|
+
"maxValue": 2678400,
|
|
184
|
+
"defaultValue": 3600,
|
|
185
|
+
"unit": "seconds",
|
|
186
|
+
"unsigned": true
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"#": "10",
|
|
190
|
+
"label": "Battery Change Report Threshold",
|
|
191
|
+
"valueSize": 1,
|
|
192
|
+
"minValue": 0,
|
|
193
|
+
"maxValue": 50,
|
|
194
|
+
"defaultValue": 5,
|
|
195
|
+
"unit": "%",
|
|
196
|
+
"unsigned": true
|
|
197
|
+
}
|
|
198
|
+
]
|
|
199
|
+
}
|
|
@@ -533,30 +533,54 @@
|
|
|
533
533
|
],
|
|
534
534
|
"events": {
|
|
535
535
|
"0x01": {
|
|
536
|
-
"label": "Manual lock operation"
|
|
536
|
+
"label": "Manual lock operation",
|
|
537
|
+
"idleVariables": [
|
|
538
|
+
// Lock state - Lock jammed
|
|
539
|
+
"0x0b"
|
|
540
|
+
]
|
|
537
541
|
},
|
|
538
542
|
"0x02": {
|
|
539
|
-
"label": "Manual unlock operation"
|
|
543
|
+
"label": "Manual unlock operation",
|
|
544
|
+
"idleVariables": [
|
|
545
|
+
// Lock state - Lock jammed
|
|
546
|
+
"0x0b"
|
|
547
|
+
]
|
|
540
548
|
},
|
|
541
549
|
"0x03": {
|
|
542
|
-
"label": "RF lock operation"
|
|
550
|
+
"label": "RF lock operation",
|
|
551
|
+
"idleVariables": [
|
|
552
|
+
// Lock state - Lock jammed
|
|
553
|
+
"0x0b"
|
|
554
|
+
]
|
|
543
555
|
},
|
|
544
556
|
"0x04": {
|
|
545
|
-
"label": "RF unlock operation"
|
|
557
|
+
"label": "RF unlock operation",
|
|
558
|
+
"idleVariables": [
|
|
559
|
+
// Lock state - Lock jammed
|
|
560
|
+
"0x0b"
|
|
561
|
+
]
|
|
546
562
|
},
|
|
547
563
|
"0x05": {
|
|
548
564
|
"label": "Keypad lock operation",
|
|
549
565
|
// parameters contain User Code Report
|
|
550
566
|
"params": {
|
|
551
567
|
"type": "commandclass"
|
|
552
|
-
}
|
|
568
|
+
},
|
|
569
|
+
"idleVariables": [
|
|
570
|
+
// Lock state - Lock jammed
|
|
571
|
+
"0x0b"
|
|
572
|
+
]
|
|
553
573
|
},
|
|
554
574
|
"0x06": {
|
|
555
575
|
"label": "Keypad unlock operation",
|
|
556
576
|
// parameters contain User Code Report
|
|
557
577
|
"params": {
|
|
558
578
|
"type": "commandclass"
|
|
559
|
-
}
|
|
579
|
+
},
|
|
580
|
+
"idleVariables": [
|
|
581
|
+
// Lock state - Lock jammed
|
|
582
|
+
"0x0b"
|
|
583
|
+
]
|
|
560
584
|
},
|
|
561
585
|
"0x07": {
|
|
562
586
|
"label": "Manual not fully locked operation"
|
|
@@ -565,7 +589,11 @@
|
|
|
565
589
|
"label": "RF not fully locked operation"
|
|
566
590
|
},
|
|
567
591
|
"0x09": {
|
|
568
|
-
"label": "Auto lock locked operation"
|
|
592
|
+
"label": "Auto lock locked operation",
|
|
593
|
+
"idleVariables": [
|
|
594
|
+
// Lock state - Lock jammed
|
|
595
|
+
"0x0b"
|
|
596
|
+
]
|
|
569
597
|
},
|
|
570
598
|
"0x0a": {
|
|
571
599
|
"label": "Auto lock not fully locked operation"
|
|
@@ -608,7 +636,11 @@
|
|
|
608
636
|
"params": {
|
|
609
637
|
"type": "value",
|
|
610
638
|
"name": "user ID"
|
|
611
|
-
}
|
|
639
|
+
},
|
|
640
|
+
"idleVariables": [
|
|
641
|
+
// Lock state - Lock jammed
|
|
642
|
+
"0x0b"
|
|
643
|
+
]
|
|
612
644
|
},
|
|
613
645
|
"0x22": {
|
|
614
646
|
"label": "Unlock operation with User Code",
|
|
@@ -616,7 +648,11 @@
|
|
|
616
648
|
"params": {
|
|
617
649
|
"type": "value",
|
|
618
650
|
"name": "user ID"
|
|
619
|
-
}
|
|
651
|
+
},
|
|
652
|
+
"idleVariables": [
|
|
653
|
+
// Lock state - Lock jammed
|
|
654
|
+
"0x0b"
|
|
655
|
+
]
|
|
620
656
|
},
|
|
621
657
|
"0x41": {
|
|
622
658
|
"label": "Barrier operation (open/close) force has been exceeded"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.14.0",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@zwave-js/core": "10.
|
|
70
|
-
"@zwave-js/shared": "10.
|
|
69
|
+
"@zwave-js/core": "10.14.0",
|
|
70
|
+
"@zwave-js/shared": "10.13.0",
|
|
71
71
|
"alcalzone-shared": "^4.0.8",
|
|
72
72
|
"ansi-colors": "^4.1.3",
|
|
73
73
|
"fs-extra": "^10.1.0",
|
|
@@ -88,18 +88,18 @@
|
|
|
88
88
|
"@types/sinon": "^10.0.13",
|
|
89
89
|
"@types/xml2js": "^0.4.11",
|
|
90
90
|
"@types/yargs": "^17.0.12",
|
|
91
|
-
"@zwave-js/maintenance": "10.
|
|
91
|
+
"@zwave-js/maintenance": "10.14.0",
|
|
92
92
|
"ava": "^4.3.3",
|
|
93
93
|
"comment-json": "^4.2.3",
|
|
94
94
|
"del-cli": "^5.0.0",
|
|
95
95
|
"esbuild": "0.15.7",
|
|
96
|
-
"esbuild-register": "^3.
|
|
96
|
+
"esbuild-register": "^3.4.2",
|
|
97
97
|
"js-levenshtein": "^1.1.6",
|
|
98
98
|
"pegjs": "^0.10.0",
|
|
99
99
|
"prettier": "^2.8.4",
|
|
100
100
|
"sinon": "^14.0.0",
|
|
101
101
|
"ts-pegjs": "^0.3.1",
|
|
102
|
-
"typescript": "4.9.
|
|
102
|
+
"typescript": "4.9.5",
|
|
103
103
|
"xml2js": "^0.4.23",
|
|
104
104
|
"yargs": "^17.5.1"
|
|
105
105
|
}
|