2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-05 08:20:23 +00:00

added missing variable in OWServer

git-svn-id: https://svn.fhem.de/fhem/trunk@2518 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mfr69bs 2013-01-14 14:24:18 +00:00
parent ae180ffd0a
commit 670a24caa5

View File

@ -243,7 +243,7 @@ OWServer_DoInit($)
sub
OWServer_Read($@)
{
my ($hash,$path)= @_;
my ($hash,$dev,$path)= @_;
return undef unless(defined($hash->{fhem}{owserver}));
return $hash->{fhem}{owserver}->read($path);