2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 11:26:55 +00:00

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 99bbd10190
commit cbd3b37384

View File

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