Skip to content

Commit

Permalink
Snapshot cache and slowness messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunoo committed Mar 1, 2021
1 parent a7f3acd commit 402c099
Show file tree
Hide file tree
Showing 6 changed files with 339 additions and 222 deletions.
4 changes: 2 additions & 2 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"description": "Rings the doorbell when motion is activated. This allows for motion alerts to appear on Apple TVs."
},
"unbridge": {
"title": "Unbridge Camera",
"title": "Unbridge Camera (Recommended)",
"type": "boolean",
"description": "Bridged cameras can cause slowdowns of the entire Homebridge instance. If unbridged, the camera will need to be added to HomeKit manually."
},
Expand Down Expand Up @@ -310,6 +310,7 @@
"cameras[].videoConfig.source",
"cameras[].videoConfig.stillImageSource",
"cameras[].videoConfig.audio",
"cameras[].unbridge",
{
"key": "cameras[]",
"type": "section",
Expand All @@ -330,7 +331,6 @@
"expandable": true,
"expanded": false,
"items": [
"cameras[].unbridge",
"cameras[].videoConfig.maxStreams",
"cameras[].videoConfig.maxWidth",
"cameras[].videoConfig.maxHeight",
Expand Down
Loading

0 comments on commit 402c099

Please sign in to comment.