@zwave-js/config 15.0.0-beta.2 → 15.0.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.
Files changed (38) hide show
  1. package/build/cjs/_version.d.ts +1 -1
  2. package/build/cjs/_version.js +1 -1
  3. package/build/cjs/_version.js.map +1 -1
  4. package/build/esm/_version.d.ts +1 -1
  5. package/build/esm/_version.d.ts.map +1 -1
  6. package/build/esm/_version.js +1 -1
  7. package/build/esm/_version.js.map +1 -1
  8. package/config/devices/0x0063/76596_ZWN4015.json +80 -0
  9. package/config/devices/0x010f/fgms001.json +20 -8
  10. package/config/devices/0x0118/tz88.json +79 -9
  11. package/config/devices/0x011f/schlage_pir_sensor.json +17 -3
  12. package/config/devices/0x0129/yrl210.json +4 -0
  13. package/config/devices/0x0159/smart_plug_16a.json +115 -42
  14. package/config/devices/0x015f/mh-c221.json +179 -1
  15. package/config/devices/0x015f/mh-ds221.json +4 -0
  16. package/config/devices/0x026e/crzb.json +26 -0
  17. package/config/devices/0x027a/templates/zooz_template.json +10 -0
  18. package/config/devices/0x027a/zen04.json +76 -12
  19. package/config/devices/0x027a/zen15.json +149 -52
  20. package/config/devices/0x027a/zen17.json +15 -2
  21. package/config/devices/0x027a/zen20.json +74 -8
  22. package/config/devices/0x027a/zen30.json +7 -0
  23. package/config/devices/0x027a/zen32.json +8 -0
  24. package/config/devices/0x027a/zen51.json +4 -0
  25. package/config/devices/0x027a/zen52.json +4 -0
  26. package/config/devices/0x027a/zen72.json +13 -1
  27. package/config/devices/0x027a/zen74.json +6 -6
  28. package/config/devices/0x027a/zse44.json +70 -13
  29. package/config/devices/0x0312/n4002.json +29 -52
  30. package/config/devices/0x043d/pgd728f_zpu.json +40 -0
  31. package/config/devices/0x0460/qndw-002C.json +60 -0
  32. package/config/devices/0x0460/qnpl-0A112.json +85 -0
  33. package/config/devices/0x0460/qpdm-0A1P01.json +129 -0
  34. package/config/devices/0x0460/qpdm-0A2P01.json +223 -0
  35. package/config/devices/0x0460/templates/wave_template.json +106 -5
  36. package/config/devices/0x046a/WB04V.json +348 -0
  37. package/config/devices/0x046a/WM25L.json +245 -0
  38. package/package.json +4 -4
