From 70a2ae4e95f1c39a4f2df5d98b955597866f39d3 Mon Sep 17 00:00:00 2001 From: jpawlowski Date: Sun, 6 Dec 2015 21:04:43 +0000 Subject: [PATCH] msgSchema.pm: add rudimental SB_PLAYER schema git-svn-id: https://svn.fhem.de/fhem/trunk@10118 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/msgSchema.pm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/fhem/FHEM/msgSchema.pm b/fhem/FHEM/msgSchema.pm index 6d2f066dd..6b5efa5d3 100755 --- a/fhem/FHEM/msgSchema.pm +++ b/fhem/FHEM/msgSchema.pm @@ -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%',