From 9f3326d611d32874570fe5a2707bca19c39e76c3 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Thu, 26 Sep 2024 17:21:44 +0200 Subject: [PATCH] Add type parameter definition to example command.cfg --- cfg/command.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cfg/command.cfg b/cfg/command.cfg index a251771..a1fa6f1 100644 --- a/cfg/command.cfg +++ b/cfg/command.cfg @@ -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$"