70_ENIGMA2: handle logical DVB service type 10 as radio
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7167 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -1573,7 +1573,7 @@ sub ENIGMA2_ReceiveCommand($$$) {
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
defined( $servicetype[2] )
|
defined( $servicetype[2] )
|
||||||
&& $servicetype[2] eq "2"
|
&& ( $servicetype[2] eq "2" || $servicetype[2] eq "10" )
|
||||||
&& ( !defined( $hash->{READINGS}{input}{VAL} )
|
&& ( !defined( $hash->{READINGS}{input}{VAL} )
|
||||||
|| $hash->{READINGS}{input}{VAL} ne
|
|| $hash->{READINGS}{input}{VAL} ne
|
||||||
"radio" )
|
"radio" )
|
||||||
|
|||||||
Reference in New Issue
Block a user