mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-05 17:48:44 +00:00
HMCCU: Fixed bug in client device update routine
git-svn-id: https://svn.fhem.de/fhem/trunk@10262 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7359d4563f
commit
80737b0561
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user