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:
parent
1e9733b6cb
commit
d9faea878c
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user