mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-21 07:56:03 +00:00
82_LGTV_WebOS: fix set cmd for AmazonLovefilm
git-svn-id: https://svn.fhem.de/fhem/trunk@17055 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a60211f4dc
commit
d4513372b4
@ -1,8 +1,10 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- bugfix: 82_LGTV_WebOS: fix set cmd for AmazonLovefilm
|
||||||
- feature: 51_MOBILEALERTS: added feature to adjust values in define
|
- feature: 51_MOBILEALERTS: added feature to adjust values in define
|
||||||
- changed: 09_CUL_FHTTK: adapted battery reading to new common reading
|
- changed: 09_CUL_FHTTK: adapted battery reading to new common reading
|
||||||
Forum #87575
|
Forum #87575
|
||||||
|
- bugfix: 82_LGTV_WebOS: fix uninitialized value
|
||||||
- change: 98_dewpoint: adjust log level for FAN/ALARM on/off to 4
|
- change: 98_dewpoint: adjust log level for FAN/ALARM on/off to 4
|
||||||
- bugfix: 82_LGTV_WebOS: fix current program list readings
|
- bugfix: 82_LGTV_WebOS: fix current program list readings
|
||||||
- change: 74_Unifi: changed readings -UC_newClients and -AP_utilization
|
- change: 74_Unifi: changed readings -UC_newClients and -AP_utilization
|
||||||
|
@ -69,7 +69,7 @@ eval "use Blocking;1" or $missingModul .= "Blocking ";
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
my $version = "2.0.7";
|
my $version = "2.0.8";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -564,10 +564,10 @@ sub LGTV_WebOS_Set($@) {
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
my $list = "";
|
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,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";
|
$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,AmazonLovefilm,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";
|
||||||
return "Unknown argument $cmd, choose one of $list";
|
return "Unknown argument $cmd, choose one of $list";
|
||||||
}
|
}
|
||||||
|
|
||||||
$hash->{helper}{device}{runsetcmd} = $hash->{helper}{device}{runsetcmd} + 1;
|
$hash->{helper}{device}{runsetcmd} = $hash->{helper}{device}{runsetcmd} + 1;
|
||||||
LGTV_WebOS_CreateSendCommand($hash,$uri,\%payload);
|
LGTV_WebOS_CreateSendCommand($hash,$uri,\%payload);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user