@zwave-js/config 8.11.4 → 8.11.7
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/Devices.d.ts +6 -3
- package/build/Devices.d.ts.map +1 -1
- package/build/Devices.js +27 -3
- package/build/Devices.js.map +1 -1
- package/config/devices/0x0063/52252_52253_zw3012.json +2 -2
- package/config/devices/0x0086/templates/aeotec_template.json +44 -3
- package/config/devices/0x0086/zw080.json +1 -1
- package/config/devices/0x0086/zw095.json +4 -0
- package/config/devices/0x0086/zw111.json +2 -2
- package/config/devices/0x008b/xl624.json +839 -7
- package/config/devices/0x010f/fgr223.json +1 -1
- package/config/devices/0x013c/psr03-a.json +73 -0
- package/config/devices/0x013c/psr03-b.json +127 -0
- package/config/devices/0x013c/psr03-c.json +36 -0
- package/config/devices/0x013c/templates/philio_template.json +54 -0
- package/config/devices/0x015f/mh-3901z.json +140 -0
- package/config/devices/0x016a/ft111.json +2 -2
- 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/0x027a/templates/zooz_template.json +19 -0
- package/config/devices/0x027a/zen72.json +5 -0
- package/config/devices/0x027a/zen74.json +5 -0
- package/config/devices/0x027a/zen77.json +5 -0
- package/config/devices/0x031e/lzw31-sn.json +1 -1
- package/config/devices/0x0371/zw141.json +2 -16
- package/config/devices/0x0371/zwa037.json +1 -1
- package/config/devices/0x0371/zwa038.json +1 -1
- package/config/devices/0x041a/kp-so-02.json +101 -0
- package/package.json +6 -6
- package/config/devices/0x013c/ph-psr03.json +0 -44
- 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
|
@@ -28,64 +28,23 @@
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"#": "2",
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"maxValue": 1,
|
|
35
|
-
"defaultValue": 1,
|
|
36
|
-
"allowManualEntry": false,
|
|
37
|
-
"options": [
|
|
38
|
-
{
|
|
39
|
-
"label": "Disable",
|
|
40
|
-
"value": 0
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"label": "Enable",
|
|
44
|
-
"value": 1
|
|
45
|
-
}
|
|
46
|
-
]
|
|
31
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
32
|
+
"label": "Button",
|
|
33
|
+
"defaultValue": 1
|
|
47
34
|
},
|
|
48
35
|
{
|
|
49
36
|
"#": "3",
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"minValue": 0,
|
|
53
|
-
"maxValue": 1,
|
|
54
|
-
"defaultValue": 1,
|
|
55
|
-
"allowManualEntry": false,
|
|
56
|
-
"options": [
|
|
57
|
-
{
|
|
58
|
-
"label": "Disable",
|
|
59
|
-
"value": 0
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"label": "Enable",
|
|
63
|
-
"value": 1
|
|
64
|
-
}
|
|
65
|
-
]
|
|
37
|
+
"$import": "~/templates/master_template.json#enable_led_indicator",
|
|
38
|
+
"defaultValue": 1
|
|
66
39
|
},
|
|
67
40
|
{
|
|
68
41
|
"#": "4",
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"minValue": 0,
|
|
72
|
-
"maxValue": 1,
|
|
73
|
-
"defaultValue": 0,
|
|
74
|
-
"allowManualEntry": false,
|
|
75
|
-
"options": [
|
|
76
|
-
{
|
|
77
|
-
"label": "Disable",
|
|
78
|
-
"value": 0
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"label": "Enable",
|
|
82
|
-
"value": 1
|
|
83
|
-
}
|
|
84
|
-
]
|
|
42
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
43
|
+
"label": "Auto-Off"
|
|
85
44
|
},
|
|
86
45
|
{
|
|
87
46
|
"#": "5",
|
|
88
|
-
"label": "
|
|
47
|
+
"label": "Auto-Off Delay",
|
|
89
48
|
"description": "Delay time after the plug is switched off",
|
|
90
49
|
"unit": "minutes",
|
|
91
50
|
"valueSize": 2,
|
|
@@ -96,26 +55,12 @@
|
|
|
96
55
|
},
|
|
97
56
|
{
|
|
98
57
|
"#": "6",
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"minValue": 0,
|
|
102
|
-
"maxValue": 1,
|
|
103
|
-
"defaultValue": 1,
|
|
104
|
-
"allowManualEntry": false,
|
|
105
|
-
"options": [
|
|
106
|
-
{
|
|
107
|
-
"label": "Disable",
|
|
108
|
-
"value": 0
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"label": "Enable",
|
|
112
|
-
"value": 1
|
|
113
|
-
}
|
|
114
|
-
]
|
|
58
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
59
|
+
"label": "Send Meter Reports"
|
|
115
60
|
},
|
|
116
61
|
{
|
|
117
62
|
"#": "7",
|
|
118
|
-
"label": "Meter
|
|
63
|
+
"label": "Meter Report Interval",
|
|
119
64
|
"unit": "seconds",
|
|
120
65
|
"valueSize": 2,
|
|
121
66
|
"minValue": 30,
|
|
@@ -125,8 +70,8 @@
|
|
|
125
70
|
},
|
|
126
71
|
{
|
|
127
72
|
"#": "8",
|
|
128
|
-
"label": "
|
|
129
|
-
"description": "
|
|
73
|
+
"label": "Overcurrent Protection Threshold",
|
|
74
|
+
"description": "Threshold at which the plug enters overcurrent protection mode",
|
|
130
75
|
"unit": "A",
|
|
131
76
|
"valueSize": 1,
|
|
132
77
|
"minValue": 1,
|
|
@@ -135,8 +80,8 @@
|
|
|
135
80
|
},
|
|
136
81
|
{
|
|
137
82
|
"#": "9",
|
|
138
|
-
"label": "
|
|
139
|
-
"description": "Change in
|
|
83
|
+
"label": "Current Report Threshold",
|
|
84
|
+
"description": "Change in current consumption that triggers a report",
|
|
140
85
|
"unit": "0.01 A",
|
|
141
86
|
"valueSize": 2,
|
|
142
87
|
"minValue": 1,
|
|
@@ -145,8 +90,8 @@
|
|
|
145
90
|
},
|
|
146
91
|
{
|
|
147
92
|
"#": "10",
|
|
148
|
-
"label": "Alarm
|
|
149
|
-
"description": "
|
|
93
|
+
"label": "Overcurrent Alarm Threshold",
|
|
94
|
+
"description": "Threshold at which the plug sends an overcurrent notification",
|
|
150
95
|
"unit": "A",
|
|
151
96
|
"valueSize": 1,
|
|
152
97
|
"minValue": 1,
|
|
@@ -157,7 +102,7 @@
|
|
|
157
102
|
"metadata": {
|
|
158
103
|
"comments": {
|
|
159
104
|
"level": "warning",
|
|
160
|
-
"text": "This device is buggy and sends large negative Meter Reports from time to time.
|
|
105
|
+
"text": "This device is buggy and sends large negative Meter Reports from time to time."
|
|
161
106
|
}
|
|
162
107
|
}
|
|
163
108
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"manufacturer": "Shenzhen Neo Electronics Co., Ltd.",
|
|
3
3
|
"manufacturerId": "0x0258",
|
|
4
|
-
"label": "
|
|
5
|
-
"description": "
|
|
4
|
+
"label": "NAS-WS01Z",
|
|
5
|
+
"description": "Water Sensor",
|
|
6
6
|
"devices": [
|
|
7
7
|
{
|
|
8
8
|
"productType": "0x0003",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"paramInformation": [
|
|
25
25
|
{
|
|
26
26
|
"#": "1",
|
|
27
|
-
"label": "Alarm Duration
|
|
27
|
+
"label": "Alarm Duration",
|
|
28
28
|
"unit": "minutes",
|
|
29
29
|
"valueSize": 1,
|
|
30
30
|
"minValue": 0,
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"#": "3",
|
|
46
|
-
"label": "First Alarm
|
|
46
|
+
"label": "First Alarm Activity Duration",
|
|
47
47
|
"unit": "seconds",
|
|
48
48
|
"valueSize": 1,
|
|
49
49
|
"minValue": 10,
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
55
|
"#": "4",
|
|
56
|
-
"label": "Alarm
|
|
57
|
-
"unit": "
|
|
56
|
+
"label": "Alarm Activity Duration",
|
|
57
|
+
"unit": "seconds",
|
|
58
58
|
"valueSize": 1,
|
|
59
59
|
"minValue": 5,
|
|
60
60
|
"maxValue": 255,
|
|
@@ -63,41 +63,15 @@
|
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"#": "5",
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"maxValue": 1,
|
|
70
|
-
"defaultValue": 1,
|
|
71
|
-
"allowManualEntry": false,
|
|
72
|
-
"options": [
|
|
73
|
-
{
|
|
74
|
-
"label": "Beep Disabled",
|
|
75
|
-
"value": 0
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"label": "Beep Enabled",
|
|
79
|
-
"value": 1
|
|
80
|
-
}
|
|
81
|
-
]
|
|
66
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
67
|
+
"label": "Alarm Beep",
|
|
68
|
+
"defaultValue": 1
|
|
82
69
|
},
|
|
83
70
|
{
|
|
84
71
|
"#": "6",
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"maxValue": 1,
|
|
89
|
-
"defaultValue": 1,
|
|
90
|
-
"allowManualEntry": false,
|
|
91
|
-
"options": [
|
|
92
|
-
{
|
|
93
|
-
"label": "Disabled",
|
|
94
|
-
"value": 0
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"label": "Enabled",
|
|
98
|
-
"value": 1
|
|
99
|
-
}
|
|
100
|
-
]
|
|
72
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
73
|
+
"label": "Water Detection",
|
|
74
|
+
"defaultValue": 1
|
|
101
75
|
},
|
|
102
76
|
{
|
|
103
77
|
"#": "7",
|
|
@@ -17,43 +17,12 @@
|
|
|
17
17
|
"paramInformation": [
|
|
18
18
|
{
|
|
19
19
|
"#": "1",
|
|
20
|
-
"
|
|
21
|
-
"valueSize": 1,
|
|
22
|
-
"minValue": 0,
|
|
23
|
-
"maxValue": 1,
|
|
24
|
-
"defaultValue": 0,
|
|
25
|
-
"unsigned": true,
|
|
26
|
-
"allowManualEntry": false,
|
|
27
|
-
"options": [
|
|
28
|
-
{
|
|
29
|
-
"label": "Disable",
|
|
30
|
-
"value": 0
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"label": "Enable",
|
|
34
|
-
"value": 1
|
|
35
|
-
}
|
|
36
|
-
]
|
|
20
|
+
"$import": "~/templates/master_template.json#enable_led_indicator"
|
|
37
21
|
},
|
|
38
22
|
{
|
|
39
23
|
"#": "2",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"minValue": 0,
|
|
43
|
-
"maxValue": 1,
|
|
44
|
-
"defaultValue": 0,
|
|
45
|
-
"unsigned": true,
|
|
46
|
-
"allowManualEntry": false,
|
|
47
|
-
"options": [
|
|
48
|
-
{
|
|
49
|
-
"label": "Disable",
|
|
50
|
-
"value": 0
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"label": "Enable",
|
|
54
|
-
"value": 1
|
|
55
|
-
}
|
|
56
|
-
]
|
|
24
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
25
|
+
"label": "Binary Sensor Report"
|
|
57
26
|
},
|
|
58
27
|
{
|
|
59
28
|
"#": "3",
|
|
@@ -68,7 +37,7 @@
|
|
|
68
37
|
{
|
|
69
38
|
"#": "4",
|
|
70
39
|
"label": "Humidity Offset Value",
|
|
71
|
-
"unit": "0.1 (RH%)
|
|
40
|
+
"unit": "0.1 (RH%)",
|
|
72
41
|
"valueSize": 1,
|
|
73
42
|
"minValue": -120,
|
|
74
43
|
"maxValue": 120,
|
|
@@ -125,7 +94,7 @@
|
|
|
125
94
|
"unsigned": true,
|
|
126
95
|
"options": [
|
|
127
96
|
{
|
|
128
|
-
"label": "No
|
|
97
|
+
"label": "No delay",
|
|
129
98
|
"value": 0
|
|
130
99
|
}
|
|
131
100
|
]
|
|
@@ -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",
|
|
@@ -251,5 +251,24 @@
|
|
|
251
251
|
"value": 0
|
|
252
252
|
}
|
|
253
253
|
]
|
|
254
|
+
},
|
|
255
|
+
"paddle_programming": {
|
|
256
|
+
"label": "Paddle Programming",
|
|
257
|
+
"description": "Disables inclusion/exclusion commands on paddle for use with scene controls.",
|
|
258
|
+
"valueSize": 1,
|
|
259
|
+
"minValue": 0,
|
|
260
|
+
"maxValue": 1,
|
|
261
|
+
"defaultValue": 0,
|
|
262
|
+
"allowManualEntry": false,
|
|
263
|
+
"options": [
|
|
264
|
+
{
|
|
265
|
+
"label": "Enable",
|
|
266
|
+
"value": 0
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"label": "Disable",
|
|
270
|
+
"value": 1
|
|
271
|
+
}
|
|
272
|
+
]
|
|
254
273
|
}
|
|
255
274
|
}
|
|
@@ -147,6 +147,11 @@
|
|
|
147
147
|
{
|
|
148
148
|
"#": "22",
|
|
149
149
|
"$import": "templates/zooz_template.json#night_light_mode"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"#": "26",
|
|
153
|
+
"$if": "firmwareVersion >= 10.0",
|
|
154
|
+
"$import": "templates/zooz_template.json#paddle_programming"
|
|
150
155
|
}
|
|
151
156
|
],
|
|
152
157
|
"metadata": {
|
|
@@ -129,6 +129,11 @@
|
|
|
129
129
|
{
|
|
130
130
|
"#": "22",
|
|
131
131
|
"$import": "templates/zooz_template.json#night_light_mode"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"#": "26",
|
|
135
|
+
"$if": "firmwareVersion >= 10.0",
|
|
136
|
+
"$import": "templates/zooz_template.json#paddle_programming"
|
|
132
137
|
}
|
|
133
138
|
],
|
|
134
139
|
"metadata": {
|
|
@@ -250,22 +250,8 @@
|
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
252
|
"#": "80",
|
|
253
|
-
"$import": "~/0x0086/templates/aeotec_template.json#
|
|
254
|
-
"label": "Command Report Type"
|
|
255
|
-
"options": [
|
|
256
|
-
{
|
|
257
|
-
"label": "Disable",
|
|
258
|
-
"value": 0
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"label": "Basic CC Report",
|
|
262
|
-
"value": 1
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"label": "MultiLevel Switch CC Report",
|
|
266
|
-
"value": 2
|
|
267
|
-
}
|
|
268
|
-
]
|
|
253
|
+
"$import": "~/0x0086/templates/aeotec_template.json#multilevel_report_type",
|
|
254
|
+
"label": "Command Report Type"
|
|
269
255
|
},
|
|
270
256
|
{
|
|
271
257
|
"#": "85",
|
|
@@ -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.7",
|
|
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.7",
|
|
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.7",
|
|
64
|
+
"axios": "^0.26.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": "be943ecf3dab31b45a69eaab3b4e28af4bdc186a"
|
|
77
77
|
}
|