2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-06 06:08:44 +00:00

YAMAHA_AVR: fix not working navigateListMenu under certain circumstances (Forum: #48790)

git-svn-id: https://svn.fhem.de/fhem/trunk@11042 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2016-03-11 15:17:17 +00:00
parent 1e9733b6cb
commit d9faea878c
2 changed files with 3 additions and 1 deletions

View File

@ -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: fix not working navigateListMenu under certain
circumstances
- feature 73_GasCalculator: Last Day/Month/Year/Meter - readings implemented
- feature 49_SSCAM: command "extevent" added
- bugfix: 10_SOMFY: removed "setlist" (obsolete) and updated loglevels

View File

@ -1651,7 +1651,7 @@ YAMAHA_AVR_ParseResponse ($$$)
{
my @list_cmds = split("/", $arg);
if($data =~ /<Menu_Layer>(.+?)<\/Menu_Layer><Menu_Name>(.+?)<\/Menu_Name><Current_List>(.+?)<\/Current_List><Cursor_Position><Current_Line>(\d+)<\/Current_Line><Max_Line>(\d+)<\/Max_Line><\/Cursor_Position>/)
if($data =~ /<Menu_Layer>(.+?)<\/Menu_Layer><Menu_Name>(.*?)<\/Menu_Name><Current_List>(.+?)<\/Current_List><Cursor_Position><Current_Line>(\d+)<\/Current_Line><Max_Line>(\d+)<\/Max_Line><\/Cursor_Position>/)
{
my $menu_layer = $1;