msgSchema: add support for LGTV_WEBOS

git-svn-id: https://svn.fhem.de/fhem/trunk@18720 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
loredo
2019-02-24 21:51:24 +00:00
parent 5ea8544d32
commit 70e3a3fcfa

View File

@@ -322,6 +322,12 @@ my $db = {
},
},
'LGTV_WEBOS' => {
'Normal' => 'set %DEVICE% screenMsg %MSG%',
'High' => 'set %DEVICE% screenMsg %MSG%',
'Low' => 'set %DEVICE% screenMsg %MSG%',
},
'KODI' => {
'Normal' =>
'{ my $d=\'%DEVICE%\'; my $msg=\'%MSG%\'; my $title=\'%TITLE%\'; my $timeout=%TIMEOUT%*1000; fhem "set $d msg \'$title\' \'$msg\' $timeout %KODI_ICON%"; }',