2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 13:24:56 +00:00

msgSchema.pm: add rudimental SB_PLAYER schema

git-svn-id: https://svn.fhem.de/fhem/trunk@10118 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2015-12-06 21:04:43 +00:00
parent 2ed57f3cf4
commit 70a2ae4e95

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