@zwave-js/config 13.2.0 → 13.3.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/config/devices/0x0010/tz45.json +4 -0
- package/config/devices/0x003b/fe599nx.json +14 -1
- package/config/devices/0x003b/templates/schlage_template.json +34 -0
- package/config/devices/0x018e/sdco.json +4 -0
- package/config/devices/0x027a/zen30.json +2 -2
- package/config/devices/0x0460/qmem-0A1PC16.json +2 -1
- package/config/devices/0x0460/qnsh-001P10.json +4 -0
- package/config/devices/0x0460/qnsn-0A24X.json +1 -1
- package/config/devices/0x0460/qnsw-002P16.json +2 -1
- package/config/devices/0x0460/qpsw-0A2P16.json +2 -1
- package/config/devices/0x0460/qpsw-0A3X16.json +150 -0
- package/package.json +3 -3
|
@@ -92,5 +92,18 @@
|
|
|
92
92
|
"defaultValue": 255,
|
|
93
93
|
"unsigned": true
|
|
94
94
|
}
|
|
95
|
-
]
|
|
95
|
+
],
|
|
96
|
+
"compat": {
|
|
97
|
+
"alarmMapping": [
|
|
98
|
+
{
|
|
99
|
+
"$import": "templates/schlage_template.json#alarm_map_keymap_disabled"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"$import": "templates/schlage_template.json#alarm_map_keypad_busy"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"$import": "templates/schlage_template.json#alarm_map_keypad_unlock"
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
}
|
|
96
109
|
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"alarm_map_keymap_disabled": {
|
|
3
|
+
"from": {
|
|
4
|
+
"alarmType": 96,
|
|
5
|
+
"alarmLevel": 255
|
|
6
|
+
},
|
|
7
|
+
"to": {
|
|
8
|
+
"notificationType": 6, // Access Control
|
|
9
|
+
"notificationEvent": 16 // Keypad temporary disabled
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
"alarm_map_keypad_busy": {
|
|
13
|
+
"from": {
|
|
14
|
+
"alarmType": 144,
|
|
15
|
+
"alarmLevel": 255
|
|
16
|
+
},
|
|
17
|
+
"to": {
|
|
18
|
+
"notificationType": 6, // Access Control
|
|
19
|
+
"notificationEvent": 17 // Keypad busy
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"alarm_map_keypad_unlock": {
|
|
23
|
+
"from": {
|
|
24
|
+
"alarmType": 16
|
|
25
|
+
},
|
|
26
|
+
"to": {
|
|
27
|
+
"notificationType": 6, // Access Control
|
|
28
|
+
"notificationEvent": 6, // Keypad unlock operation
|
|
29
|
+
"eventParameters": {
|
|
30
|
+
"userId": "alarmLevel"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -316,8 +316,8 @@
|
|
|
316
316
|
{
|
|
317
317
|
// This device exposes a Multilevel Switch (Dimmer) on endpoint 0, and a Binary Switch (Relay) on endpoint 1
|
|
318
318
|
// Our heuristic currently detects endpoint 1 as unnecessary and hides it from the user.
|
|
319
|
-
// This problem is fixed in
|
|
320
|
-
"$if": "firmwareVersion <
|
|
319
|
+
// This problem is fixed in firmare 3.20 and higher
|
|
320
|
+
"$if": "firmwareVersion < 3.20",
|
|
321
321
|
"preserveEndpoints": "*",
|
|
322
322
|
"preserveRootApplicationCCValueIDs": true
|
|
323
323
|
}
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Shelly Europe Ltd.",
|
|
3
|
+
"manufacturerId": "0x0460",
|
|
4
|
+
"label": "QPSW-0A3X16",
|
|
5
|
+
"description": "Wave Pro 3",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0002",
|
|
9
|
+
"productId": "0x0091"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"paramInformation": [
|
|
17
|
+
{
|
|
18
|
+
"#": "1",
|
|
19
|
+
"$import": "templates/wave_template.json#switch_type",
|
|
20
|
+
"label": "SW1 Switch Type"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"#": "2",
|
|
24
|
+
"$import": "templates/wave_template.json#switch_type",
|
|
25
|
+
"label": "SW2 Switch Type"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"#": "3",
|
|
29
|
+
"$import": "templates/wave_template.json#switch_type",
|
|
30
|
+
"label": "SW3 Switch Type"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"#": "17",
|
|
34
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_prev_off",
|
|
35
|
+
"label": "O1: State After Power Failure"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"#": "18",
|
|
39
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_prev_off",
|
|
40
|
+
"label": "O2: State After Power Failure"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"#": "27",
|
|
44
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_prev_off",
|
|
45
|
+
"label": "O3: State After Power Failure"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"#": "19",
|
|
49
|
+
"$import": "templates/wave_template.json#auto_off_timer",
|
|
50
|
+
"label": "O1: Auto-Off Timer"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"#": "20",
|
|
54
|
+
"$import": "templates/wave_template.json#auto_on_timer",
|
|
55
|
+
"label": "O1: Auto-On Timer"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"#": "25",
|
|
59
|
+
"$import": "templates/wave_template.json#timer_unit",
|
|
60
|
+
"label": "O1: Auto-On/Off Timer Unit"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"#": "21",
|
|
64
|
+
"$import": "templates/wave_template.json#auto_off_timer",
|
|
65
|
+
"label": "O2: Auto-Off Timer"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"#": "22",
|
|
69
|
+
"$import": "templates/wave_template.json#auto_on_timer",
|
|
70
|
+
"label": "O2: Auto-On Timer"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"#": "26",
|
|
74
|
+
"$import": "templates/wave_template.json#timer_unit",
|
|
75
|
+
"label": "O2: Auto-On/Off Timer Unit"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"#": "29",
|
|
79
|
+
"$import": "templates/wave_template.json#auto_off_timer",
|
|
80
|
+
"label": "O3: Auto-Off Timer"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"#": "30",
|
|
84
|
+
"$import": "templates/wave_template.json#auto_on_timer",
|
|
85
|
+
"label": "O3: Auto-On Timer"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"#": "108",
|
|
89
|
+
"$import": "templates/wave_template.json#timer_unit",
|
|
90
|
+
"label": "O3: Auto-On/Off Timer Unit"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"#": "23",
|
|
94
|
+
"$import": "templates/wave_template.json#out_relay_type",
|
|
95
|
+
"label": "O1: Relay Type"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"#": "24",
|
|
99
|
+
"$import": "templates/wave_template.json#out_relay_type",
|
|
100
|
+
"label": "O2: Relay Type"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"#": "106",
|
|
104
|
+
"$import": "templates/wave_template.json#out_relay_type",
|
|
105
|
+
"label": "O3: Relay Type"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"#": "91",
|
|
109
|
+
"$import": "templates/wave_template.json#alarm_configuration",
|
|
110
|
+
"label": "Alarm Configuration: Water"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"#": "92",
|
|
114
|
+
"$import": "templates/wave_template.json#alarm_configuration",
|
|
115
|
+
"label": "Alarm Configuration: Smoke"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"#": "93",
|
|
119
|
+
"$import": "templates/wave_template.json#alarm_configuration",
|
|
120
|
+
"label": "Alarm Configuration: CO"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"#": "94",
|
|
124
|
+
"$import": "templates/wave_template.json#alarm_configuration",
|
|
125
|
+
"label": "Alarm Configuration: Heat"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"#": "120",
|
|
129
|
+
"$import": "templates/wave_template.json#factory_reset"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"#": "201",
|
|
133
|
+
"$import": "templates/wave_template.json#serial_number",
|
|
134
|
+
"label": "Serial Number: Part 1"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"#": "202",
|
|
138
|
+
"$import": "templates/wave_template.json#serial_number",
|
|
139
|
+
"label": "Serial Number: Part 2"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"#": "203",
|
|
143
|
+
"$import": "templates/wave_template.json#serial_number",
|
|
144
|
+
"label": "Serial Number: Part 3"
|
|
145
|
+
}
|
|
146
|
+
],
|
|
147
|
+
"metadata": {
|
|
148
|
+
"$import": "templates/wave_template.json#default_metadata"
|
|
149
|
+
}
|
|
150
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.3.0",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@zwave-js/core": "13.
|
|
59
|
+
"@zwave-js/core": "13.3.0",
|
|
60
60
|
"@zwave-js/shared": "13.1.0",
|
|
61
61
|
"alcalzone-shared": "^4.0.8",
|
|
62
62
|
"ansi-colors": "^4.1.3",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@types/sinon": "^17.0.3",
|
|
78
78
|
"@types/xml2js": "^0.4.14",
|
|
79
79
|
"@types/yargs": "^17.0.32",
|
|
80
|
-
"@zwave-js/maintenance": "13.
|
|
80
|
+
"@zwave-js/maintenance": "13.3.0",
|
|
81
81
|
"ava": "^6.1.3",
|
|
82
82
|
"comment-json": "^4.2.3",
|
|
83
83
|
"del-cli": "^5.1.0",
|