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:
markusbloch
2012-11-02 23:52:44 +00:00
parent 1b6015e2af
commit 1d406036dc

View File

@@ -86,7 +86,7 @@ YAMAHA_AVR_GetStatus($;$)
if($return =~ /<Input_Sel>(.+)<\/Input_Sel>/)
{
readingsUpdate($hash, "input", lc($1));
readingsUpdate($hash, "input", InputParamToFhemInput(lc($1), 0));
}
readingsEndUpdate($hash, 1);