mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
82_LGTV_WebOS: add DuplexIPTV App support
git-svn-id: https://svn.fhem.de/fhem/trunk@21963 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
87388401b8
commit
ee89c6ae18
@ -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 DuplexIPTV App support
|
||||
- feature: 00_RSS: new img type SVG (forum #111271)
|
||||
- bugfix: 73_AutoShuttersControl: fix bug after privacyDown and open window
|
||||
- feature: 48_BlinkCamera: first step to support BlinkMini (no change possible)
|
||||
|
@ -230,6 +230,7 @@ my %openApps = (
|
||||
'SkyOnline' => 'de.sky.skyonline',
|
||||
'Smart-IPTV' => 'com.1827622.109556',
|
||||
'Spotify' => 'spotify-beehive',
|
||||
'DuplexIPTV' => 'com.duplexiptv.app',
|
||||
);
|
||||
|
||||
my %openAppsPackageName = reverse %openApps;
|
||||
@ -2007,7 +2008,7 @@ sub LGTV_WebOS_WakeUp_Udp($@) {
|
||||
],
|
||||
"release_status": "stable",
|
||||
"license": "GPL_2",
|
||||
"version": "v3.2.2",
|
||||
"version": "v3.2.3",
|
||||
"author": [
|
||||
"Marko Oldenburg <leongaultier@gmail.com>"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user