mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
added missing variable in OWServer
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2518 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5a4f7ba0c6
commit
1622372eac
@ -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