2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

HMCCU: Include HttpUtils

git-svn-id: https://svn.fhem.de/fhem/trunk@18586 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
zap 2019-02-13 17:39:18 +00:00
parent 52db808637
commit 4c984251d0
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it.
- bugfix: 88_HMCCU: Module HttpUtils included
- changed. 98_WOL: remove dependency on Twilight + German COmmandref
- bugfix: 98_WeekdayTimer: Label not found for "next E"
- bugfix: 70_ONKYO_AVR: model Reading not written correctly

View File

@ -4,7 +4,7 @@
#
# $Id$
#
# Version 4.3.011
# Version 4.3.012
#
# Module for communication between FHEM and Homematic CCU2/3.
#
@ -37,6 +37,7 @@ use IO::File;
use Fcntl 'SEEK_END', 'SEEK_SET', 'O_CREAT', 'O_RDWR';
use RPC::XML::Client;
use RPC::XML::Server;
use HttpUtils;
use SetExtensions;
use SubProcess;
use HMCCUConf;
@ -51,7 +52,7 @@ my %HMCCU_CUST_CHN_DEFAULTS;
my %HMCCU_CUST_DEV_DEFAULTS;
# HMCCU version
my $HMCCU_VERSION = '4.3.011';
my $HMCCU_VERSION = '4.3.012';
# Default RPC interface and port (BidCos-RF)
my $HMCCU_RPC_PORT_DEFAULT = 2001;