mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-18 05:56:03 +00:00
70_ENIGMA2: handle logical DVB service type 10 as radio
git-svn-id: https://svn.fhem.de/fhem/trunk@7167 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2ddf74bb28
commit
3375fe22f6
@ -1573,7 +1573,7 @@ sub ENIGMA2_ReceiveCommand($$$) {
|
||||
|
||||
if (
|
||||
defined( $servicetype[2] )
|
||||
&& $servicetype[2] eq "2"
|
||||
&& ( $servicetype[2] eq "2" || $servicetype[2] eq "10" )
|
||||
&& ( !defined( $hash->{READINGS}{input}{VAL} )
|
||||
|| $hash->{READINGS}{input}{VAL} ne
|
||||
"radio" )
|
||||
|
Loading…
x
Reference in New Issue
Block a user