mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-07 22:29:19 +00:00
HMCCU: Fixed shutdown bug
git-svn-id: https://svn.fhem.de/fhem/trunk@17338 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9a8416f6cc
commit
c4d4f7bcc6
@ -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: Fixed shutdown bug.
|
||||
- bugfix: 32_withings: API endpoint change to Nokia servers
|
||||
- feature: 93_DbRep: V8.0.0, restoreMySQL for clientSide dumps implemented
|
||||
- bugfix: 74_XiaomiBTLESens: fix bug in disabledForInterval (Forum #835350)
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Version 4.3
|
||||
# Version 4.3.001
|
||||
#
|
||||
# Module for communication between FHEM and Homematic CCU2.
|
||||
#
|
||||
@ -107,7 +107,7 @@ my %HMCCU_CUST_CHN_DEFAULTS;
|
||||
my %HMCCU_CUST_DEV_DEFAULTS;
|
||||
|
||||
# HMCCU version
|
||||
my $HMCCU_VERSION = '4.3';
|
||||
my $HMCCU_VERSION = '4.3.001';
|
||||
|
||||
# Default RPC port (BidCos-RF)
|
||||
my $HMCCU_RPC_PORT_DEFAULT = 2001;
|
||||
@ -1304,7 +1304,7 @@ sub HMCCU_Shutdown ($)
|
||||
my $name = $hash->{NAME};
|
||||
|
||||
# Shutdown RPC server
|
||||
if (HMCCU_IsFlag ($name, "(extrpc|procrpc")) {
|
||||
if (HMCCU_IsFlag ($name, "(extrpc|procrpc)")) {
|
||||
HMCCU_StopExtRPCServer ($hash);
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user