use same input names for input-Reading

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2063 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch
2012-11-02 23:52:44 +00:00
parent 1ccd2a96ae
commit 2a0bb1ad3c

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);