WMBUS: fix wrong prototype

git-svn-id: https://svn.fhem.de/fhem/trunk@6532 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
kaihs
2014-09-10 19:07:59 +00:00
parent 13e1e507e4
commit c8e48f17a6

View File

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