diff --git a/fhem/CHANGED b/fhem/CHANGED index b76c931ce..d482076b4 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,7 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - bugfix: YAMAHA_AVR: fixing not working remoteControl commands for + several models - feature: PRESENCE: support for Solaris ping (mode: local-ping) - feature: HUEbridge: added support for HUE scenes (get: scenes; set: savescene, modifyscene, scene) diff --git a/fhem/FHEM/71_YAMAHA_AVR.pm b/fhem/FHEM/71_YAMAHA_AVR.pm index 0f5f1bdd5..8fb2ef8d0 100755 --- a/fhem/FHEM/71_YAMAHA_AVR.pm +++ b/fhem/FHEM/71_YAMAHA_AVR.pm @@ -642,8 +642,8 @@ YAMAHA_AVR_Set($@) } elsif($what eq "remoteControl") { - # the RX-Vx75 series use a different tag name to access the remoteControl commands - my $control_tag = (exists($hash->{MODEL}) and $hash->{MODEL} =~ /RX-V\d75/ ? "Cursor_Control" : "List_Control"); + # the RX-Vx71, RX-Vx73, RX-Ax10, RX-Ax20 series use a different tag name to access the remoteControl commands + my $control_tag = (exists($hash->{MODEL}) and $hash->{MODEL} =~ /^(RX-V\d{1,2}7(1|3)|RX-A\d{1,2}(1|2)0)$/ ? "List_Control" : "Cursor_Control"); if($a[2] eq "up") {