diff --git a/fhem/contrib/messageSchema.pm b/fhem/contrib/messageSchema.pm index ad16c716e..0dcdf7155 100755 --- a/fhem/contrib/messageSchema.pm +++ b/fhem/contrib/messageSchema.pm @@ -40,11 +40,14 @@ my $db = { 'AMAD' => { 'Normal' => 'set %DEVICE% ttsMsg %MSG%', 'ShortPrio' => 'set %DEVICE% ttsMsg %MSGSH%', - 'Short' => 'set %DEVICE% notifySndFile %AMAD_FILENAME%', + 'Short' => 'set %DEVICE% ttsMsg %MSGSH%', 'defaultValues' => { 'ShortPrio' => { 'MSGSH' => 'Achtung!', }, + 'Short' => { + 'MSGSH' => 'Hinweis!', + }, }, }, @@ -70,6 +73,20 @@ my $db = { }, }, + 'Text2Speech' => { + 'Normal' => 'set %DEVICE% tts %MSG%', + 'ShortPrio' => 'set %DEVICE% tts %MSGSH%', + 'Short' => 'set %DEVICE% tts %MSGSH%', + 'defaultValues' => { + 'ShortPrio' => { + 'MSGSH' => 'Achtung!', + }, + 'Short' => { + 'MSGSH' => 'Hinweis!', + }, + }, + }, + }, 'light' => {