homebridge-adt-pulse 3.0.0-beta.8 → 3.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.
@@ -84,7 +84,7 @@
84
84
  ]
85
85
  },
86
86
  {
87
- "title": "Reset (danger)",
87
+ "title": "Reset",
88
88
  "enum": [
89
89
  "reset"
90
90
  ]
@@ -93,10 +93,10 @@
93
93
  "default": "normal"
94
94
  },
95
95
  "speed": {
96
- "title": "Operational Speed",
96
+ "title": "Synchronization Speed",
97
97
  "type": "number",
98
98
  "required": true,
99
- "description": "Choose the operational speed for the plugin. Designed to enhance the performance of devices with older hardware. May result in slower device updates.",
99
+ "description": "Choose the synchronization speed for the plugin. Designed to enhance the performance of devices with older hardware. May result in slower device updates.",
100
100
  "oneOf": [
101
101
  {
102
102
  "title": "Normal Speed (1x)",
@@ -129,7 +129,7 @@
129
129
  "title": "Sensors",
130
130
  "type": "array",
131
131
  "required": true,
132
- "description": "Define your sensors here. Sensors include devices like \"Door/Window Sensor\" or \"Motion Sensor\". <strong class=\"font-weight-bold\">Please note that Z-Wave accessories are not supported.</strong> Ensure at least one sensor is specified for proper functionality.",
132
+ "description": "Define your sensors here. Sensors include devices like \"Door/Window Sensor\" or \"Motion Sensor\". <strong class=\"font-weight-bold\">Please note that Z-Wave accessories are not supported.</strong> A maximum of 148 sensors can be added (the plugin reserves 2 accessories for the gateway and security panel).",
133
133
  "items": {
134
134
  "type": "object",
135
135
  "properties": {
@@ -164,7 +164,7 @@
164
164
  ]
165
165
  },
166
166
  {
167
- "title": "Door/Window Sensor / Door Sensor / Window Sensor",
167
+ "title": "Door/Window Sensor :: Door Sensor :: Window Sensor",
168
168
  "enum": [
169
169
  "doorWindow"
170
170
  ]
@@ -175,6 +175,12 @@
175
175
  "fire"
176
176
  ]
177
177
  },
178
+ {
179
+ "title": "Water/Flood Sensor",
180
+ "enum": [
181
+ "flood"
182
+ ]
183
+ },
178
184
  {
179
185
  "title": "Glass Break Detector",
180
186
  "enum": [
@@ -182,27 +188,33 @@
182
188
  ]
183
189
  },
184
190
  {
185
- "title": "Keypad/Touchpad",
191
+ "title": "Heat (Rate-of-Rise) Detector",
186
192
  "enum": [
187
- "keypad"
193
+ "heat"
188
194
  ]
189
195
  },
190
196
  {
191
- "title": "Motion Sensor / Motion Sensor (Notable Events Only)",
197
+ "title": "Motion Sensor :: Motion Sensor (Notable Events Only)",
192
198
  "enum": [
193
199
  "motion"
194
200
  ]
195
201
  },
196
202
  {
197
- "title": "Temperature Sensor",
203
+ "title": "Shock Sensor",
198
204
  "enum": [
199
- "temperature"
205
+ "shock"
200
206
  ]
201
207
  },
202
208
  {
203
- "title": "Water/Flood Sensor",
209
+ "title": "System/Supervisory",
204
210
  "enum": [
205
- "flood"
211
+ "supervisory"
212
+ ]
213
+ },
214
+ {
215
+ "title": "Temperature Sensor",
216
+ "enum": [
217
+ "temperature"
206
218
  ]
207
219
  }
208
220
  ]
@@ -218,7 +230,7 @@
218
230
  }
219
231
  }
220
232
  },
221
- "minItems": 1,
233
+ "minItems": 0,
222
234
  "maxItems": 148
223
235
  }
224
236
  }
@@ -277,12 +289,11 @@
277
289
  "items": [
278
290
  {
279
291
  "key": "sensors",
280
- "htmlClass": "p-10",
281
292
  "buttonText": "Add Sensor",
282
293
  "items": [
283
294
  {
284
295
  "type": "div",
285
- "htmlClass": "my-3",
296
+ "htmlClass": "my-4 p-4",
286
297
  "items": [
287
298
  {
288
299
  "key": "sensors[].name",