msgSchema.pm: add rudimental SB_PLAYER schema

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10118 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
loredo
2015-12-06 21:04:43 +00:00
parent e128bba2e5
commit ab6ad3f916

View File

@@ -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' => { 'SONOSPLAYER' => {
'Normal' => 'set %DEVICE% Speak %VOLUME% %LANG% |%TITLE%| %MSG%', 'Normal' => 'set %DEVICE% Speak %VOLUME% %LANG% |%TITLE%| %MSG%',
'ShortPrio' => 'set %DEVICE% Speak %VOLUME% %LANG% |%TITLE%| %MSGSH%', 'ShortPrio' => 'set %DEVICE% Speak %VOLUME% %LANG% |%TITLE%| %MSGSH%',