From 0675991faa47a93a6b129c9c408c7371508d4977 Mon Sep 17 00:00:00 2001
From: zap <>
Date: Tue, 14 Apr 2020 12:04:36 +0000
Subject: [PATCH] HMCCU: Corrected var command

git-svn-id: https://svn.fhem.de/fhem/trunk@21671 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
 fhem/CHANGED          | 1 +
 fhem/FHEM/88_HMCCU.pm | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

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