mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
31 lines
569 B
JSON
31 lines
569 B
JSON
{
|
|
"label": "Global timestamp style configuration.",
|
|
"properties": {
|
|
"position": {
|
|
"label": "Timestamp position."
|
|
},
|
|
"format": {
|
|
"label": "Timestamp format."
|
|
},
|
|
"color": {
|
|
"label": "Timestamp color.",
|
|
"properties": {
|
|
"red": {
|
|
"label": "Red"
|
|
},
|
|
"green": {
|
|
"label": "Green"
|
|
},
|
|
"blue": {
|
|
"label": "Blue"
|
|
}
|
|
}
|
|
},
|
|
"thickness": {
|
|
"label": "Timestamp thickness."
|
|
},
|
|
"effect": {
|
|
"label": "Timestamp effect."
|
|
}
|
|
}
|
|
} |