Add type parameter definition to example command.cfg
This commit is contained in:
parent
1aeacd0d1b
commit
9f3326d611
1 changed files with 4 additions and 0 deletions
|
@ -99,6 +99,10 @@ object NotificationCommand "matrix-service-notification" {
|
|||
required = true
|
||||
value = "$notification_servicestate$"
|
||||
}
|
||||
"-t" = {
|
||||
required = true
|
||||
value = "$notification_type$"
|
||||
}
|
||||
"-u" = {
|
||||
required = true
|
||||
value = "$notification_servicedisplayname$"
|
||||
|
|
Loading…
Reference in a new issue