diff --git a/fhem/CHANGED b/fhem/CHANGED index 41ae06f4d..d4bceff46 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: corrected var command - bugfix: 73_AutoShuttersControl: fix roommate absent and add code stable ti shading fn - change: 14_SD_WS_Maverick.pm: Attribute "IODev" in module deleted. diff --git a/fhem/FHEM/88_HMCCU.pm b/fhem/FHEM/88_HMCCU.pm index ce6946a09..d06697a12 100755 --- a/fhem/FHEM/88_HMCCU.pm +++ b/fhem/FHEM/88_HMCCU.pm @@ -4,7 +4,7 @@ # # $Id$ # -# Version 4.3.023 +# Version 4.3.024 # # Module for communication between FHEM and Homematic CCU2/3. # @@ -52,7 +52,7 @@ my %HMCCU_CUST_CHN_DEFAULTS; my %HMCCU_CUST_DEV_DEFAULTS; # HMCCU version -my $HMCCU_VERSION = '4.3.023'; +my $HMCCU_VERSION = '4.3.024'; # Constants and default values my $HMCCU_MAX_IOERRORS = 100; @@ -1440,7 +1440,7 @@ sub HMCCU_Set ($@) my ($hash, $a, $h) = @_; my $name = shift @$a; my $opt = shift @$a; - my $options = "avar clear delete execute hmscript cleardefaults:noArg datapoint defaults:noArg ". + my $options = "var clear delete execute hmscript cleardefaults:noArg datapoint defaults:noArg ". "importdefaults rpcregister:all rpcserver:on,off,restart ackmessages:noArg authentication ". "prgActivate prgDeactivate";