2025-10-01 15:39:43 +03:00
|
|
|
{
|
|
|
|
|
"label": "Camera group configuration",
|
2026-01-24 17:54:56 +03:00
|
|
|
"description": "Configuration for named camera groups used to organize cameras in the UI.",
|
2026-01-23 18:55:56 +03:00
|
|
|
"cameras": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "List of cameras in this group",
|
|
|
|
|
"description": "Array of camera names included in this group."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"icon": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Icon that represents camera group",
|
|
|
|
|
"description": "Icon used to represent the camera group in the UI."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"order": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Sort order for group",
|
|
|
|
|
"description": "Numeric order used to sort camera groups in the UI; larger numbers appear later."
|
2025-10-01 15:39:43 +03:00
|
|
|
}
|
2026-01-24 17:54:56 +03:00
|
|
|
}
|