mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
82_LGTV_WebOS: add Disney in App list
git-svn-id: https://svn.fhem.de/fhem/trunk@22008 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c5ed0744af
commit
b4ae69fe6d
@ -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: add Disney in App list
|
||||||
- feature: 98_RandomTimer: Add perlSyntaxCheck to condition attribute
|
- feature: 98_RandomTimer: Add perlSyntaxCheck to condition attribute
|
||||||
- bugfix: dashboard.js: Dashboard no longer requires dummy readingsgroup
|
- bugfix: dashboard.js: Dashboard no longer requires dummy readingsgroup
|
||||||
- feature: 72_XiaomiDevice: new device SmartFan1X, S5 Max vacuum water box
|
- feature: 72_XiaomiDevice: new device SmartFan1X, S5 Max vacuum water box
|
||||||
|
@ -231,6 +231,7 @@ my %openApps = (
|
|||||||
'Smart-IPTV' => 'com.1827622.109556',
|
'Smart-IPTV' => 'com.1827622.109556',
|
||||||
'Spotify' => 'spotify-beehive',
|
'Spotify' => 'spotify-beehive',
|
||||||
'DuplexIPTV' => 'com.duplexiptv.app',
|
'DuplexIPTV' => 'com.duplexiptv.app',
|
||||||
|
'Disney+' => 'com.disney.disneyplus-prod',
|
||||||
);
|
);
|
||||||
|
|
||||||
my %openAppsPackageName = reverse %openApps;
|
my %openAppsPackageName = reverse %openApps;
|
||||||
@ -2008,7 +2009,7 @@ sub LGTV_WebOS_WakeUp_Udp($@) {
|
|||||||
],
|
],
|
||||||
"release_status": "stable",
|
"release_status": "stable",
|
||||||
"license": "GPL_2",
|
"license": "GPL_2",
|
||||||
"version": "v3.2.3",
|
"version": "v3.2.4",
|
||||||
"author": [
|
"author": [
|
||||||
"Marko Oldenburg <leongaultier@gmail.com>"
|
"Marko Oldenburg <leongaultier@gmail.com>"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user