mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-19 22:58:22 +03:00
13 lines
396 B
JSON
13 lines
396 B
JSON
{
|
|
"label": "Camera UI",
|
|
"description": "Display ordering and dashboard visibility for this camera in the UI.",
|
|
"order": {
|
|
"label": "UI order",
|
|
"description": "Numeric order used to sort the camera in the UI; larger numbers appear later."
|
|
},
|
|
"dashboard": {
|
|
"label": "Show in dashboard",
|
|
"description": "Toggle whether this camera is visible in the main dashboard."
|
|
}
|
|
}
|