fixing missing input_name reading
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2362 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -142,7 +142,7 @@ YAMAHA_AVR_GetStatus($;$)
|
||||
readingsBulkUpdate($hash, "input", YAMAHA_AVR_InputParam2Fhem(lc($1), 0));
|
||||
}
|
||||
|
||||
if($return =~ /<Input>.*?<Title>\s*?(\S+?)\s*?<\/Title>.*<\/Input>/)
|
||||
if($return =~ /<Input>.*?<Title>\s*(.+?)\s*<\/Title>.*<\/Input>/)
|
||||
{
|
||||
readingsBulkUpdate($hash, "input_name", $1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user