Skip to content

Commit 402c099

Browse files
committed
Snapshot cache and slowness messaging
1 parent a7f3acd commit 402c099

File tree

6 files changed

+339
-222
lines changed

6 files changed

+339
-222
lines changed

config.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"description": "Rings the doorbell when motion is activated. This allows for motion alerts to appear on Apple TVs."
119119
},
120120
"unbridge": {
121-
"title": "Unbridge Camera",
121+
"title": "Unbridge Camera (Recommended)",
122122
"type": "boolean",
123123
"description": "Bridged cameras can cause slowdowns of the entire Homebridge instance. If unbridged, the camera will need to be added to HomeKit manually."
124124
},
@@ -310,6 +310,7 @@
310310
"cameras[].videoConfig.source",
311311
"cameras[].videoConfig.stillImageSource",
312312
"cameras[].videoConfig.audio",
313+
"cameras[].unbridge",
313314
{
314315
"key": "cameras[]",
315316
"type": "section",
@@ -330,7 +331,6 @@
330331
"expandable": true,
331332
"expanded": false,
332333
"items": [
333-
"cameras[].unbridge",
334334
"cameras[].videoConfig.maxStreams",
335335
"cameras[].videoConfig.maxWidth",
336336
"cameras[].videoConfig.maxHeight",

0 commit comments

Comments
 (0)