diff --git a/fhem/CHANGED b/fhem/CHANGED index 092c77ee9..be79ba80d 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -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 diff --git a/fhem/FHEM/82_LGTV_WebOS.pm b/fhem/FHEM/82_LGTV_WebOS.pm index f4972d27b..5572d3a3b 100644 --- a/fhem/FHEM/82_LGTV_WebOS.pm +++ b/fhem/FHEM/82_LGTV_WebOS.pm @@ -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 " ],