mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-19 18:56:03 +00:00
long release bug fix
git-svn-id: https://svn.fhem.de/fhem/trunk@6453 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f7387a1f9d
commit
b46743f26b
@ -1280,6 +1280,12 @@ sub CUL_HM_Parse($$) {#########################################################
|
|||||||
my $s2000 = sprintf("%02X", CUL_HM_secSince2000());
|
my $s2000 = sprintf("%02X", CUL_HM_secSince2000());
|
||||||
push @ack,$shash,"${mNo}803F$ioId${src}0204$s2000";
|
push @ack,$shash,"${mNo}803F$ioId${src}0204$s2000";
|
||||||
push @evtEt,[$shash,1,"time-request"];
|
push @evtEt,[$shash,1,"time-request"];
|
||||||
|
# reset desired-temp just to get an AckInfo for battery state
|
||||||
|
CUL_HM_Set(CUL_HM_name2Hash($devH->{channel_04}),
|
||||||
|
$devH->{channel_04},
|
||||||
|
"desired-temp",ReadingsVal($devH->{channel_04}
|
||||||
|
,"desired-temp"
|
||||||
|
,""));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
elsif($md eq "HM-TC-IT-WM-W-EU") { ##########################################
|
elsif($md eq "HM-TC-IT-WM-W-EU") { ##########################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user