mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 10:46:53 +00:00
make OWServer use lib/OWNet.pm
git-svn-id: https://svn.fhem.de/fhem/trunk@2383 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f7af5e7b89
commit
d4287e66d8
@ -30,7 +30,7 @@ use warnings;
|
||||
# this must be the latest OWNet from
|
||||
# http://owfs.cvs.sourceforge.net/viewvc/owfs/owfs/module/ownet/perl5/OWNet/lib/OWNet.pm
|
||||
# the version at CPAN is outdated and malfunctioning as at 2012-12-19
|
||||
use OWNet;
|
||||
use lib::OWNet;
|
||||
|
||||
#####################################
|
||||
sub
|
||||
|
@ -3,6 +3,9 @@ DIR www/images/default
|
||||
DIR www/gplot
|
||||
DIR www/pgm2
|
||||
DIR docs
|
||||
DIR FHEM/lib
|
||||
DEL FHEM/OWNet.pm
|
||||
UPD FHEM/lib/OWNet.pm
|
||||
MOV FHEM/release.* unused
|
||||
MOV FHEM/99_updatefhem.* unused
|
||||
MOV FHEM/99_CULflash.* unused
|
||||
|
Loading…
x
Reference in New Issue
Block a user