mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-26 10:34:52 +00:00
HMCCU: Bug fix
git-svn-id: https://svn.fhem.de/fhem/trunk@14162 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d9f4a9d0e7
commit
7289108623
@ -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: Fixed bug during FHEM start
|
||||||
- feature: 88_HMCCU: New reading based calculation modes
|
- feature: 88_HMCCU: New reading based calculation modes
|
||||||
- feature: 34_ESPEasy.pm: Added ESPeasy Mega internals build.*
|
- feature: 34_ESPEasy.pm: Added ESPeasy Mega internals build.*
|
||||||
- bugfix 73_km200.pm: Errorlist unsorted timestamp
|
- bugfix 73_km200.pm: Errorlist unsorted timestamp
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
# Version 4.0.003
|
# Version 4.0.004
|
||||||
#
|
#
|
||||||
# Module for communication between FHEM and Homematic CCU2.
|
# Module for communication between FHEM and Homematic CCU2.
|
||||||
#
|
#
|
||||||
@ -105,7 +105,7 @@ my %HMCCU_CUST_CHN_DEFAULTS;
|
|||||||
my %HMCCU_CUST_DEV_DEFAULTS;
|
my %HMCCU_CUST_DEV_DEFAULTS;
|
||||||
|
|
||||||
# HMCCU version
|
# HMCCU version
|
||||||
my $HMCCU_VERSION = '4.0.003';
|
my $HMCCU_VERSION = '4.0.004';
|
||||||
|
|
||||||
# Default RPC port (BidCos-RF)
|
# Default RPC port (BidCos-RF)
|
||||||
my $HMCCU_RPC_PORT_DEFAULT = 2001;
|
my $HMCCU_RPC_PORT_DEFAULT = 2001;
|
||||||
@ -2141,6 +2141,7 @@ sub HMCCU_UpdateClients ($$$$)
|
|||||||
sub HMCCU_UpdateDeviceTable ($$)
|
sub HMCCU_UpdateDeviceTable ($$)
|
||||||
{
|
{
|
||||||
my ($hash, $devices) = @_;
|
my ($hash, $devices) = @_;
|
||||||
|
my $name = $hash->{NAME};
|
||||||
my $devcount = 0;
|
my $devcount = 0;
|
||||||
my $chncount = 0;
|
my $chncount = 0;
|
||||||
|
|
||||||
@ -4496,7 +4497,8 @@ sub HMCCU_GetDatapoint ($@)
|
|||||||
}
|
}
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
# Set datapoint on CCU
|
# Set datapoint on CCU.
|
||||||
|
# Parameter param is a valid CCU datapoint specification.
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
sub HMCCU_SetDatapoint ($$$)
|
sub HMCCU_SetDatapoint ($$$)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user