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:
@@ -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%"; }',
|
||||
|
||||
Reference in New Issue
Block a user