mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
added dependencies via use
git-svn-id: https://svn.fhem.de/fhem/trunk@2233 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a8f1088513
commit
57c13c2ea0
@ -40,8 +40,7 @@ package main;
|
||||
use strict;
|
||||
use warnings;
|
||||
use Time::HiRes qw(gettimeofday sleep);
|
||||
|
||||
require "$attr{global}{modpath}/FHEM/HttpUtils.pm";
|
||||
use HttpUtils;
|
||||
|
||||
sub YAMAHA_AVR_Get($@);
|
||||
sub YAMAHA_AVR_Define($$);
|
||||
|
@ -31,6 +31,7 @@ package main;
|
||||
use strict;
|
||||
use warnings;
|
||||
use Time::HiRes qw(gettimeofday);
|
||||
use DevIo;
|
||||
|
||||
my %connection_type = (
|
||||
0 => "0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user