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:
@@ -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%',
|
||||
|
||||
Reference in New Issue
Block a user