@zwave-js/config 8.2.4-20210908 → 8.3.2-20210917
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/0x0060/st814.json +6 -0
- package/config/devices/0x015f/mh10-pm2_5-wa_wd.json +4 -0
- package/config/devices/0x0234/zso7300.json +4 -0
- package/config/devices/0x027a/zen15.json +32 -0
- package/config/devices/0x027a/zen24_4.0.json +9 -4
- package/config/devices/0x0312/mp21zp.json +97 -0
- package/config/devices/0x0312/zw31.json +4 -0
- package/config/devices/0x0371/zw141.json +4 -0
- package/config/devices/index.json +60 -0
- package/package.json +4 -4
|
@@ -138,5 +138,11 @@
|
|
|
138
138
|
}
|
|
139
139
|
]
|
|
140
140
|
}
|
|
141
|
+
},
|
|
142
|
+
"compat": {
|
|
143
|
+
// The device shouldn't have any endpoints
|
|
144
|
+
"preserveRootApplicationCCValueIDs": true
|
|
145
|
+
// TODO: Remove endpoints when compat flag is implemented
|
|
146
|
+
// https://github.com/zwave-js/node-zwave-js/issues/3335
|
|
141
147
|
}
|
|
142
148
|
}
|
|
@@ -59,6 +59,38 @@
|
|
|
59
59
|
}
|
|
60
60
|
]
|
|
61
61
|
},
|
|
62
|
+
"33": {
|
|
63
|
+
"$if": "firmwareVersion >= 2.4",
|
|
64
|
+
"label": "Auto-On Timer",
|
|
65
|
+
"valueSize": 1,
|
|
66
|
+
"unit": "minutes",
|
|
67
|
+
"minValue": 0,
|
|
68
|
+
"maxValue": 99,
|
|
69
|
+
"defaultValue": 0,
|
|
70
|
+
"unsigned": true,
|
|
71
|
+
"options": [
|
|
72
|
+
{
|
|
73
|
+
"label": "Disable",
|
|
74
|
+
"value": 0
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
"34": {
|
|
79
|
+
"$if": "firmwareVersion >= 2.4",
|
|
80
|
+
"label": "Auto-Off Timer",
|
|
81
|
+
"valueSize": 1,
|
|
82
|
+
"unit": "minutes",
|
|
83
|
+
"minValue": 0,
|
|
84
|
+
"maxValue": 99,
|
|
85
|
+
"defaultValue": 0,
|
|
86
|
+
"unsigned": true,
|
|
87
|
+
"options": [
|
|
88
|
+
{
|
|
89
|
+
"label": "Disable",
|
|
90
|
+
"value": 0
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
},
|
|
62
94
|
"30": {
|
|
63
95
|
"$if": "firmwareVersion >= 1.3",
|
|
64
96
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
@@ -108,13 +108,18 @@
|
|
|
108
108
|
"$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
|
|
109
109
|
},
|
|
110
110
|
"9": {
|
|
111
|
-
"label": "
|
|
112
|
-
"description": "Adjust the physical ramp rate for your dimmer (fade-in / fade-out effect for on / off operation).",
|
|
111
|
+
"label": "Dim Rate Speed",
|
|
113
112
|
"unit": "seconds",
|
|
114
113
|
"valueSize": 1,
|
|
115
|
-
"minValue":
|
|
114
|
+
"minValue": 0,
|
|
116
115
|
"maxValue": 99,
|
|
117
|
-
"defaultValue": 1
|
|
116
|
+
"defaultValue": 1,
|
|
117
|
+
"options": [
|
|
118
|
+
{
|
|
119
|
+
"label": "Instant on/off",
|
|
120
|
+
"value": 0
|
|
121
|
+
}
|
|
122
|
+
]
|
|
118
123
|
},
|
|
119
124
|
"10": {
|
|
120
125
|
"label": "Minimum Brightness",
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Minoston",
|
|
3
|
+
"manufacturerId": "0x0312",
|
|
4
|
+
"label": "MP21ZP",
|
|
5
|
+
"description": "Mini Plug with Power Meter",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0xff00",
|
|
9
|
+
"productId": "0xff0e"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"paramInformation": {
|
|
17
|
+
"1": {
|
|
18
|
+
"$import": "~/templates/master_template.json#led_indicator_four_options"
|
|
19
|
+
},
|
|
20
|
+
"2": {
|
|
21
|
+
"label": "Auto-Off Timer",
|
|
22
|
+
"valueSize": 4,
|
|
23
|
+
"unit": "minutes",
|
|
24
|
+
"minValue": 0,
|
|
25
|
+
"maxValue": 65535,
|
|
26
|
+
"defaultValue": 0,
|
|
27
|
+
"unsigned": true,
|
|
28
|
+
"options": [
|
|
29
|
+
{
|
|
30
|
+
"label": "Disable",
|
|
31
|
+
"value": 0
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"3": {
|
|
36
|
+
"label": "Auto-On Timer",
|
|
37
|
+
"valueSize": 4,
|
|
38
|
+
"unit": "minutes",
|
|
39
|
+
"minValue": 0,
|
|
40
|
+
"maxValue": 65535,
|
|
41
|
+
"defaultValue": 0,
|
|
42
|
+
"unsigned": true,
|
|
43
|
+
"options": [
|
|
44
|
+
{
|
|
45
|
+
"label": "Disable",
|
|
46
|
+
"value": 0
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
"4": {
|
|
51
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_prev_off_on"
|
|
52
|
+
},
|
|
53
|
+
"5": {
|
|
54
|
+
"label": "Power delta value",
|
|
55
|
+
"description": "Minimum change required for a new power value to be transmitted.",
|
|
56
|
+
"unit": "W",
|
|
57
|
+
"valueSize": 1,
|
|
58
|
+
"minValue": 0,
|
|
59
|
+
"maxValue": 5,
|
|
60
|
+
"defaultValue": 1
|
|
61
|
+
},
|
|
62
|
+
"6": {
|
|
63
|
+
"label": "Power maximum report time",
|
|
64
|
+
"description": "Maximum time between two power values, independently of changes in the value",
|
|
65
|
+
"unit": "minutes",
|
|
66
|
+
"valueSize": 4,
|
|
67
|
+
"minValue": 0,
|
|
68
|
+
"maxValue": 65535,
|
|
69
|
+
"defaultValue": 1,
|
|
70
|
+
"unsigned": true
|
|
71
|
+
},
|
|
72
|
+
"7": {
|
|
73
|
+
"label": "Current delta value",
|
|
74
|
+
"description": "Minimum change required for a new power value to be transmitted.",
|
|
75
|
+
"unit": "0.1 A",
|
|
76
|
+
"valueSize": 1,
|
|
77
|
+
"minValue": 1,
|
|
78
|
+
"maxValue": 10,
|
|
79
|
+
"defaultValue": 1
|
|
80
|
+
},
|
|
81
|
+
"8": {
|
|
82
|
+
"label": "Current delta value",
|
|
83
|
+
"description": "Minimum change required for a new power value to be transmitted.",
|
|
84
|
+
"unit": "0.01 kWh",
|
|
85
|
+
"valueSize": 1,
|
|
86
|
+
"minValue": 1,
|
|
87
|
+
"maxValue": 100,
|
|
88
|
+
"defaultValue": 1
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"metadata": {
|
|
92
|
+
"inclusion": "Follow the instructions for your Z-Wave certified controller to add a device to the Z-Wave network.\n Once the controller is ready to add your device, press the Manual/Program button on the smart plug 3 times quickly. The blue LED will blink quickly.",
|
|
93
|
+
"exclusion": "Follow the instructions for your Z-Wave certified controller to remove a device from the Z-Wave network.\n Once the controller is ready to remove your device, press the manual/program button on the smart plug 3 times quickly.",
|
|
94
|
+
"reset": "Click the button 2 times quickly then hold for at least 10 seconds. (Light flashes 1 time when reset successfully.)",
|
|
95
|
+
"manual": "https://minoston.com/wp-content/uploads/2021/08/MP21ZP-%E8%AF%B4%E6%98%8E%E4%B9%A6.pdf"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
@@ -22320,6 +22320,18 @@
|
|
|
22320
22320
|
},
|
|
22321
22321
|
"filename": "0x015f/mh10-pm2_5-wa_wd.json"
|
|
22322
22322
|
},
|
|
22323
|
+
{
|
|
22324
|
+
"manufacturerId": "0x015f",
|
|
22325
|
+
"manufacturer": "McoHome Technology Co., Ltd.",
|
|
22326
|
+
"label": "MH10-PM2.5-WA/WD",
|
|
22327
|
+
"productType": "0x0a02",
|
|
22328
|
+
"productId": "0x5102",
|
|
22329
|
+
"firmwareVersion": {
|
|
22330
|
+
"min": "0.0",
|
|
22331
|
+
"max": "255.255"
|
|
22332
|
+
},
|
|
22333
|
+
"filename": "0x015f/mh10-pm2_5-wa_wd.json"
|
|
22334
|
+
},
|
|
22323
22335
|
{
|
|
22324
22336
|
"manufacturerId": "0x015f",
|
|
22325
22337
|
"manufacturer": "McoHome Technology Co., Ltd.",
|
|
@@ -26172,6 +26184,18 @@
|
|
|
26172
26184
|
},
|
|
26173
26185
|
"filename": "0x0234/zso7300.json"
|
|
26174
26186
|
},
|
|
26187
|
+
{
|
|
26188
|
+
"manufacturerId": "0x0234",
|
|
26189
|
+
"manufacturer": "Logic Group",
|
|
26190
|
+
"label": "ZSO7300",
|
|
26191
|
+
"productType": "0x0004",
|
|
26192
|
+
"productId": "0x002a",
|
|
26193
|
+
"firmwareVersion": {
|
|
26194
|
+
"min": "0.0",
|
|
26195
|
+
"max": "255.255"
|
|
26196
|
+
},
|
|
26197
|
+
"filename": "0x0234/zso7300.json"
|
|
26198
|
+
},
|
|
26175
26199
|
{
|
|
26176
26200
|
"manufacturerId": "0x0236",
|
|
26177
26201
|
"manufacturer": "Bandi Comm Tech Inc.",
|
|
@@ -29520,6 +29544,18 @@
|
|
|
29520
29544
|
},
|
|
29521
29545
|
"filename": "0x0312/mp21zd.json"
|
|
29522
29546
|
},
|
|
29547
|
+
{
|
|
29548
|
+
"manufacturerId": "0x0312",
|
|
29549
|
+
"manufacturer": "Minoston",
|
|
29550
|
+
"label": "MP21ZP",
|
|
29551
|
+
"productType": "0xff00",
|
|
29552
|
+
"productId": "0xff0e",
|
|
29553
|
+
"firmwareVersion": {
|
|
29554
|
+
"min": "0.0",
|
|
29555
|
+
"max": "255.255"
|
|
29556
|
+
},
|
|
29557
|
+
"filename": "0x0312/mp21zp.json"
|
|
29558
|
+
},
|
|
29523
29559
|
{
|
|
29524
29560
|
"manufacturerId": "0x0312",
|
|
29525
29561
|
"manufacturer": "Minoston",
|
|
@@ -30012,6 +30048,18 @@
|
|
|
30012
30048
|
},
|
|
30013
30049
|
"filename": "0x0312/zw31.json"
|
|
30014
30050
|
},
|
|
30051
|
+
{
|
|
30052
|
+
"manufacturerId": "0x0312",
|
|
30053
|
+
"manufacturer": "NIE Technology Co., Ltd.",
|
|
30054
|
+
"label": "ZW31",
|
|
30055
|
+
"productType": "0xaa00",
|
|
30056
|
+
"productId": "0xaa02",
|
|
30057
|
+
"firmwareVersion": {
|
|
30058
|
+
"min": "0.0",
|
|
30059
|
+
"max": "255.255"
|
|
30060
|
+
},
|
|
30061
|
+
"filename": "0x0312/zw31.json"
|
|
30062
|
+
},
|
|
30015
30063
|
{
|
|
30016
30064
|
"manufacturerId": "0x0312",
|
|
30017
30065
|
"manufacturer": "NIE Technology Co., Ltd.",
|
|
@@ -31560,6 +31608,18 @@
|
|
|
31560
31608
|
},
|
|
31561
31609
|
"filename": "0x0371/zw141.json"
|
|
31562
31610
|
},
|
|
31611
|
+
{
|
|
31612
|
+
"manufacturerId": "0x0371",
|
|
31613
|
+
"manufacturer": "Aeotec Ltd.",
|
|
31614
|
+
"label": "ZW141",
|
|
31615
|
+
"productType": "0x0103",
|
|
31616
|
+
"productId": "0x008d",
|
|
31617
|
+
"firmwareVersion": {
|
|
31618
|
+
"min": "0.0",
|
|
31619
|
+
"max": "255.255"
|
|
31620
|
+
},
|
|
31621
|
+
"filename": "0x0371/zw141.json"
|
|
31622
|
+
},
|
|
31563
31623
|
{
|
|
31564
31624
|
"manufacturerId": "0x0371",
|
|
31565
31625
|
"manufacturer": "Aeotec Ltd.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "8.2
|
|
3
|
+
"version": "8.3.2-20210917",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"url": "https://github.com/sponsors/AlCalzone/"
|
|
30
30
|
},
|
|
31
31
|
"engines": {
|
|
32
|
-
"node": ">=
|
|
32
|
+
"node": ">=12.22.2 <16.9.0 || >16.9.0"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"prebuild": "yarn ts maintenance/prebuild.ts",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"ts": "node -r esbuild-register"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@zwave-js/core": "8.
|
|
43
|
+
"@zwave-js/core": "8.3.1",
|
|
44
44
|
"@zwave-js/shared": "8.2.2",
|
|
45
45
|
"alcalzone-shared": "^4.0.0",
|
|
46
46
|
"ansi-colors": "^4.1.1",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@types/semver": "^7.3.8",
|
|
61
61
|
"@types/xml2json": "^0.11.4",
|
|
62
62
|
"@types/yargs": "^16.0.4",
|
|
63
|
-
"@zwave-js/maintenance": "8.
|
|
63
|
+
"@zwave-js/maintenance": "8.3.1",
|
|
64
64
|
"axios": "^0.21.3",
|
|
65
65
|
"comment-json": "^4.1.1",
|
|
66
66
|
"esbuild-register": "^2.6.0",
|