mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 04:36:02 +00:00
36_JeeLink.pm: added missing use Time::Local; (forum : http://forum.fhem.de/index.php/topic,14786.msg347363.html#msg347363)
git-svn-id: https://svn.fhem.de/fhem/trunk@9562 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8c61548579
commit
a35ee4c62d
@ -6,6 +6,7 @@ package main;
|
||||
use strict;
|
||||
use warnings;
|
||||
use Time::HiRes qw(gettimeofday);
|
||||
use Time::Local;
|
||||
|
||||
sub JeeLink_Attr(@);
|
||||
sub JeeLink_Clear($);
|
||||
|
Loading…
x
Reference in New Issue
Block a user