Update server/notification-providers/pushover.js

Co-authored-by: Frank Elsinga <frank@elsinga.de>
pull/5426/head
Ruse 2 weeks ago committed by GitHub
parent 8c3589d40c
commit 7a8ab0271e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -47,6 +47,7 @@ class Pushover extends NotificationProvider {
}
if (heartbeatJSON.status === UP && notification.pushoversounds_up) {
// default = DOWN => DOWN-sound is also played for non-UP/DOWN notiifcations
data.sound = notification.pushoversounds_up;
}

Loading…
Cancel
Save