homebridge-ring-hksv 14.3.8 → 14.3.9
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.schema.json +6 -4
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -328,12 +328,16 @@
|
|
|
328
328
|
{
|
|
329
329
|
"type": "flex",
|
|
330
330
|
"flex-flow": "row wrap",
|
|
331
|
-
"items": [
|
|
331
|
+
"items": [
|
|
332
|
+
"refreshToken",
|
|
333
|
+
"hksvVideoPreset",
|
|
334
|
+
"cameraVideoCodec"
|
|
335
|
+
]
|
|
332
336
|
},
|
|
333
337
|
{
|
|
334
338
|
"type": "fieldset",
|
|
335
339
|
"title": "Optional Configuration",
|
|
336
|
-
"expandable":
|
|
340
|
+
"expandable": false,
|
|
337
341
|
"items": [
|
|
338
342
|
"alarmOnEntryDelay",
|
|
339
343
|
"enableHksv",
|
|
@@ -349,9 +353,7 @@
|
|
|
349
353
|
"hksvVideoBufferSizeKbps",
|
|
350
354
|
"hksvVideoCrf",
|
|
351
355
|
"hksvVideoKeyframeInterval",
|
|
352
|
-
"hksvVideoPreset",
|
|
353
356
|
"homeKitAccessoryTag",
|
|
354
|
-
"cameraVideoCodec",
|
|
355
357
|
"hideLightGroups",
|
|
356
358
|
"hideDoorbellSwitch",
|
|
357
359
|
"hideCameraLight",
|
package/package.json
CHANGED