2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +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:
jpawlowski 2015-10-22 09:52:50 +00:00
parent 10f78dc85e
commit ccd4c88857

View File

@ -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' => {