frigate/web/public/locales/en/config/camera_groups.json
2026-02-27 09:37:57 -06:00

17 lines
567 B
JSON

{
"label": "Camera group configuration",
"description": "Configuration for named camera groups used to organize cameras in the UI.",
"cameras": {
"label": "List of cameras in this group",
"description": "Array of camera names included in this group."
},
"icon": {
"label": "Icon that represents camera group",
"description": "Icon used to represent the camera group in the UI."
},
"order": {
"label": "Sort order for group",
"description": "Numeric order used to sort camera groups in the UI; larger numbers appear later."
}
}