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:
parent
1f81f8efc6
commit
55d3c539f3
@ -322,6 +322,12 @@ my $db = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'LGTV_WEBOS' => {
|
||||||
|
'Normal' => 'set %DEVICE% screenMsg %MSG%',
|
||||||
|
'High' => 'set %DEVICE% screenMsg %MSG%',
|
||||||
|
'Low' => 'set %DEVICE% screenMsg %MSG%',
|
||||||
|
},
|
||||||
|
|
||||||
'KODI' => {
|
'KODI' => {
|
||||||
'Normal' =>
|
'Normal' =>
|
||||||
'{ my $d=\'%DEVICE%\'; my $msg=\'%MSG%\'; my $title=\'%TITLE%\'; my $timeout=%TIMEOUT%*1000; fhem "set $d msg \'$title\' \'$msg\' $timeout %KODI_ICON%"; }',
|
'{ my $d=\'%DEVICE%\'; my $msg=\'%MSG%\'; my $title=\'%TITLE%\'; my $timeout=%TIMEOUT%*1000; fhem "set $d msg \'$title\' \'$msg\' $timeout %KODI_ICON%"; }',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user