mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
small changes
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@6192 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
66d0ee8cc4
commit
4397295fbb
@ -36,7 +36,7 @@
|
||||
# interval_dhw_Tcylinder, minDiff_ch_Tflow_measured
|
||||
# 2014-06-29 logging messages 9000ff00
|
||||
# 2014-07-03 found the reason for some weird controller data: the short message
|
||||
# with 9 Bytes accidentally has the correct CRC with length of 11 Bytes
|
||||
# with 9 Bytes accidentally has the correct CRC with length of 17 Bytes
|
||||
# -> fixed problem
|
||||
|
||||
|
||||
@ -587,7 +587,7 @@ HEATRONIC_DecodeMsg_HC($$$)
|
||||
elsif($type == 112) { $prefix = "hc2_"; }
|
||||
elsif($type == 114) { $prefix = "hc3_"; }
|
||||
elsif($type == 116) { $prefix = "hc4_"; }
|
||||
else { return undef; }
|
||||
elsif($type == 211) { return 1; }
|
||||
|
||||
if ($length != 9)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user