2
0
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:
jpawlowski 2014-12-07 22:59:40 +00:00
parent 2ddf74bb28
commit 3375fe22f6

View File

@ -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" )