mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-21 20:06:18 +00:00
correct off-time detection for wakeup devices
git-svn-id: https://svn.fhem.de/fhem/trunk@4030 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4561c8b3c7
commit
2282949493
@ -526,7 +526,7 @@ sub HMLAN_Parse($$) {##########################################################
|
||||
|
||||
# HMLAN sends ACK for flag 'A0' but not for 'A4'(config mode)-
|
||||
# we ack ourself an long as logic is uncertain - also possible is 'A6' for RHS
|
||||
if (hex($flg)&0x4){#not sure: 4 oder 2 ?
|
||||
if (hex($flg)&0x2){#not sure: 4 oder 2 ? 02 works for VD!
|
||||
my $wait = 0.100 - $dly/1000;
|
||||
$hash->{helper}{$src}{nextSend} = gettimeofday() + $wait if ($wait > 0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user