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:
parent
99bbd10190
commit
cbd3b37384
@ -265,7 +265,7 @@ sub WMBUS_SetRSSI($$$) {
|
||||
readingsEndUpdate($hash,1);
|
||||
}
|
||||
|
||||
sub WMBUS_SetReadings($$$$)
|
||||
sub WMBUS_SetReadings($$$)
|
||||
{
|
||||
my ($hash, $name, $mb) = @_;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user