mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
messageSchema: add Text2Speech, change AMAD short command
git-svn-id: https://svn.fhem.de/fhem/trunk@9587 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
10f78dc85e
commit
ccd4c88857
@ -40,11 +40,14 @@ my $db = {
|
||||
'AMAD' => {
|
||||
'Normal' => 'set %DEVICE% ttsMsg %MSG%',
|
||||
'ShortPrio' => 'set %DEVICE% ttsMsg %MSGSH%',
|
||||
'Short' => 'set %DEVICE% notifySndFile %AMAD_FILENAME%',
|
||||
'Short' => 'set %DEVICE% ttsMsg %MSGSH%',
|
||||
'defaultValues' => {
|
||||
'ShortPrio' => {
|
||||
'MSGSH' => 'Achtung!',
|
||||
},
|
||||
'Short' => {
|
||||
'MSGSH' => 'Hinweis!',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@ -70,6 +73,20 @@ my $db = {
|
||||
},
|
||||
},
|
||||
|
||||
'Text2Speech' => {
|
||||
'Normal' => 'set %DEVICE% tts %MSG%',
|
||||
'ShortPrio' => 'set %DEVICE% tts %MSGSH%',
|
||||
'Short' => 'set %DEVICE% tts %MSGSH%',
|
||||
'defaultValues' => {
|
||||
'ShortPrio' => {
|
||||
'MSGSH' => 'Achtung!',
|
||||
},
|
||||
'Short' => {
|
||||
'MSGSH' => 'Hinweis!',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
'light' => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user