mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-14 09:35:29 +00:00
74_AutomowerConnect: add use Time::Local
git-svn-id: https://svn.fhem.de/fhem/trunk@27632 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
cfe819993e
commit
949367b0f6
fhem
@ -35,6 +35,7 @@ use GPUtils qw(:all);
|
||||
use FHEM::Core::Authentication::Passwords qw(:ALL);
|
||||
|
||||
use Time::HiRes qw(gettimeofday);
|
||||
use Time::Local;
|
||||
use DevIo;
|
||||
use Storable qw(dclone retrieve store);
|
||||
|
||||
|
@ -34,6 +34,7 @@ use POSIX;
|
||||
use GPUtils qw(:all);
|
||||
|
||||
use Time::HiRes qw(gettimeofday);
|
||||
use Time::Local;
|
||||
use DevIo;
|
||||
use Storable qw(dclone retrieve store);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user