mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +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:
parent
2ed57f3cf4
commit
70a2ae4e95
@ -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%',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user