2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-30 12:07:09 +00:00

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:
jpawlowski 2019-02-24 21:51:24 +00:00
parent 1f81f8efc6
commit 55d3c539f3

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%"; }',