2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

ENIGMA2: fix get commands nextTitle and providername

git-svn-id: https://svn.fhem.de/fhem/trunk@7847 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2015-02-03 15:25:54 +00:00
parent 14d3d034e0
commit a81ecb49b1

View File

@ -148,7 +148,7 @@ sub ENIGMA2_Get($@) {
$what = $a[1];
if ( $what =~
/^(power|input|volume|mute|channel|currentMedia|currentTitle|serviceprovider|servicevideosize)$/
/^(power|input|volume|mute|channel|currentMedia|currentTitle|nextTitle|providername|servicevideosize)$/
)
{
if ( defined( $hash->{READINGS}{$what} ) ) {