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:
parent
ae180ffd0a
commit
670a24caa5
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user