@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
|
@@ -16,68 +16,24 @@
|
|
|
16
16
|
"paramInformation": [
|
|
17
17
|
{
|
|
18
18
|
"#": "1",
|
|
19
|
-
"
|
|
20
|
-
"description": "Restore switch status on power restore.",
|
|
21
|
-
"valueSize": 1,
|
|
22
|
-
"minValue": 0,
|
|
23
|
-
"maxValue": 1,
|
|
24
|
-
"defaultValue": 1,
|
|
25
|
-
"allowManualEntry": false,
|
|
26
|
-
"options": [
|
|
27
|
-
{
|
|
28
|
-
"label": "Do not save the On/Off status",
|
|
29
|
-
"value": 0
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"label": "Save and restore the relay On/Off status",
|
|
33
|
-
"value": 1
|
|
34
|
-
}
|
|
35
|
-
]
|
|
19
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
|
|
36
20
|
},
|
|
37
21
|
{
|
|
38
22
|
"#": "2",
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"maxValue": 1,
|
|
44
|
-
"defaultValue": 1,
|
|
45
|
-
"allowManualEntry": false,
|
|
46
|
-
"options": [
|
|
47
|
-
{
|
|
48
|
-
"label": "Disable back light LED",
|
|
49
|
-
"value": 0
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"label": "Enable back light LED",
|
|
53
|
-
"value": 1
|
|
54
|
-
}
|
|
55
|
-
]
|
|
23
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
24
|
+
"label": "Backlight",
|
|
25
|
+
"description": "Enable backlight when switch is on",
|
|
26
|
+
"defaultValue": 1
|
|
56
27
|
},
|
|
57
28
|
{
|
|
58
29
|
"#": "3",
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"valueSize": 1,
|
|
62
|
-
"minValue": 0,
|
|
63
|
-
"maxValue": 1,
|
|
64
|
-
"defaultValue": 1,
|
|
65
|
-
"allowManualEntry": false,
|
|
66
|
-
"options": [
|
|
67
|
-
{
|
|
68
|
-
"label": "Do not change LED state when on",
|
|
69
|
-
"value": 0
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"label": "Pink LED state when on",
|
|
73
|
-
"value": 1
|
|
74
|
-
}
|
|
75
|
-
]
|
|
30
|
+
"$import": "~/templates/master_template.json#enable_led_indicator",
|
|
31
|
+
"defaultValue": 1
|
|
76
32
|
},
|
|
77
33
|
{
|
|
78
34
|
"#": "4",
|
|
79
35
|
"label": "Root Device Mapped Setting",
|
|
80
|
-
"description": "Endpoint device mapping setting for associated devices
|
|
36
|
+
"description": "Endpoint device mapping setting for associated devices",
|
|
81
37
|
"valueSize": 1,
|
|
82
38
|
"minValue": 0,
|
|
83
39
|
"maxValue": 4,
|
|
@@ -101,56 +57,26 @@
|
|
|
101
57
|
"value": 3
|
|
102
58
|
},
|
|
103
59
|
{
|
|
104
|
-
"label": "All
|
|
60
|
+
"label": "All endpoints",
|
|
105
61
|
"value": 4
|
|
106
62
|
}
|
|
107
63
|
]
|
|
108
64
|
},
|
|
109
65
|
{
|
|
110
66
|
"#": "5",
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"minValue": 0,
|
|
115
|
-
"maxValue": 1,
|
|
116
|
-
"defaultValue": 1,
|
|
117
|
-
"allowManualEntry": false,
|
|
118
|
-
"options": [
|
|
119
|
-
{
|
|
120
|
-
"label": "disable buttons",
|
|
121
|
-
"value": 0
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"label": "enable buttons",
|
|
125
|
-
"value": 1
|
|
126
|
-
}
|
|
127
|
-
]
|
|
67
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
68
|
+
"label": "Switch Operation",
|
|
69
|
+
"defaultValue": 1
|
|
128
70
|
},
|
|
129
71
|
{
|
|
130
72
|
"#": "6",
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"valueSize": 1,
|
|
134
|
-
"minValue": 0,
|
|
135
|
-
"maxValue": 1,
|
|
136
|
-
"defaultValue": 0,
|
|
137
|
-
"allowManualEntry": false,
|
|
138
|
-
"options": [
|
|
139
|
-
{
|
|
140
|
-
"label": "enable timer",
|
|
141
|
-
"value": 0
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"label": "disable timer",
|
|
145
|
-
"value": 1
|
|
146
|
-
}
|
|
147
|
-
]
|
|
73
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
74
|
+
"label": "Auto-Off"
|
|
148
75
|
},
|
|
149
76
|
{
|
|
150
77
|
"#": "7",
|
|
151
|
-
"label": "Channel 1
|
|
152
|
-
"
|
|
153
|
-
"unit": "Minute",
|
|
78
|
+
"label": "Auto-Off Delay (Channel 1)",
|
|
79
|
+
"unit": "minutes",
|
|
154
80
|
"valueSize": 2,
|
|
155
81
|
"minValue": 0,
|
|
156
82
|
"maxValue": 32767,
|
|
@@ -158,9 +84,8 @@
|
|
|
158
84
|
},
|
|
159
85
|
{
|
|
160
86
|
"#": "8",
|
|
161
|
-
"label": "Channel 2
|
|
162
|
-
"
|
|
163
|
-
"unit": "minute",
|
|
87
|
+
"label": "Auto-Off Delay (Channel 2)",
|
|
88
|
+
"unit": "minutes",
|
|
164
89
|
"valueSize": 2,
|
|
165
90
|
"minValue": 0,
|
|
166
91
|
"maxValue": 32767,
|
|
@@ -168,9 +93,8 @@
|
|
|
168
93
|
},
|
|
169
94
|
{
|
|
170
95
|
"#": "9",
|
|
171
|
-
"label": "Channel 3
|
|
172
|
-
"
|
|
173
|
-
"unit": "minute",
|
|
96
|
+
"label": "Auto-Off Delay (Channel 3)",
|
|
97
|
+
"unit": "minutes",
|
|
174
98
|
"valueSize": 2,
|
|
175
99
|
"minValue": 0,
|
|
176
100
|
"maxValue": 32767,
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"paramInformation": [
|
|
40
40
|
{
|
|
41
41
|
"#": "1",
|
|
42
|
-
"label": "
|
|
42
|
+
"label": "Alarm Volume",
|
|
43
43
|
"valueSize": 1,
|
|
44
44
|
"minValue": 1,
|
|
45
45
|
"maxValue": 3,
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
"#": "2",
|
|
64
|
-
"label": "Alarm
|
|
64
|
+
"label": "Alarm Duration",
|
|
65
65
|
"valueSize": 1,
|
|
66
66
|
"minValue": 0,
|
|
67
67
|
"maxValue": 3,
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
"#": "3",
|
|
90
|
-
"label": "
|
|
90
|
+
"label": "Doorbell Duration",
|
|
91
91
|
"valueSize": 1,
|
|
92
92
|
"minValue": 0,
|
|
93
93
|
"maxValue": 255,
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
108
|
"#": "4",
|
|
109
|
-
"label": "
|
|
109
|
+
"label": "Doorbell Volume",
|
|
110
110
|
"valueSize": 1,
|
|
111
111
|
"minValue": 1,
|
|
112
112
|
"maxValue": 3,
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
130
|
"#": "5",
|
|
131
|
-
"label": "Alarm
|
|
131
|
+
"label": "Alarm Sound Selection",
|
|
132
132
|
"valueSize": 1,
|
|
133
133
|
"minValue": 1,
|
|
134
134
|
"maxValue": 10,
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
138
|
"#": "6",
|
|
139
|
-
"label": "
|
|
139
|
+
"label": "Doorbell Sound Selection",
|
|
140
140
|
"valueSize": 1,
|
|
141
141
|
"minValue": 1,
|
|
142
142
|
"maxValue": 10,
|
|
@@ -144,57 +144,32 @@
|
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"#": "7",
|
|
147
|
-
"label": "Default Siren
|
|
147
|
+
"label": "Default Siren Sound",
|
|
148
148
|
"valueSize": 1,
|
|
149
149
|
"minValue": 1,
|
|
150
150
|
"maxValue": 2,
|
|
151
151
|
"defaultValue": 1,
|
|
152
152
|
"options": [
|
|
153
153
|
{
|
|
154
|
-
"label": "Alarm
|
|
154
|
+
"label": "Alarm Sound",
|
|
155
155
|
"value": 1
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
|
-
"label": "
|
|
158
|
+
"label": "Doorbell Sound",
|
|
159
159
|
"value": 2
|
|
160
160
|
}
|
|
161
161
|
]
|
|
162
162
|
},
|
|
163
163
|
{
|
|
164
164
|
"#": "8",
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"maxValue": 1,
|
|
169
|
-
"defaultValue": 1,
|
|
170
|
-
"options": [
|
|
171
|
-
{
|
|
172
|
-
"label": "Disable",
|
|
173
|
-
"value": 0
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"label": "Enable",
|
|
177
|
-
"value": 1
|
|
178
|
-
}
|
|
179
|
-
]
|
|
165
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
166
|
+
"label": "Alarm LED",
|
|
167
|
+
"defaultValue": 1
|
|
180
168
|
},
|
|
181
169
|
{
|
|
182
170
|
"#": "9",
|
|
183
|
-
"
|
|
184
|
-
"
|
|
185
|
-
"minValue": 0,
|
|
186
|
-
"maxValue": 1,
|
|
187
|
-
"defaultValue": 0,
|
|
188
|
-
"options": [
|
|
189
|
-
{
|
|
190
|
-
"label": "Disable",
|
|
191
|
-
"value": 0
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"label": "Enable",
|
|
195
|
-
"value": 1
|
|
196
|
-
}
|
|
197
|
-
]
|
|
171
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
172
|
+
"label": "Doorbell LED"
|
|
198
173
|
}
|
|
199
174
|
]
|
|
200
175
|
}
|
|
@@ -24,22 +24,9 @@
|
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"#": "2",
|
|
27
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
27
28
|
"label": "Motion Detection",
|
|
28
|
-
"
|
|
29
|
-
"minValue": 0,
|
|
30
|
-
"maxValue": 1,
|
|
31
|
-
"defaultValue": 1,
|
|
32
|
-
"allowManualEntry": false,
|
|
33
|
-
"options": [
|
|
34
|
-
{
|
|
35
|
-
"label": "Disable",
|
|
36
|
-
"value": 0
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"label": "Enable",
|
|
40
|
-
"value": 1
|
|
41
|
-
}
|
|
42
|
-
]
|
|
29
|
+
"defaultValue": 1
|
|
43
30
|
},
|
|
44
31
|
{
|
|
45
32
|
"#": "3",
|
|
@@ -47,42 +34,14 @@
|
|
|
47
34
|
},
|
|
48
35
|
{
|
|
49
36
|
"#": "4",
|
|
37
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
50
38
|
"label": "Require Luminance Change for Basic Sets on Motion",
|
|
51
|
-
"description": "If enabled, a Basic Set will be set if the ambient light is below the level defined in Parameter 16"
|
|
52
|
-
"valueSize": 1,
|
|
53
|
-
"minValue": 0,
|
|
54
|
-
"maxValue": 1,
|
|
55
|
-
"defaultValue": 0,
|
|
56
|
-
"allowManualEntry": false,
|
|
57
|
-
"options": [
|
|
58
|
-
{
|
|
59
|
-
"label": "Disable",
|
|
60
|
-
"value": 0
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"label": "Enable",
|
|
64
|
-
"value": 1
|
|
65
|
-
}
|
|
66
|
-
]
|
|
39
|
+
"description": "If enabled, a Basic Set will be set if the ambient light is below the level defined in Parameter 16"
|
|
67
40
|
},
|
|
68
41
|
{
|
|
69
42
|
"#": "5",
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"minValue": 0,
|
|
73
|
-
"maxValue": 1,
|
|
74
|
-
"defaultValue": 0,
|
|
75
|
-
"allowManualEntry": false,
|
|
76
|
-
"options": [
|
|
77
|
-
{
|
|
78
|
-
"label": "Disable",
|
|
79
|
-
"value": 0
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"label": "Enable",
|
|
83
|
-
"value": 1
|
|
84
|
-
}
|
|
85
|
-
]
|
|
43
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
44
|
+
"label": "Binary Sensor Report on Motion"
|
|
86
45
|
},
|
|
87
46
|
{
|
|
88
47
|
"#": "6",
|
|
@@ -20,22 +20,9 @@
|
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"#": "2",
|
|
23
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
23
24
|
"label": "Motion Detection",
|
|
24
|
-
"
|
|
25
|
-
"minValue": 0,
|
|
26
|
-
"maxValue": 1,
|
|
27
|
-
"defaultValue": 1,
|
|
28
|
-
"allowManualEntry": false,
|
|
29
|
-
"options": [
|
|
30
|
-
{
|
|
31
|
-
"label": "Disable",
|
|
32
|
-
"value": 0
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"label": "Enable",
|
|
36
|
-
"value": 1
|
|
37
|
-
}
|
|
38
|
-
]
|
|
25
|
+
"defaultValue": 1
|
|
39
26
|
},
|
|
40
27
|
{
|
|
41
28
|
"#": "3",
|
|
@@ -115,23 +102,9 @@
|
|
|
115
102
|
},
|
|
116
103
|
{
|
|
117
104
|
"#": "4",
|
|
105
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
118
106
|
"label": "Require Luminance Change for Basic Sets on Motion",
|
|
119
|
-
"description": "If enabled, a Basic Set will be set if the ambient light is below the level defined in Parameter 16"
|
|
120
|
-
"valueSize": 1,
|
|
121
|
-
"minValue": 0,
|
|
122
|
-
"maxValue": 1,
|
|
123
|
-
"defaultValue": 0,
|
|
124
|
-
"allowManualEntry": false,
|
|
125
|
-
"options": [
|
|
126
|
-
{
|
|
127
|
-
"label": "Disable",
|
|
128
|
-
"value": 0
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"label": "Enable",
|
|
132
|
-
"value": 1
|
|
133
|
-
}
|
|
134
|
-
]
|
|
107
|
+
"description": "If enabled, a Basic Set will be set if the ambient light is below the level defined in Parameter 16"
|
|
135
108
|
},
|
|
136
109
|
{
|
|
137
110
|
"#": "14",
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"manufacturer": "Shenzhen Neo Electronics Co., Ltd.",
|
|
3
3
|
"manufacturerId": "0x0258",
|
|
4
4
|
"label": "NAS-RC03Z",
|
|
5
|
-
"description": "SOS/Remote Control
|
|
5
|
+
"description": "SOS/Remote Control",
|
|
6
6
|
"devices": [
|
|
7
7
|
{
|
|
8
8
|
"productType": "0x0003",
|
|
9
|
-
"productId": "
|
|
9
|
+
"productId": "0x108a"
|
|
10
10
|
}
|
|
11
11
|
],
|
|
12
12
|
"firmwareVersion": {
|
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
{
|
|
18
18
|
"#": "1",
|
|
19
19
|
"label": "Basic Set Level",
|
|
20
|
-
"description": "Basic Set Command will be sent when SOS is triggered",
|
|
21
20
|
"valueSize": 1,
|
|
22
21
|
"minValue": 0,
|
|
23
22
|
"maxValue": 100,
|
|
@@ -26,7 +25,6 @@
|
|
|
26
25
|
{
|
|
27
26
|
"#": "2",
|
|
28
27
|
"label": "SOS Event Clear Time",
|
|
29
|
-
"description": "Time to clear emergency event after emergency event is triggered",
|
|
30
28
|
"valueSize": 2,
|
|
31
29
|
"minValue": 30,
|
|
32
30
|
"maxValue": 32767,
|
|
@@ -34,8 +32,7 @@
|
|
|
34
32
|
},
|
|
35
33
|
{
|
|
36
34
|
"#": "3",
|
|
37
|
-
"label": "SOS
|
|
38
|
-
"description": "Key function configured as emergency event key or central scene notification key",
|
|
35
|
+
"label": "SOS Key",
|
|
39
36
|
"valueSize": 1,
|
|
40
37
|
"minValue": 1,
|
|
41
38
|
"maxValue": 2,
|
|
@@ -43,7 +40,7 @@
|
|
|
43
40
|
"allowManualEntry": false,
|
|
44
41
|
"options": [
|
|
45
42
|
{
|
|
46
|
-
"label": "
|
|
43
|
+
"label": "Scene Mode",
|
|
47
44
|
"value": 1
|
|
48
45
|
},
|
|
49
46
|
{
|
|
@@ -51,6 +48,29 @@
|
|
|
51
48
|
"value": 2
|
|
52
49
|
}
|
|
53
50
|
]
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"#": "4",
|
|
54
|
+
"label": "SOS Alarm Event",
|
|
55
|
+
"valueSize": 1,
|
|
56
|
+
"minValue": 0,
|
|
57
|
+
"maxValue": 2,
|
|
58
|
+
"defaultValue": 0,
|
|
59
|
+
"allowManualEntry": false,
|
|
60
|
+
"options": [
|
|
61
|
+
{
|
|
62
|
+
"label": "Police",
|
|
63
|
+
"value": 0
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"label": "Fire Services",
|
|
67
|
+
"value": 1
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"label": "Medical Services",
|
|
71
|
+
"value": 2
|
|
72
|
+
}
|
|
73
|
+
]
|
|
54
74
|
}
|
|
55
75
|
]
|
|
56
76
|
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Shenzhen Neo Electronics Co., Ltd.",
|
|
3
|
+
"manufacturerId": "0x0258",
|
|
4
|
+
"label": "NAS-SC03E",
|
|
5
|
+
"description": "Curtain Switch",
|
|
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
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
20
|
+
"label": "Invert Button Action",
|
|
21
|
+
"defaultValue": 1
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"#": "2",
|
|
25
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
26
|
+
"label": "Invert Motor Rotation"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"#": "3",
|
|
30
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
31
|
+
"label": "Backlight",
|
|
32
|
+
"defaultValue": 1
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"#": "4",
|
|
36
|
+
"$import": "~/templates/master_template.json#enable_led_indicator",
|
|
37
|
+
"defaultValue": 1
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"#": "5",
|
|
41
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
42
|
+
"label": "Button",
|
|
43
|
+
"defaultValue": 1
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
}
|
|
@@ -28,26 +28,13 @@
|
|
|
28
28
|
"paramInformation": [
|
|
29
29
|
{
|
|
30
30
|
"#": "1",
|
|
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": "Send Meter Reports",
|
|
33
|
+
"defaultValue": 1
|
|
47
34
|
},
|
|
48
35
|
{
|
|
49
36
|
"#": "2",
|
|
50
|
-
"label": "Meter
|
|
37
|
+
"label": "Meter Report Interval",
|
|
51
38
|
"unit": "seconds",
|
|
52
39
|
"valueSize": 2,
|
|
53
40
|
"minValue": 1,
|
|
@@ -57,8 +44,8 @@
|
|
|
57
44
|
},
|
|
58
45
|
{
|
|
59
46
|
"#": "3",
|
|
60
|
-
"label": "
|
|
61
|
-
"description": "
|
|
47
|
+
"label": "Overcurrent Protection Threshold",
|
|
48
|
+
"description": "Threshold at which the plug enters overcurrent protection mode",
|
|
62
49
|
"unit": "A",
|
|
63
50
|
"valueSize": 1,
|
|
64
51
|
"minValue": 1,
|
|
@@ -67,8 +54,8 @@
|
|
|
67
54
|
},
|
|
68
55
|
{
|
|
69
56
|
"#": "4",
|
|
70
|
-
"label": "Alarm
|
|
71
|
-
"description": "
|
|
57
|
+
"label": "Overcurrent Alarm Threshold",
|
|
58
|
+
"description": "Threshold at which the plug sends an overcurrent notification",
|
|
72
59
|
"unit": "A",
|
|
73
60
|
"valueSize": 1,
|
|
74
61
|
"minValue": 1,
|
|
@@ -77,26 +64,12 @@
|
|
|
77
64
|
},
|
|
78
65
|
{
|
|
79
66
|
"#": "5",
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"minValue": 0,
|
|
83
|
-
"maxValue": 1,
|
|
84
|
-
"defaultValue": 1,
|
|
85
|
-
"allowManualEntry": false,
|
|
86
|
-
"options": [
|
|
87
|
-
{
|
|
88
|
-
"label": "Disable",
|
|
89
|
-
"value": 0
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"label": "Enable",
|
|
93
|
-
"value": 1
|
|
94
|
-
}
|
|
95
|
-
]
|
|
67
|
+
"$import": "~/templates/master_template.json#enable_led_indicator",
|
|
68
|
+
"defaultValue": 1
|
|
96
69
|
},
|
|
97
70
|
{
|
|
98
71
|
"#": "6",
|
|
99
|
-
"label": "Power
|
|
72
|
+
"label": "Power Report Threshold",
|
|
100
73
|
"description": "Change in power consumption that triggers a report",
|
|
101
74
|
"unit": "%",
|
|
102
75
|
"valueSize": 1,
|
|
@@ -110,26 +83,12 @@
|
|
|
110
83
|
},
|
|
111
84
|
{
|
|
112
85
|
"#": "8",
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"minValue": 0,
|
|
116
|
-
"maxValue": 1,
|
|
117
|
-
"defaultValue": 0,
|
|
118
|
-
"allowManualEntry": false,
|
|
119
|
-
"options": [
|
|
120
|
-
{
|
|
121
|
-
"label": "Disable",
|
|
122
|
-
"value": 0
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"label": "Enable",
|
|
126
|
-
"value": 1
|
|
127
|
-
}
|
|
128
|
-
]
|
|
86
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
87
|
+
"label": "Auto-Off Timer"
|
|
129
88
|
},
|
|
130
89
|
{
|
|
131
90
|
"#": "9",
|
|
132
|
-
"label": "
|
|
91
|
+
"label": "Auto-Off Delay",
|
|
133
92
|
"description": "Delay time after which the plug is automatically switched off",
|
|
134
93
|
"unit": "minutes",
|
|
135
94
|
"valueSize": 2,
|
|
@@ -140,22 +99,9 @@
|
|
|
140
99
|
},
|
|
141
100
|
{
|
|
142
101
|
"#": "10",
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"maxValue": 1,
|
|
147
|
-
"defaultValue": 1,
|
|
148
|
-
"allowManualEntry": false,
|
|
149
|
-
"options": [
|
|
150
|
-
{
|
|
151
|
-
"label": "Disable",
|
|
152
|
-
"value": 0
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"label": "Enable",
|
|
156
|
-
"value": 1
|
|
157
|
-
}
|
|
158
|
-
]
|
|
102
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
103
|
+
"label": "Button",
|
|
104
|
+
"defaultValue": 1
|
|
159
105
|
}
|
|
160
106
|
]
|
|
161
107
|
}
|