New Notification Provider SIGNL4 (#5058)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Ron 2024-08-28 23:18:25 +02:00 committed by GitHub
parent 3d9bbe1a62
commit 716832b9f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 77 additions and 1 deletions

View file

@ -42,6 +42,7 @@ const Pushy = require("./notification-providers/pushy");
const RocketChat = require("./notification-providers/rocket-chat");
const SerwerSMS = require("./notification-providers/serwersms");
const Signal = require("./notification-providers/signal");
const SIGNL4 = require("./notification-providers/signl4");
const Slack = require("./notification-providers/slack");
const SMSPartner = require("./notification-providers/smspartner");
const SMSEagle = require("./notification-providers/smseagle");
@ -127,6 +128,7 @@ class Notification {
new ServerChan(),
new SerwerSMS(),
new Signal(),
new SIGNL4(),
new SMSManager(),
new SMSPartner(),
new Slack(),