use same input names for input-Reading
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2063 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -86,7 +86,7 @@ YAMAHA_AVR_GetStatus($;$)
|
|||||||
|
|
||||||
if($return =~ /<Input_Sel>(.+)<\/Input_Sel>/)
|
if($return =~ /<Input_Sel>(.+)<\/Input_Sel>/)
|
||||||
{
|
{
|
||||||
readingsUpdate($hash, "input", lc($1));
|
readingsUpdate($hash, "input", InputParamToFhemInput(lc($1), 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
readingsEndUpdate($hash, 1);
|
readingsEndUpdate($hash, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user