ENIGMA2: fix get commands nextTitle and providername

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7847 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
loredo
2015-02-03 15:25:54 +00:00
parent ac29a63b36
commit c5c0608a00

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} ) ) {