@@ -28,12 +28,190 @@
28
28
  "paramInformation": [
29
29
  {
30
30
  "#": "1",
31
- "label": "Watt Meter Report Period",
31
+ "label": "Power (W) Report Interval",
32
32
  "valueSize": 2,
33
33
  "unit": "5 seconds",
34
34
  "minValue": 1,
35
35
  "maxValue": 32767,
36
36
  "defaultValue": 720
37
+ },
38
+ {
39
+ "#": "2",
40
+ "label": "Energy (kWh) Report Interval",
41
+ "valueSize": 2,
42
+ "unit": "10 minutes",
43
+ "minValue": 1,
44
+ "maxValue": 32767,
45
+ "defaultValue": 6
46
+ },
47
+ {
48
+ "#": "3",
49
+ "label": "Power (W) Load Caution Threshold",
50
+ "valueSize": 2,
51
+ "unit": "0.01 A",
52
+ "minValue": 10,
53
+ "maxValue": 500,
54
+ "defaultValue": 500
55
+ },
56
+ {
57
+ "#": "4",
58
+ "label": "Energy (kWh) Load Caution Threshold",
59
+ "valueSize": 2,
60
+ "unit": "kWh",
61
+ "minValue": 1,
62
+ "maxValue": 10000,
63
+ "defaultValue": 10000
64
+ },
65
+ {
66
+ "#": "5",
67
+ "label": "Level Report Mode",
68
+ "valueSize": 1,
69
+ "defaultValue": 2,
70
+ "allowManualEntry": false,
71
+ "options": [
72
+ {
73
+ "label": "Report destination in 5s interval",
74
+ "value": 1
75
+ },
76
+ {
77
+ "label": "Report every 10% level charge",
78
+ "value": 2
79
+ }
80
+ ]
81
+ },
82
+ {
83
+ "#": "7",
84
+ "label": "Demo Trip",
85
+ "valueSize": 1,
86
+ "defaultValue": 0,
87
+ "allowManualEntry": false,
88
+ "options": [
89
+ {
90
+ "label": "Idle",
91
+ "value": 0
92
+ },
93
+ {
94
+ "label": "Activate with first press of the button",
95
+ "value": 1
96
+ }
97
+ ]
98
+ },
99
+ {
100
+ "#": "9",
101
+ "label": "Demo Trip and Calibration",
102
+ "valueSize": 1,
103
+ "defaultValue": 0,
104
+ "allowManualEntry": false,
105
+ "options": [
106
+ {
107
+ "label": "Idle",
108
+ "value": 0
109
+ },
110
+ {
111
+ "label": "Activate with first press of the button",
112
+ "value": 1
113
+ }
114
+ ]
115
+ },
116
+ {
117
+ "#": "10",
118
+ "label": "Auto Calibration",
119
+ "valueSize": 1,
120
+ "defaultValue": 0,
121
+ "allowManualEntry": false,
122
+ "options": [
123
+ {
124
+ "label": "Idle",
125
+ "value": 0
126
+ },
127
+ {
128
+ "label": "Activate",
129
+ "value": 1
130
+ }
131
+ ]
132
+ },
133
+ {
134
+ "#": "11",
135
+ "label": "Minimum Shutter Position (Closed)",
136
+ "valueSize": 1,
137
+ "minValue": 0,
138
+ "maxValue": 98,
139
+ "defaultValue": 0
140
+ },
141
+ {
142
+ "#": "12",
143
+ "label": "Maximum Shutter Position (Open)",
144
+ "valueSize": 1,
145
+ "minValue": 1,
146
+ "maxValue": 99,
147
+ "defaultValue": 99
148
+ },
149
+ {
150
+ "#": "13",
151
+ "label": "External Switch Type",
152
+ "valueSize": 1,
153
+ "defaultValue": 0,
154
+ "allowManualEntry": false,
155
+ "options": [
156
+ {
157
+ "label": "Momentary switches",
158
+ "value": 0
159
+ },
160
+ {
161
+ "label": "Toggle switches: On = open shutter, off = close shutter",
162
+ "value": 1
163
+ },
164
+ {
165
+ "label": "Toggle switches: On = close shutter, off = open shutter",
166
+ "value": 2
167
+ }
168
+ ]
169
+ },
170
+ {
171
+ "#": "14",
172
+ "label": "External Switch Input",
173
+ "valueSize": 1,
174
+ "defaultValue": 1,
175
+ "allowManualEntry": false,
176
+ "options": [
177
+ {
178
+ "label": "No external switch",
179
+ "value": 0
180
+ },
181
+ {
182
+ "label": "S1 only: Momentary or toggle switches",
183
+ "value": 1
184
+ },
185
+ {
186
+ "label": "S2 only: Momentary or toggle switches",
187
+ "value": 2
188
+ },
189
+ {
190
+ "label": "S1 & S2: Momentary or toggle switches, each switch controls both directions",
191
+ "value": 3
192
+ },
193
+ {
194
+ "label": "S1 & S2: Momentary switches, each switch controls one directions",
195
+ "value": 4
196
+ }
197
+ ]
198
+ },
199
+ {
200
+ "#": "255",
201
+ "label": "Factory Reset",
202
+ "valueSize": 1,
203
+ "defaultValue": 0,
204
+ "allowManualEntry": false,
205
+ "options": [
206
+ {
207
+ "label": "Idle",
208
+ "value": 0
209
+ },
210
+ {
211
+ "label": "Restore factory setting",
212
+ "value": 85
213
+ }
214
+ ]
37
215
  }
38
216
  ],
39
217
  "compat": {
@@ -7,6 +7,10 @@
7
7
  {
8
8
  "productType": "0xd221",
9
9
  "productId": "0x7102"
10
+ },
11
+ {
12
+ "productType": "0xd221",
13
+ "productId": "0x5102"
10
14
  }
11
15
  ],
