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:
parent
65b7eda536
commit
3dc1f2c5ae
@ -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($);
|
||||
|
Loading…
x
Reference in New Issue
Block a user