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 a26325b723
commit b5a93e27c8

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($);