diff --git a/fhem/CHANGED b/fhem/CHANGED index d243711c6..0ca6f7e78 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -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 diff --git a/fhem/FHEM/88_HMCCU.pm b/fhem/FHEM/88_HMCCU.pm index adc7d8e34..297b4b49e 100755 --- a/fhem/FHEM/88_HMCCU.pm +++ b/fhem/FHEM/88_HMCCU.pm @@ -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;