mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-09 20:57:11 +00:00
82_LGTV_WebOS: change launchApp Vvalue for AmatonVideo
git-svn-id: https://svn.fhem.de/fhem/trunk@16860 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e2dc0caa4b
commit
3abc69033c
@ -1,5 +1,7 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- change: 82_LGTV_WebOS: change launchApp Vvalue for AmatonVideo and add
|
||||
set command for AmazonVid
|
||||
- change: 74_XXiaomiBTLSens: Thermo/HydroSense new state format, new Reading
|
||||
batteryState and batteryPercent
|
||||
- change: 49_SSCamSTRM: new attribute "forcePageRefresh" for better control
|
||||
|
@ -69,7 +69,7 @@ eval "use Blocking;1" or $missingModul .= "Blocking ";
|
||||
|
||||
|
||||
|
||||
my $version = "2.0.3";
|
||||
my $version = "2.0.4";
|
||||
|
||||
|
||||
|
||||
@ -152,8 +152,8 @@ my %lgCommands = (
|
||||
my %openApps = (
|
||||
|
||||
'Maxdome' => 'maxdome',
|
||||
'AmazonVideo' => 'lovefilm.de',
|
||||
'AmazonVid' => 'amazon',
|
||||
'AmazonLovefilm' => 'lovefilm.de',
|
||||
'AmazonVideo' => 'amazon',
|
||||
'YouTube' => 'youtube.leanback.v4',
|
||||
'Netflix' => 'netflix',
|
||||
'TV' => 'com.webos.app.livetv',
|
||||
@ -176,8 +176,8 @@ my %openApps = (
|
||||
my %openAppsPackageName = (
|
||||
|
||||
'maxdome' => 'Maxdome',
|
||||
'lovefilm.de' => 'AmazonVideo',
|
||||
'amazon' => 'AmazonVid',
|
||||
'lovefilm.de' => 'AmazonLovefilm',
|
||||
'amazon' => 'AmazonVideo',
|
||||
'youtube.leanback.v4' => 'YouTube',
|
||||
'netflix' => 'Netflix',
|
||||
'com.webos.app.livetv' => 'TV',
|
||||
@ -563,7 +563,7 @@ sub LGTV_WebOS_Set($@) {
|
||||
|
||||
} else {
|
||||
my $list = "";
|
||||
$list .= "connect:noArg pairing:noArg screenMsg mute:on,off volume:slider,0,1,100 volumeUp:noArg volumeDown:noArg channelDown:noArg channelUp:noArg getServiceList:noArg on:noArg off:noArg launchApp:Maxdome,AmazonVideo,YouTube,Netflix,TV,GooglePlay,Browser,Chilieu,TVCast,Smartshare,Scheduler,Miracast,TVGuide,Timemachine,ARDMediathek,Arte,WetterMeteo,Notificationcenter,Plex 3D:on,off stop:noArg play:noArg pause:noArg rewind:noArg fastForward:noArg clearInputList:noArg input:$inputs channel";
|
||||
$list .= "connect:noArg pairing:noArg screenMsg mute:on,off volume:slider,0,1,100 volumeUp:noArg volumeDown:noArg channelDown:noArg channelUp:noArg getServiceList:noArg on:noArg off:noArg launchApp:Maxdome,AmazonVideo,AmazonVid,YouTube,Netflix,TV,GooglePlay,Browser,Chilieu,TVCast,Smartshare,Scheduler,Miracast,TVGuide,Timemachine,ARDMediathek,Arte,WetterMeteo,Notificationcenter,Plex 3D:on,off stop:noArg play:noArg pause:noArg rewind:noArg fastForward:noArg clearInputList:noArg input:$inputs channel";
|
||||
return "Unknown argument $cmd, choose one of $list";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user