WMBUS: fix wrong prototype

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6532 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
kaihs
2014-09-10 19:07:59 +00:00
parent a6555d67a8
commit 9fe6960ed2

View File

@@ -265,7 +265,7 @@ sub WMBUS_SetRSSI($$$) {
readingsEndUpdate($hash,1);
}
sub WMBUS_SetReadings($$$$)
sub WMBUS_SetReadings($$$)
{
my ($hash, $name, $mb) = @_;