2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

HMCCU: Corrected var command

git-svn-id: https://svn.fhem.de/fhem/trunk@21671 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
zap 2020-04-14 12:04:36 +00:00
parent 3910f48818
commit 0675991faa
2 changed files with 4 additions and 3 deletions

View File

@ -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.

View File

@ -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";