Update names to be less ambiguous

This commit is contained in:
Nick Mowen
2022-03-28 09:59:17 -06:00
parent e91339a7ac
commit 4ca6a592a6
4 changed files with 9 additions and 7 deletions
+5 -3
View File
@@ -434,9 +434,11 @@ cameras:
# Optional: Configuration for how camera is handled in the GUI.
ui:
# Optional: Adjust sort order of cameras in the GUI. Larger numbers come later (default: shown below)
# Optional: Adjust sort order of cameras in the UI. Larger numbers come later (default: shown below)
# By default the cameras are sorted alphabetically.
order: 0
# Optional: Whether or not to show the camera in the GUI (default: shown below)
show: True
# Optional: Whether or not to show the camera in the Frigate UI (default: shown below)
dashboard: True
# Optional: Whether or not to show the camera in the Frigate Birdseye View (default: shown below)
birdseye: True
```