mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-11 19:07:35 +03:00
17 lines
567 B
JSON
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."
|
|
}
|
|
}
|