12
16
  "firmwareVersion": {
@@ -0,0 +1,26 @@
1
+ {
2
+ "manufacturer": "Springs Window Fashions",
3
+ "manufacturerId": "0x026e",
4
+ "label": "CRZB",
5
+ "description": "Motorized Blinds",
6
+ "devices": [
7
+ {
8
+ "productType": "0x4254",
9
+ "productId": "0x5a42"
10
+ },
11
+ {
12
+ "productType": "0x5252",
13
+ "productId": "0x5a42"
14
+ }
15
+ ],
16
+ "firmwareVersion": {
17
+ "min": "0.0",
18
+ "max": "255.255"
19
+ },
20
+ "metadata": {
21
+ "inclusion": "1. Put Primary Controller into Inclusion Mode\n\n2. Press and Hold Shade Programming Button for 3 seconds (release when LED flashes).\n\n\n\nTo include a shade and shade remote to the Z-Wave network, and pair the remote to the shade you must follow this sequence:\n\n1. Do a shade Z-Wave reset and then include into the Z-Wave network.\n\n2. Do a remote reset and then include the remote into the Z-Wave network.\n\n3. Pair the remote to the shade.",
22
+ "exclusion": "1. Put Primary Controller into Exclusion Mode\n\n2. Press and Hold Shade Programming Button for 3 seconds (release when LED flashes).",
23
+ "reset": "Z-Wave Reset:Exclude from the controller before doing this. Press and hold the button on the shade for approximately 10 seconds (release when the shade jogs, holding longer will perform a full reset).\n\nFull Reset: Please use this procedure only when the network primary controller is missing or otherwise inoperable. Press and hold the button on the shade for approximately 15 seconds (the LED will stop flashing when complete) - you will need to set top / bottom / home positions.",
24
+ "manual": "https://support.springswf.net/helpdesk/attachments/30050113378"
25
+ }
26
+ }
@@ -1126,6 +1126,16 @@
1126
1126
  }
1127
1127
  ]
1128
1128
  },
