mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-25 22:09:21 +00:00
complete readReg termination identification in some cases
git-svn-id: https://svn.fhem.de/fhem/trunk@4617 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2ccc4dff82
commit
645836b0d7
@ -1848,6 +1848,7 @@ sub CUL_HM_parseCommon(@){#####################################################
|
||||
($addr,$data) = (hex($1),$2) if ($data =~ m/(..)(.*)/);
|
||||
if ($addr == 0){
|
||||
$data = "00:00";
|
||||
push @dataList,"00:00";
|
||||
}
|
||||
else{
|
||||
$data =~s/(..)/$1:/g;
|
||||
|
Loading…
x
Reference in New Issue
Block a user