Added notifications for devices that came back online after a

configurable time period
This commit is contained in:
rzuasti
2026-01-23 15:08:58 -05:00
parent ca1674243e
commit 92c1cd5553
4 changed files with 26 additions and 0 deletions
+1
View File
@@ -34,6 +34,7 @@ pub struct Pushover {
pub struct Notifications {
pub method: String,
pub pushover: Pushover,
pub notify_when_not_seen_for: DurationString,
}
#[derive(Debug, Deserialize, Clone)]