2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 12:58:13 +00:00

36_JeeLink.pm: fixed OTA update (missing use)

git-svn-id: https://svn.fhem.de/fhem/trunk@10823 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hcs-svn 2016-02-13 21:28:01 +00:00
parent 65b7eda536
commit 3dc1f2c5ae

View File

@ -7,6 +7,8 @@ use strict;
use warnings;
use Time::HiRes qw(gettimeofday);
use Time::Local;
use LWP::UserAgent;
use HTTP::Request::Common;
sub JeeLink_Attr(@);
sub JeeLink_Clear($);