@zwave-js/config 8.11.4 → 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.
- package/config/devices/0x0063/52252_52253_zw3012.json +2 -2
- package/config/devices/0x015f/mh-3901z.json +140 -0
- package/config/devices/0x0258/eu-1.json +7 -51
- package/config/devices/0x0258/eu-2.json +9 -53
- package/config/devices/0x0258/eu-3.json +20 -96
- package/config/devices/0x0258/nas-ab01z.json +14 -39
- package/config/devices/0x0258/nas-pd01z.json +4 -0
- package/config/devices/0x0258/nas-pd07u1.json +6 -47
- package/config/devices/0x0258/nas-pd07z.json +4 -31
- package/config/devices/0x0258/nas-rc03z.json +27 -7
- package/config/devices/0x0258/nas-sc03ze.json +46 -0
- package/config/devices/0x0258/nas-wr01z.json +17 -71
- package/config/devices/0x0258/nas-wr01ze.json +18 -73
- package/config/devices/0x0258/{flood_sensor.json → nas-ws01z.json} +12 -38
- package/config/devices/0x0258/neo-ds07z.json +5 -36
- package/config/devices/0x0258/templates/shenzhen_neo_template.json +8 -62
- package/config/devices/0x031e/lzw31-sn.json +1 -1
- package/config/devices/0x041a/kp-so-02.json +101 -0
- package/package.json +6 -6
- package/config/devices/0x0258/motion_sensor_in.json +0 -62
- package/config/devices/0x0258/neo_coolcam_roller_shutter.json +0 -113
- package/config/devices/0x0258/sos_remote_control.json +0 -53
|
@@ -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
|
-
"
|
|
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": "
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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",
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
// Device is rebranded Shenzhen Neo NAS-WR01ZE
|
|
3
|
+
"manufacturer": "Keemple",
|
|
4
|
+
"manufacturerId": "0x041a",
|
|
5
|
+
"label": "KP-SO-02",
|
|
6
|
+
"description": "Smart Socket",
|
|
7
|
+
"devices": [
|
|
8
|
+
{
|
|
9
|
+
"productType": "0x0200",
|
|
10
|
+
"productId": "0x0008"
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"paramInformation": [
|
|
18
|
+
{
|
|
19
|
+
"#": "1",
|
|
20
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"#": "2",
|
|
24
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
25
|
+
"label": "Button",
|
|
26
|
+
"defaultValue": 1
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"#": "3",
|
|
30
|
+
"$import": "~/templates/master_template.json#enable_led_indicator",
|
|
31
|
+
"defaultValue": 1
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"#": "4",
|
|
35
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
36
|
+
"label": "Auto-Off"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"#": "5",
|
|
40
|
+
"label": "Auto-Off Delay",
|
|
41
|
+
"description": "Delay time after the plug is switched off",
|
|
42
|
+
"unit": "minutes",
|
|
43
|
+
"valueSize": 2,
|
|
44
|
+
"minValue": 0,
|
|
45
|
+
"maxValue": 32767,
|
|
46
|
+
"defaultValue": 120,
|
|
47
|
+
"unsigned": true
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"#": "6",
|
|
51
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
52
|
+
"label": "Send Meter Reports"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"#": "7",
|
|
56
|
+
"label": "Meter Report Interval",
|
|
57
|
+
"unit": "seconds",
|
|
58
|
+
"valueSize": 2,
|
|
59
|
+
"minValue": 30,
|
|
60
|
+
"maxValue": 32767,
|
|
61
|
+
"defaultValue": 300,
|
|
62
|
+
"unsigned": true
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"#": "8",
|
|
66
|
+
"label": "Overcurrent Protection Threshold",
|
|
67
|
+
"description": "Threshold at which the plug enters overcurrent protection mode",
|
|
68
|
+
"unit": "A",
|
|
69
|
+
"valueSize": 1,
|
|
70
|
+
"minValue": 1,
|
|
71
|
+
"maxValue": 16,
|
|
72
|
+
"defaultValue": 16
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"#": "9",
|
|
76
|
+
"label": "Current Report Threshold",
|
|
77
|
+
"description": "Change in current consumption that triggers a report",
|
|
78
|
+
"unit": "0.01 A",
|
|
79
|
+
"valueSize": 2,
|
|
80
|
+
"minValue": 1,
|
|
81
|
+
"maxValue": 1600,
|
|
82
|
+
"defaultValue": 50
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"#": "10",
|
|
86
|
+
"label": "Overcurrent Alarm Threshold",
|
|
87
|
+
"description": "Threshold at which the plug sends an overcurrent notification",
|
|
88
|
+
"unit": "A",
|
|
89
|
+
"valueSize": 1,
|
|
90
|
+
"minValue": 1,
|
|
91
|
+
"maxValue": 16,
|
|
92
|
+
"defaultValue": 13
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"metadata": {
|
|
96
|
+
"comments": {
|
|
97
|
+
"level": "warning",
|
|
98
|
+
"text": "This device is buggy and sends large negative Meter Reports from time to time."
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "8.11.
|
|
3
|
+
"version": "8.11.6",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"ts": "node -r esbuild-register"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@zwave-js/core": "8.11.
|
|
43
|
+
"@zwave-js/core": "8.11.6",
|
|
44
44
|
"@zwave-js/shared": "8.11.3",
|
|
45
45
|
"alcalzone-shared": "^4.0.1",
|
|
46
46
|
"ansi-colors": "^4.1.1",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"@types/semver": "^7.3.9",
|
|
61
61
|
"@types/xml2json": "^0.11.4",
|
|
62
62
|
"@types/yargs": "^17.0.8",
|
|
63
|
-
"@zwave-js/maintenance": "8.11.
|
|
64
|
-
"axios": "^0.
|
|
65
|
-
"comment-json": "^4.
|
|
63
|
+
"@zwave-js/maintenance": "8.11.6",
|
|
64
|
+
"axios": "^0.25.0",
|
|
65
|
+
"comment-json": "^4.2.2",
|
|
66
66
|
"esbuild": "*",
|
|
67
67
|
"esbuild-register": "^3.3.2",
|
|
68
68
|
"jest-extended": "^0.11.5",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"xml2json": "^0.12.0",
|
|
74
74
|
"yargs": "^17.3.1"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "b6028b1f7d6e5dac9508db6abe57d3acdce33e19"
|
|
77
77
|
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"manufacturer": "Shenzhen Neo Electronics Co., Ltd.",
|
|
3
|
-
"manufacturerId": "0x0258",
|
|
4
|
-
"label": "Motion Sensor IN",
|
|
5
|
-
"description": "Motion Sensor IN",
|
|
6
|
-
"devices": [
|
|
7
|
-
{
|
|
8
|
-
"productType": "0x0003",
|
|
9
|
-
"productId": "0x3083"
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"firmwareVersion": {
|
|
13
|
-
"min": "0.0",
|
|
14
|
-
"max": "255.255"
|
|
15
|
-
},
|
|
16
|
-
"paramInformation": [
|
|
17
|
-
{
|
|
18
|
-
"#": "1",
|
|
19
|
-
"$import": "templates/shenzhen_neo_template.json#motion_sensitivity"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"#": "2",
|
|
23
|
-
"$import": "templates/shenzhen_neo_template.json#motion_on_off_duration"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"#": "3",
|
|
27
|
-
"$import": "templates/shenzhen_neo_template.json#motion_basic_set_level"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"#": "4",
|
|
31
|
-
"$import": "templates/shenzhen_neo_template.json#motion_sensor"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"#": "5",
|
|
35
|
-
"$import": "templates/shenzhen_neo_template.json#light_sensor_threshold"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"#": "6",
|
|
39
|
-
"$import": "templates/shenzhen_neo_template.json#motion_retrigger_interval"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"#": "7",
|
|
43
|
-
"$import": "templates/shenzhen_neo_template.json#light_sensor_update_interval"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"#": "8",
|
|
47
|
-
"$import": "templates/shenzhen_neo_template.json#low_brightness_sensor"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"#": "9",
|
|
51
|
-
"$import": "templates/shenzhen_neo_template.json#light_sensor_report_threshold"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"#": "10",
|
|
55
|
-
"$import": "templates/shenzhen_neo_template.json#blink_on_motion"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"#": "99",
|
|
59
|
-
"$import": "templates/shenzhen_neo_template.json#light_calibration"
|
|
60
|
-
}
|
|
61
|
-
]
|
|
62
|
-
}
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"manufacturer": "Shenzhen Neo Electronics Co., Ltd.",
|
|
3
|
-
"manufacturerId": "0x0258",
|
|
4
|
-
"label": "NEO Coolcam Roller Shutter",
|
|
5
|
-
"description": "NEO Coolcam Roller Shutter - Curtain Switch - NAS-SC03ZE-2-T-V3",
|
|
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
|
-
"label": "Up/Down Button Swap Enable",
|
|
20
|
-
"valueSize": 1,
|
|
21
|
-
"minValue": 0,
|
|
22
|
-
"maxValue": 1,
|
|
23
|
-
"defaultValue": 1,
|
|
24
|
-
"allowManualEntry": false,
|
|
25
|
-
"options": [
|
|
26
|
-
{
|
|
27
|
-
"label": "Disabled",
|
|
28
|
-
"value": 0
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"label": "Enabled",
|
|
32
|
-
"value": 1
|
|
33
|
-
}
|
|
34
|
-
]
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"#": "2",
|
|
38
|
-
"label": "Motor Rotation Direction Swap Enable",
|
|
39
|
-
"valueSize": 1,
|
|
40
|
-
"minValue": 0,
|
|
41
|
-
"maxValue": 1,
|
|
42
|
-
"defaultValue": 0,
|
|
43
|
-
"allowManualEntry": false,
|
|
44
|
-
"options": [
|
|
45
|
-
{
|
|
46
|
-
"label": "Disabled",
|
|
47
|
-
"value": 0
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"label": "Enabled",
|
|
51
|
-
"value": 1
|
|
52
|
-
}
|
|
53
|
-
]
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"#": "3",
|
|
57
|
-
"label": "Backlight Enable",
|
|
58
|
-
"valueSize": 1,
|
|
59
|
-
"minValue": 0,
|
|
60
|
-
"maxValue": 1,
|
|
61
|
-
"defaultValue": 1,
|
|
62
|
-
"allowManualEntry": false,
|
|
63
|
-
"options": [
|
|
64
|
-
{
|
|
65
|
-
"label": "LED Disabled",
|
|
66
|
-
"value": 0
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"label": "LED ON when Switch is ON",
|
|
70
|
-
"value": 1
|
|
71
|
-
}
|
|
72
|
-
]
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"#": "4",
|
|
76
|
-
"label": "Curtain Moving Indicate Enable",
|
|
77
|
-
"valueSize": 1,
|
|
78
|
-
"minValue": 0,
|
|
79
|
-
"maxValue": 1,
|
|
80
|
-
"defaultValue": 1,
|
|
81
|
-
"allowManualEntry": false,
|
|
82
|
-
"options": [
|
|
83
|
-
{
|
|
84
|
-
"label": "LED Disabled",
|
|
85
|
-
"value": 0
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"label": "LED Enabled",
|
|
89
|
-
"value": 1
|
|
90
|
-
}
|
|
91
|
-
]
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"#": "5",
|
|
95
|
-
"label": "Button Switch",
|
|
96
|
-
"valueSize": 1,
|
|
97
|
-
"minValue": 0,
|
|
98
|
-
"maxValue": 1,
|
|
99
|
-
"defaultValue": 1,
|
|
100
|
-
"allowManualEntry": false,
|
|
101
|
-
"options": [
|
|
102
|
-
{
|
|
103
|
-
"label": "Button Switch Disabled",
|
|
104
|
-
"value": 0
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"label": "Button Switch Enabled",
|
|
108
|
-
"value": 1
|
|
109
|
-
}
|
|
110
|
-
]
|
|
111
|
-
}
|
|
112
|
-
]
|
|
113
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"manufacturer": "Shenzhen Neo Electronics Co., Ltd.",
|
|
3
|
-
"manufacturerId": "0x0258",
|
|
4
|
-
"label": "SOS/Remote Control",
|
|
5
|
-
"description": "Z-Wave Remote for Scene selection and SOS button",
|
|
6
|
-
"devices": [
|
|
7
|
-
{
|
|
8
|
-
"productType": "0x0003",
|
|
9
|
-
"productId": "0x108a"
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"firmwareVersion": {
|
|
13
|
-
"min": "0.0",
|
|
14
|
-
"max": "255.255"
|
|
15
|
-
},
|
|
16
|
-
"paramInformation": [
|
|
17
|
-
{
|
|
18
|
-
"#": "1",
|
|
19
|
-
"label": "Basic Set Level",
|
|
20
|
-
"valueSize": 1,
|
|
21
|
-
"minValue": 0,
|
|
22
|
-
"maxValue": 100,
|
|
23
|
-
"defaultValue": 100
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"#": "2",
|
|
27
|
-
"label": "SOS Event Clear Time",
|
|
28
|
-
"valueSize": 2,
|
|
29
|
-
"minValue": 30,
|
|
30
|
-
"maxValue": 32767,
|
|
31
|
-
"defaultValue": 60
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"#": "3",
|
|
35
|
-
"label": "SOS Configuration",
|
|
36
|
-
"valueSize": 1,
|
|
37
|
-
"minValue": 1,
|
|
38
|
-
"maxValue": 2,
|
|
39
|
-
"defaultValue": 2,
|
|
40
|
-
"allowManualEntry": false,
|
|
41
|
-
"options": [
|
|
42
|
-
{
|
|
43
|
-
"label": "Enable Scene Mode",
|
|
44
|
-
"value": 1
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"label": "SOS Mode",
|
|
48
|
-
"value": 2
|
|
49
|
-
}
|
|
50
|
-
]
|
|
51
|
-
}
|
|
52
|
-
]
|
|
53
|
-
}
|