mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 05:24:11 +03:00
14 lines
271 B
JSON
14 lines
271 B
JSON
|
|
{
|
||
|
|
"label": "Camera group configuration",
|
||
|
|
"properties": {
|
||
|
|
"cameras": {
|
||
|
|
"label": "List of cameras in this group."
|
||
|
|
},
|
||
|
|
"icon": {
|
||
|
|
"label": "Icon that represents camera group."
|
||
|
|
},
|
||
|
|
"order": {
|
||
|
|
"label": "Sort order for group."
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|