mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-12 11:27:34 +03:00
21 lines
792 B
JSON
21 lines
792 B
JSON
{
|
|
"label": "Notifications",
|
|
"description": "Settings to enable and control notifications; can be overridden per-camera.",
|
|
"enabled": {
|
|
"label": "Enable notifications",
|
|
"description": "Enable or disable notifications globally."
|
|
},
|
|
"email": {
|
|
"label": "Email required for push",
|
|
"description": "Email address used for push notifications or required by certain notification providers."
|
|
},
|
|
"cooldown": {
|
|
"label": "Cooldown period for notifications (time in seconds)",
|
|
"description": "Cooldown (seconds) between notifications to avoid spamming recipients."
|
|
},
|
|
"enabled_in_config": {
|
|
"label": "Keep track of original state of notifications",
|
|
"description": "Indicates whether notifications were enabled in the original static configuration."
|
|
}
|
|
}
|