2025-10-01 15:39:43 +03:00
|
|
|
{
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Global notification configuration",
|
|
|
|
|
"description": "Global settings to enable and control notifications; can be overridden per-camera.",
|
2026-01-23 18:55:56 +03:00
|
|
|
"enabled": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Enable notifications",
|
|
|
|
|
"description": "Enable or disable notifications globally."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"email": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Email required for push",
|
|
|
|
|
"description": "Email address used for push notifications or required by certain notification providers."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"cooldown": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Cooldown period for notifications (time in seconds)",
|
|
|
|
|
"description": "Cooldown (seconds) between notifications to avoid spamming recipients."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"enabled_in_config": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Keep track of original state of notifications",
|
|
|
|
|
"description": "Indicates whether notifications were enabled in the original static configuration."
|
2025-10-01 15:39:43 +03:00
|
|
|
}
|
2026-01-24 17:54:56 +03:00
|
|
|
}
|