1129
+ "on_off_switch_mode": {
1130
+ "$import": "~/templates/master_template.json#base_enable_disable",
1131
+ "label": "On/Off Switch Mode",
1132
+ "description": "Disables dimming, locks brightness at 100% and sets all ramp rates to instant on/off."
1133
+ },
1134
+ "zen5x_external_switch_multiple_click": {
1135
+ "$import": "~/templates/master_template.json#base_enable_disable",
1136
+ "label": "External Switch: Multiple Click Detection",
1137
+ "defaultValue": 1
1138
+ },
1129
1139
  "zen5x_metadata": {
1130
1140
  "inclusion": "1. Initiate inclusion (pairing) in the app (or web interface).\n2. TAP UP 3 TIMES QUICKLY if using traditional Z-Wave inclusion. \nSCAN THE QR CODE / ENTER THE 5-DIGIT PIN if using the new SmartStart method. The SmartStart security PIN is located on the back of the relay, next to the Z-Wave Plus logo.\n3. The LED indicator will blink green to signal communication and turn green for 2 seconds if inclusion is successful or turn red for 2 seconds if the pairing attempt fails",
1131
1141
  "exclusion": "1. Bring your Z-Wave gateway (hub) close to the relay if possible\n2. Put the Z-Wave hub into exclusion mode (not sure how to do that? ask@getzooz.com) \n3. Click the Z-Wave button on the relay 3 times quickly (the LED indicator will start blinking green)\n4. Your hub will confirm exclusion, the LED indicator on the relay will turn green for 2 seconds, and the device will disappear from your controller's device list",
@@ -7,13 +7,7 @@
7
7
  {
8
8
  "manufacturer": "Zooz",
9
9
  "manufacturerId": "0x027a",
10
- "label": [
11
- {
12
- "$if": "firmwareVersion >= 2.10",
13
- "value": "ZEN04 800LR"
14
- },
15
- "ZEN04"
16
- ],
10
+ "label": "ZEN04",
17
11
  "description": "Indoor Smart Plug",
18
12
  "devices": [
19
13
  {
@@ -76,16 +70,33 @@
76
70
  },
77
71
  {
78
72
  "#": "5",
79
- "label": "Power (W) Reporting Threshold",
73
+ "$if": "firmwareVersion < 2.30",
74
+ "label": "Power (W) Report Threshold",
80
75
  "valueSize": 1,
81
76
  "unit": "W",
82
77
  "minValue": 5,
83
78
  "maxValue": 50,
84
79
  "defaultValue": 5
85
80
  },
81
+ {
82
+ "#": "5",
83
+ "$if": "firmwareVersion >= 2.30",
84
+ "label": "Power (W) Report Threshold",
85
+ "valueSize": 1,
86
+ "unit": "W",
87
+ "minValue": 0,
88
+ "maxValue": 100,
89
+ "defaultValue": 5,
90
+ "options": [
91
+ {
92
+ "label": "Disabled",
93
+ "value": 0
94
+ }
95
+ ]
96
+ },
86
97
  {
87
98
  "#": "6",
88
- "label": "Power (W) Reporting Interval",
99
+ "label": "Power (W) Report Interval",
89
100
  "valueSize": 4,
90
101
  "unit": "minutes",
91
102
  "minValue": 1,
@@ -101,32 +112,85 @@
101
112
  },
102
113
  {
103
114
  "#": "7",
104
- "label": "Current (A) Reporting Threshold",
115
+ "$if": "firmwareVersion < 2.30",
116
+ "label": "Current (A) Report Threshold",
105
117
  "valueSize": 1,
106
118
  "unit": "0.1 A",
107
119
  "minValue": 1,
108
120
  "maxValue": 10,
109
121
  "defaultValue": 1
110
122
  },
123
+ {
124
+ "#": "7",
125
+ "$if": "firmwareVersion >= 2.30",
126
+ "label": "Current (A) Report Threshold",
127
+ "valueSize": 1,
128
+ "unit": "0.1 A",
129
+ "minValue": 0,
130
+ "maxValue": 50,
131
+ "defaultValue": 1,
132
+ "options": [
133
+ {
134
+ "label": "Disabled",
135
+ "value": 0
136
+ }
137
+ ]
138
+ },
111
139
  {
112
140
  "#": "12",
113
141
  "$if": "firmwareVersion >= 1.30",
114
- "label": "Current (A) Reporting Interval",
142
+ "label": "Current (A) Report Interval",
115
143
  "valueSize": 4,
116
144
  "unit": "minutes",
117
145
  "minValue": 1,
118
146
  "maxValue": 65535,
119
147
  "defaultValue": 60
120
148
  },
149
+ {
150
+ "#": "15",
151
+ "$if": "firmwareVersion >= 2.30",
152
+ "$import": "~/templates/master_template.json#base_enable_disable_inverted",
153
+ "label": "Energy (kWh) Reports",
154
+ "description": "When disabled, no kWh reports are sent, regardless of the threshold and interval settings.",
155
+ "defaultValue": 0
156
+ },
121
157
  {
122
158
  "#": "8",
123
- "label": "Energy (kWh) Reporting Threshold",
159
+ "$if": "firmwareVersion < 2.30",
160
+ "label": "Energy (kWh) Report Threshold",
124
161
  "valueSize": 1,
125
162
  "unit": "0.01 kWh",
126
163
  "minValue": 1,
127
164
  "maxValue": 100,
128
165
  "defaultValue": 1
129
166
  },
167
+ {
168
+ "#": "8",
169
+ "$if": "firmwareVersion >= 2.30",
170
+ "label": "Energy (kWh) Report Threshold",
171
+ "valueSize": 1,
172
+ "unit": "0.01 kWh",
173
+ "minValue": 0,
174
+ "maxValue": 200,
175
+ "defaultValue": 1,
176
+ "unsigned": true,
177
+ "options": [
178
+ {
179
+ "label": "Disabled",
180
+ "value": 0
181
+ }
182
+ ]
183
+ },
184
+ {
185
+ "#": "14",
186
+ "$if": "firmwareVersion >= 2.30",
187
+ "label": "Energy (kWh) Report Interval",
188
+ "valueSize": 4,
189
+ "unit": "minutes",
190
+ "minValue": 1,
191
+ "maxValue": 65535,
192
+ "defaultValue": 60
193
+ },
130
194
  {
131
195
  "#": "13",
132
196
  "$if": "firmwareVersion >= 1.30",
@@ -15,16 +15,108 @@
15
15
  "max": "255.255"
16
16
  },
17
17
  "paramInformation": [
18
+ {
19
+ "#": "27",
20
+ "$if": "firmwareVersion < 1.3",
21
+ "label": "LED Indicator",
22
+ "valueSize": 1,
23
+ "defaultValue": 0,
24
+ "allowManualEntry": false,
25
+ "options": [
26
+ {
27
+ "label": "Always on",
28
+ "value": 0
29
+ },
30
+ {
31
+ "label": "Momentary (At status change)",
32
+ "value": 1
33
+ }
34
+ ]
35
+ },
36
+ {
37
+ "#": "27",
38
+ "$if": "firmwareVersion >= 1.3",
39
+ "label": "LED Power Consumption Indicator",
40
+ "description": "Pink = Power Switch is off; Blue = 0–300 W; Cyan = 300–600 W; Green = 600–900 W; Yellow = 900–1200 W; Red = 1200–1500 W; Purple = 1500–1800 W; Purple blink = over 1800 W",
41
+ "valueSize": 1,
42
+ "defaultValue": 1,
43
+ "allowManualEntry": false,
44
+ "options": [
45
+ {
46
+ "label": "Always on",
47
+ "value": 0
48
+ },
49
+ {
50
+ "label": "On when switch is on, off when switch is off",
51
+ "value": 1
52
+ },
53
+ {
54
+ "label": "5 seconds following switch activation, then off",
55
+ "value": 2
56
+ },
57
+ {
58
+ "label": "Always off (Except for inclusion, exclusion, and Z-Wave range test)",
59
+ "value": 3
60
+ }
61
+ ]
62
+ },
18
63
  {
19
64
  "#": "20",
65
+ "$if": "firmwareVersion < 2.10",
20
66
  "$import": "~/templates/master_template.json#base_enable_disable",
21
67
  "label": "Overload Protection",
68
+ "description": "Turn off when load exceeds 16.5 A",
22
69
  "defaultValue": 1
23
70
  },
71
+ {
72
+ "#": "20",
73
+ "$if": "firmwareVersion >= 2.10",
74
+ "label": "Overload Protection",
75
+ "description": "How long the load can exceed 16.5 A before turning off.",
76
+ "valueSize": 1,
77
+ "unit": "seconds",
78
+ "minValue": 2,
79
+ "maxValue": 5,
80
+ "defaultValue": 2
81
+ },
82
+ {
83
+ "#": "36",
84
+ "$if": "firmwareVersion >= 2.10",
85
+ "label": "Overload Protection Turn On Delay",
86
+ "description": "How long to wait after the load was shut off by overload protection before turning it on again. Allowable range: 0, 10-65535.",
87
+ "valueSize": 2,
88
+ "unit": "seconds",
89
+ "minValue": 0,
90
+ "maxValue": 65535,
91
+ "defaultValue": 0,
92
+ "unsigned": true,
93
+ "options": [
94
+ {
95
+ "label": "Disable",
96
+ "value": 0
97
+ }
98
+ ]
99
+ },
24
100
  {
25
101
  "#": "21",
26
102
  "$import": "~/templates/master_template.json#state_after_power_failure_prev_on_off"
27
103
  },
104
+ {
105
+ "#": "35",
106
+ "$if": "firmwareVersion >= 2.0",
107
+ "label": "Delay Turn-On After Power Failure",
108
+ "valueSize": 2,
109
+ "unit": "seconds",
110
+ "minValue": 0,
111
+ "maxValue": 600,
112
+ "defaultValue": 0,
113
+ "options": [
114
+ {
115
+ "label": "Disable",
116
+ "value": 0
117
+ }
118
+ ]
119
+ },
28
120
  {
29
121
  "#": "24",
30
122
  "label": "On/Off Status Change Notifications",
@@ -79,64 +171,46 @@
79
171
  ]
80
172
  },
81
173
  {
82
- "#": "30",
83
- "$if": "firmwareVersion >= 1.3",
84
- "$import": "~/templates/master_template.json#base_enable_disable",
85
- "label": "Manual Control",
86
- "description": "Disables manual control from the device itself"
87
- },
88
- {
89
- "#": "27",
90
- "$if": "firmwareVersion < 1.3",
91
- "label": "LED Indicator",
92
- "valueSize": 1,
93
- "defaultValue": 0,
94
- "allowManualEntry": false,
174
+ "#": "151",
175
+ "label": "Power (W) Change Report Threshold",
176
+ "valueSize": 2,
177
+ "unit": "W",
178
+ "minValue": 0,
179
+ "maxValue": 65535,
180
+ "defaultValue": 50,
181
+ "unsigned": true,
95
182
  "options": [
96
183
  {
97
- "label": "Always on",
184
+ "label": "Disable",
98
185
  "value": 0
99
- },
100
- {
101
- "label": "Momentary (At status change)",
102
- "value": 1
103
186
  }
104
187
  ]
105
188
  },
106
189
  {
107
- "#": "27",
108
- "$if": "firmwareVersion >= 1.3",
109
- "label": "LED Power Consumption Indicator",
110
- "description": "Pink = Power Switch is off; Blue = 0–300 W; Cyan = 300–600 W; Green = 600–900 W; Yellow = 900–1200 W; Red = 1200–1500 W; Purple = 1500–1800 W; Purple blink = over 1800 W",
190
+ "#": "152",
191
+ "label": "Power Report Percentage Threshold",
111
192
  "valueSize": 1,
112
- "defaultValue": 1,
113
- "allowManualEntry": false,
193
+ "unit": "%",
194
+ "minValue": 0,
195
+ "maxValue": 255,
196
+ "defaultValue": 10,
197
+ "unsigned": true,
114
198
  "options": [
115
199
  {
116
- "label": "Always on",
200
+ "label": "Disable",
117
201
  "value": 0
118
- },
119
- {
120
- "label": "On when switch is on, off when switch is off",
121
- "value": 1
122
- },
123
- {
124
- "label": "5 seconds following switch activation, then off",
125
- "value": 2
126
- },
127
- {
128
- "label": "Always off (Except for inclusion, exclusion, and Z-Wave range test)",
129
- "value": 3
130
202
  }
131
203
  ]
132
204
  },
133
205
  {
134
- "#": "151",
135
- "label": "Power Report Value Threshold",
136
- "valueSize": 2,
206
+ "#": "175",
207
+ "$if": "firmwareVersion >= 2.10",
208
+ "label": "Voltage (V) Change Report Threshold",
209
+ "valueSize": 1,
210
+ "unit": "V",
137
211
  "minValue": 0,
138
- "maxValue": 65535,
139
- "defaultValue": 50,
212
+ "maxValue": 255,
213
+ "defaultValue": 10,
140
214
  "unsigned": true,
141
215
  "options": [
142
216
  {
@@ -146,13 +220,14 @@
146
220
  ]
147
221
  },
148
222
  {
149
- "#": "152",
150
- "label": "Power Report Percentage Threshold",
151
- "valueSize": 1,
152
- "unit": "%",
223
+ "#": "176",
224
+ "$if": "firmwareVersion >= 2.10",
225
+ "label": "Current (A) Change Report Threshold",
226
+ "valueSize": 2,
227
+ "unit": "mA",
153
228
  "minValue": 0,
154
- "maxValue": 255,
155
- "defaultValue": 10,
229
+ "maxValue": 65535,
230
+ "defaultValue": 1000,
156
231
  "unsigned": true,
157
232
  "options": [
158
233
  {
@@ -163,7 +238,7 @@
163
238
  },
164
239
  {
165
240
  "#": "171",
166
- "label": "Power Report Frequency",
241
+ "label": "Power (W) Report Interval",
167
242
  "valueSize": 4,
168
243
  "unit": "seconds",
169
244
  "minValue": 0,
@@ -178,7 +253,7 @@
178
253
  },
179
254
  {
180
255
  "#": "172",
181
- "label": "Energy Report Frequency",
256
+ "label": "Energy (kWh) Report Interval",
182
257
  "valueSize": 4,
183
258
  "unit": "seconds",
184
259
  "minValue": 0,
@@ -193,7 +268,7 @@
193
268
  },
194
269
  {
195
270
  "#": "173",
196
- "label": "Voltage Report Frequency",
271
+ "label": "Voltage (V) Report Interval",
197
272
  "valueSize": 4,
198
273
  "unit": "seconds",
199
274
  "minValue": 0,
@@ -208,7 +283,7 @@
208
283
  },
209
284
  {
210
285
  "#": "174",
211
- "label": "Electricity Report Frequency",
286
+ "label": "Current (A) Report Interval",
212
287
  "valueSize": 4,
213
288
  "unit": "seconds",
214
289
  "minValue": 0,
@@ -220,6 +295,28 @@
220
295
  "value": 0
221
296
  }
222
297
  ]
298
+ },
299
+ {
300
+ "#": "30",
301
+ "$if": "firmwareVersion >= 1.3",
302
+ "$import": "~/templates/master_template.json#base_enable_disable",
303
+ "label": "Manual Control",
304
+ "description": "Disables manual control from the device itself",
305
+ "defaultValue": 1
306
+ },
307
+ {
308
+ "#": "31",
309
+ "$import": "~/templates/master_template.json#base_enable_disable",
310
+ "label": "Z-Wave ON Control",
311
+ "description": "Disables ON control from the hub",
312
+ "defaultValue": 1
313
+ },
314
+ {
315
+ "#": "32",
316
+ "$import": "~/templates/master_template.json#base_enable_disable",
317
+ "label": "Z-Wave OFF Control",
318
+ "description": "Disables OFF control from the hub",
319
+ "defaultValue": 1
223
320
  }
224
321
  ],
225
322
  "metadata": {