mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-11 04:18:18 +02:00
#73 api side, untested
This commit is contained in:
@@ -10,7 +10,7 @@ public abstract class NotificationConnector : GlobalBase
|
||||
this.notificationConnectorType = notificationConnectorType;
|
||||
}
|
||||
|
||||
public enum NotificationConnectorType : byte { Gotify = 0, LunaSea = 1 }
|
||||
public enum NotificationConnectorType : byte { Gotify = 0, LunaSea = 1, Ntfy = 2 }
|
||||
|
||||
public abstract void SendNotification(string title, string notificationText);
|
||||
}
|
Reference in New Issue
Block a user