mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 05:24:11 +03:00
17 lines
392 B
JSON
17 lines
392 B
JSON
|
|
{
|
||
|
|
"label": "Global notification configuration.",
|
||
|
|
"properties": {
|
||
|
|
"enabled": {
|
||
|
|
"label": "Enable notifications"
|
||
|
|
},
|
||
|
|
"email": {
|
||
|
|
"label": "Email required for push."
|
||
|
|
},
|
||
|
|
"cooldown": {
|
||
|
|
"label": "Cooldown period for notifications (time in seconds)."
|
||
|
|
},
|
||
|
|
"enabled_in_config": {
|
||
|
|
"label": "Keep track of original state of notifications."
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|