Add type parameter definition to example command.cfg

This commit is contained in:
Jan Dittberner 2024-09-26 17:21:44 +02:00
parent 1aeacd0d1b
commit 9f3326d611

View file

@ -99,6 +99,10 @@ object NotificationCommand "matrix-service-notification" {
required = true required = true
value = "$notification_servicestate$" value = "$notification_servicestate$"
} }
"-t" = {
required = true
value = "$notification_type$"
}
"-u" = { "-u" = {
required = true required = true
value = "$notification_servicedisplayname$" value = "$notification_servicedisplayname$"