HMCCU: Fixed bug in client device update routine

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10262 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
fhemzap
2015-12-25 18:39:14 +00:00
parent 350a3dd34b
commit c50a276522

View File

@@ -1384,7 +1384,7 @@ sub HMCCU_ReadRPCQueue ($)
$HMCCU_EventTime = time () if ($eventno == 0);
my @Tokens = split (/\|/, $element);
if ($Tokens[0] eq 'EV') {
Log 2, "HMCCU: Event from ".$Tokens[1]." dp=".$Tokens[2]." val=".$Tokens[3];
# Log 2, "HMCCU: Event from ".$Tokens[1]." dp=".$Tokens[2]." val=".$Tokens[3];
my ($add, $chn) = split (/:/, $Tokens[1]);
my $reading = HMCCU_GetReadingName ('', $add, $chn, $Tokens[2], '',
$ccureadingformat);