diff --git a/fhem/CHANGED b/fhem/CHANGED
index e30f04006..236e9630e 100644
--- a/fhem/CHANGED
+++ b/fhem/CHANGED
@@ -1,6 +1,8 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
- 2013-xx-xx (SVN)
+ - feature: YAMAHA_AVR - new remoteControl commands for Tuner Preset
+ selection
- feature: RSS amended (read image from pipe, scaling options, line width)
- 2013-09-29 (5.5)
diff --git a/fhem/FHEM/71_YAMAHA_AVR.pm b/fhem/FHEM/71_YAMAHA_AVR.pm
index 9328d1d75..5c042883a 100755
--- a/fhem/FHEM/71_YAMAHA_AVR.pm
+++ b/fhem/FHEM/71_YAMAHA_AVR.pm
@@ -225,7 +225,7 @@ YAMAHA_AVR_Set($@)
return "No Argument given" if(!defined($a[1]));
my $what = $a[1];
- my $usage = "Unknown argument $what, choose one of on:noArg off:noArg volumeStraight:slider,-80,1,16 volume:slider,0,1,100 volumeUp volumeDown input:".$inputs_comma." mute:on,off remoteControl:setup,up,down,left,right,return,option,display,enter ".(defined($hash->{helper}{SCENES})?"scene:".$scenes_comma." ":"")."statusRequest:noArg";
+ my $usage = "Unknown argument $what, choose one of on:noArg off:noArg volumeStraight:slider,-80,1,16 volume:slider,0,1,100 volumeUp volumeDown input:".$inputs_comma." mute:on,off remoteControl:setup,up,down,left,right,return,option,display,tunerPresetUp,tunerPresetDown,enter ".(defined($hash->{helper}{SCENES})?"scene:".$scenes_comma." ":"")."statusRequest:noArg";
# Depending on the status response, use the short or long Volume command
@@ -487,6 +487,14 @@ YAMAHA_AVR_Set($@)
{
YAMAHA_AVR_SendCommand($hash,"
remoteControl display
+
+ Tuner Control:
+
+ remoteControl tunerPresetUp
+ remoteControl tunerPresetDown
+
+ remoteControl tunerPresetUp
+ remoteControl tunerPresetDown
+