mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
FULLY: Include HttpUtils
git-svn-id: https://svn.fhem.de/fhem/trunk@18587 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4c984251d0
commit
56e9dd79b9
@ -1,6 +1,6 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
#
|
#
|
||||||
# 89_FULLY.pm 1.1
|
# 89_FULLY.pm 1.2
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
@ -15,6 +15,7 @@ package main;
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
use HttpUtils;
|
||||||
use SetExtensions;
|
use SetExtensions;
|
||||||
|
|
||||||
# Declare functions
|
# Declare functions
|
||||||
@ -36,7 +37,7 @@ sub FULLY_ProcessDeviceInfo ($$);
|
|||||||
sub FULLY_UpdateReadings ($$);
|
sub FULLY_UpdateReadings ($$);
|
||||||
sub FULLY_Ping ($$);
|
sub FULLY_Ping ($$);
|
||||||
|
|
||||||
my $FULLY_VERSION = "1.1";
|
my $FULLY_VERSION = "1.2";
|
||||||
|
|
||||||
# Timeout for Fully requests
|
# Timeout for Fully requests
|
||||||
my $FULLY_TIMEOUT = 5;
|
my $FULLY_TIMEOUT = 5;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user