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:
parent
3910f48818
commit
0675991faa
@ -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.
|
||||
|
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user