70_ONKYO_AVR: fix uppercase set commands

git-svn-id: https://svn.fhem.de/fhem/trunk@14165 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
loredo
2017-05-02 13:12:08 +00:00
parent 1ffbf5d27f
commit a94e90762d

View File

@@ -1157,7 +1157,7 @@ sub ONKYO_AVR_Set($$$) {
} }
# implicit commands through available readings # implicit commands through available readings
elsif ( grep $_ eq lc( @$a[1] ), @implicit_cmds ) { elsif ( grep $_ eq @$a[1], @implicit_cmds ) {
Log3 $name, 3, "ONKYO_AVR set $name " . @$a[1] . " " . @$a[2]; Log3 $name, 3, "ONKYO_AVR set $name " . @$a[1] . " " . @$a[2];
if ( !defined( @$a[2] ) ) { if ( !defined( @$a[2] ) ) {