mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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:
parent
52db808637
commit
4c984251d0
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# 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
|
- changed. 98_WOL: remove dependency on Twilight + German COmmandref
|
||||||
- bugfix: 98_WeekdayTimer: Label not found for "next E"
|
- bugfix: 98_WeekdayTimer: Label not found for "next E"
|
||||||
- bugfix: 70_ONKYO_AVR: model Reading not written correctly
|
- bugfix: 70_ONKYO_AVR: model Reading not written correctly
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
# Version 4.3.011
|
# Version 4.3.012
|
||||||
#
|
#
|
||||||
# Module for communication between FHEM and Homematic CCU2/3.
|
# 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 Fcntl 'SEEK_END', 'SEEK_SET', 'O_CREAT', 'O_RDWR';
|
||||||
use RPC::XML::Client;
|
use RPC::XML::Client;
|
||||||
use RPC::XML::Server;
|
use RPC::XML::Server;
|
||||||
|
use HttpUtils;
|
||||||
use SetExtensions;
|
use SetExtensions;
|
||||||
use SubProcess;
|
use SubProcess;
|
||||||
use HMCCUConf;
|
use HMCCUConf;
|
||||||
@ -51,7 +52,7 @@ my %HMCCU_CUST_CHN_DEFAULTS;
|
|||||||
my %HMCCU_CUST_DEV_DEFAULTS;
|
my %HMCCU_CUST_DEV_DEFAULTS;
|
||||||
|
|
||||||
# HMCCU version
|
# HMCCU version
|
||||||
my $HMCCU_VERSION = '4.3.011';
|
my $HMCCU_VERSION = '4.3.012';
|
||||||
|
|
||||||
# Default RPC interface and port (BidCos-RF)
|
# Default RPC interface and port (BidCos-RF)
|
||||||
my $HMCCU_RPC_PORT_DEFAULT = 2001;
|
my $HMCCU_RPC_PORT_DEFAULT = 2001;
|
||||||
|
Loading…
Reference in New Issue
Block a user