mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 07:16:03 +00:00
HMLAN: update timing format
git-svn-id: https://svn.fhem.de/fhem/trunk@18152 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
78ef8f3ff2
commit
b8622f98c3
@ -436,8 +436,8 @@ sub HMLAN_Set($@) {############################################################
|
||||
my $id = InternalVal($hash->{NAME}, "owner", "123456");
|
||||
$hash->{HM_CMDNR} = $hash->{HM_CMDNR} ? ($hash->{HM_CMDNR}+1)%256 : 1;
|
||||
|
||||
HMLAN_Write($hash, undef, sprintf("As15%02X8401%s000000010A%s",
|
||||
$hash->{HM_CMDNR}, $id, unpack('H*', $arg)));
|
||||
HMLAN_Write($hash, undef, sprintf("As15%02XC401%s000000010A%s",
|
||||
$hash->{HM_CMDNR}, $id, uc unpack('H*', $arg)));
|
||||
HMLAN_RemoveHMPair("hmPairForSec:$name");
|
||||
$hash->{hmPair} = 1;
|
||||
$hash->{hmPairSerial} = $arg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user