FULLY: Include HttpUtils

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@18587 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
zap 2019-02-13 17:52:09 +00:00
parent a5a9108845
commit 887807bb85

View File

@ -1,6 +1,6 @@
##############################################################################
#
# 89_FULLY.pm 1.1
# 89_FULLY.pm 1.2
#
# $Id$
#
@ -15,6 +15,7 @@ package main;
use strict;
use warnings;
use HttpUtils;
use SetExtensions;
# Declare functions
@ -36,7 +37,7 @@ sub FULLY_ProcessDeviceInfo ($$);
sub FULLY_UpdateReadings ($$);
sub FULLY_Ping ($$);
my $FULLY_VERSION = "1.1";
my $FULLY_VERSION = "1.2";
# Timeout for Fully requests
my $FULLY_TIMEOUT = 5;