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
|
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$"
|
||||||
|
|
Loading…
Reference in a new issue