feat: podpora notifikací z notify - základ

This commit is contained in:
2023-10-12 19:09:32 +02:00
parent 74893c38eb
commit 076f96aba6
6 changed files with 79 additions and 22 deletions

View File

@@ -109,7 +109,8 @@ export enum Locations {
export enum UdalostEnum {
ZAHAJENA_PIZZA = "Zahájen pizza day",
OBJEDNANA_PIZZA = "Objednána pizza"
OBJEDNANA_PIZZA = "Objednána pizza",
JDEME_OBED="Jdeme oběd",
}
export interface NotififaceInput {
@@ -121,6 +122,7 @@ export interface NotifikaceData {
input: NotififaceInput,
gotify?: boolean,
teams?: boolean,
ntfy?:boolean
}
export interface GotifyServer {