mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +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:
parent
14d3d034e0
commit
a81ecb49b1
@ -148,7 +148,7 @@ sub ENIGMA2_Get($@) {
|
|||||||
$what = $a[1];
|
$what = $a[1];
|
||||||
|
|
||||||
if ( $what =~
|
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} ) ) {
|
if ( defined( $hash->{READINGS}{$what} ) ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user