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:
@@ -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] ) ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user