mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
82_LGTV_WebOS: Support for SkyOnline App
git-svn-id: https://svn.fhem.de/fhem/trunk@18233 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
76cfd12d70
commit
ff529857fd
@ -1,5 +1,6 @@
|
|||||||
# 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.
|
||||||
|
- feature: 82_LGTV_WebOS: Support for SkyOnline App
|
||||||
- bugfix: 59_Weather: fix table bug in commandref
|
- bugfix: 59_Weather: fix table bug in commandref
|
||||||
- bugfix: 59_Weather: fix mor typo in Commandref
|
- bugfix: 59_Weather: fix mor typo in Commandref
|
||||||
- feature: OpenWeatherMapAPI: DarkSkyAPI: expand error handling
|
- feature: OpenWeatherMapAPI: DarkSkyAPI: expand error handling
|
||||||
|
@ -69,7 +69,7 @@ eval "use Blocking;1" or $missingModul .= "Blocking ";
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
my $version = "2.0.8";
|
my $version = "2.0.9";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -170,36 +170,11 @@ my %openApps = (
|
|||||||
'Arte' => 'com.3827031.168353',
|
'Arte' => 'com.3827031.168353',
|
||||||
'WetterMeteo' => 'meteonews',
|
'WetterMeteo' => 'meteonews',
|
||||||
'Notificationcenter' => 'com.webos.app.notificationcenter',
|
'Notificationcenter' => 'com.webos.app.notificationcenter',
|
||||||
'Plex' => 'cdp-30'
|
'Plex' => 'cdp-30',
|
||||||
|
'SkyOnline' => 'de.sky.skyonline'
|
||||||
);
|
);
|
||||||
|
|
||||||
my %openAppsPackageName = (
|
my %openAppsPackageName = reverse %openApps;
|
||||||
|
|
||||||
'maxdome' => 'Maxdome',
|
|
||||||
'lovefilm.de' => 'AmazonLovefilm',
|
|
||||||
'amazon' => 'AmazonVideo',
|
|
||||||
'youtube.leanback.v4' => 'YouTube',
|
|
||||||
'netflix' => 'Netflix',
|
|
||||||
'com.webos.app.livetv' => 'TV',
|
|
||||||
'googleplaymovieswebos' => 'GooglePlay',
|
|
||||||
'com.webos.app.browser' => 'Browser',
|
|
||||||
'Chilieu' => 'Chili.tv',
|
|
||||||
'de.2kit.castbrowsing' => 'TVCast',
|
|
||||||
'com.webos.app.smartshare' => 'Smartshare',
|
|
||||||
'com.webos.app.scheduler' => 'Scheduler',
|
|
||||||
'com.webos.app.miracast' => 'Miracast',
|
|
||||||
'com.webos.app.tvguide' => 'TVGuide',
|
|
||||||
'com.webos.app.timemachine' => 'Timemachine',
|
|
||||||
'ard.mediathek' => 'ARDMediathek',
|
|
||||||
'com.3827031.168353' => 'Arte',
|
|
||||||
'meteonews' => 'WetterMeteo',
|
|
||||||
'com.webos.app.notificationcenter' => 'Notificationcenter',
|
|
||||||
'cdp-30' => 'Plex'
|
|
||||||
);
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
sub LGTV_WebOS_Initialize($) {
|
sub LGTV_WebOS_Initialize($) {
|
||||||
|
|
||||||
@ -237,7 +212,7 @@ sub LGTV_WebOS_Define($$) {
|
|||||||
|
|
||||||
|
|
||||||
return "too few parameters: define <name> LGTV_WebOS <HOST>" if( @a != 3 );
|
return "too few parameters: define <name> LGTV_WebOS <HOST>" if( @a != 3 );
|
||||||
return "Cannot define LGTV_WebOS device. Perl modul ${missingModul}is missing." if ( $missingModul );
|
return "Cannot define LGTV_WebOS device. Perl modul ${missingModul} is missing." if ( $missingModul );
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user