diff --git a/fhem/FHEM/msgSchema.pm b/fhem/FHEM/msgSchema.pm index 6d2f066dd..6b5efa5d3 100755 --- a/fhem/FHEM/msgSchema.pm +++ b/fhem/FHEM/msgSchema.pm @@ -51,6 +51,20 @@ my $db = { }, }, + 'SB_PLAYER' => { + 'Normal' => 'set %DEVICE% talk |%TITLE%| %MSG%', + 'ShortPrio' => 'set %DEVICE% talk |%TITLE%| %MSGSH%', + 'Short' => 'set %DEVICE% talk |%TITLE%| %MSGSH%', + 'defaultValues' => { + 'ShortPrio' => { + 'MSGSH' => 'Achtung!', + }, + 'Short' => { + 'MSGSH' => '', + }, + }, + }, + 'SONOSPLAYER' => { 'Normal' => 'set %DEVICE% Speak %VOLUME% %LANG% |%TITLE%| %MSG%', 'ShortPrio' => 'set %DEVICE% Speak %VOLUME% %LANG% |%TITLE%| %MSGSH%',