frigate/web/public/locales/en/config/camera_groups.json

17 lines
503 B
JSON
Raw Normal View History

{
2026-01-28 02:10:29 +03:00
"label": "Camera groups",
"description": "Configuration for named camera groups used to organize cameras in the UI.",
"cameras": {
2026-01-29 18:43:43 +03:00
"label": "Camera list",
"description": "Array of camera names included in this group."
},
"icon": {
2026-01-29 18:43:43 +03:00
"label": "Group icon",
"description": "Icon used to represent the camera group in the UI."
},
"order": {
2026-01-29 18:43:43 +03:00
"label": "Sort order",
"description": "Numeric order used to sort camera groups in the UI; larger numbers appear later."
}
}