82_LGTV_WebOS: add Disney in App list

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@22008 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2020-05-22 19:47:25 +00:00
parent e80512305f
commit 640e4a498b
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# 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.
- feature: 82_LGTV_WebOS: add Disney in App list
- feature: 98_RandomTimer: Add perlSyntaxCheck to condition attribute
- bugfix: dashboard.js: Dashboard no longer requires dummy readingsgroup
- feature: 72_XiaomiDevice: new device SmartFan1X, S5 Max vacuum water box

View File

@ -231,6 +231,7 @@ my %openApps = (
'Smart-IPTV' => 'com.1827622.109556',
'Spotify' => 'spotify-beehive',
'DuplexIPTV' => 'com.duplexiptv.app',
'Disney+' => 'com.disney.disneyplus-prod',
);
my %openAppsPackageName = reverse %openApps;
@ -2008,7 +2009,7 @@ sub LGTV_WebOS_WakeUp_Udp($@) {
],
"release_status": "stable",
"license": "GPL_2",
"version": "v3.2.3",
"version": "v3.2.4",
"author": [
"Marko Oldenburg <leongaultier@gmail.com>"
],