2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 05:16:45 +00:00

CUL_HM: try pairing

git-svn-id: https://svn.fhem.de/fhem/trunk@11962 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2016-08-14 18:45:56 +00:00
parent 5b31100404
commit d5174240d3

View File

@ -3015,7 +3015,7 @@ sub CUL_HM_parseCommon(@){#####################################################
elsif($mhp->{mTp} eq "00"){######################################
if (InternalVal($mhp->{devN},"lastMsg",undef) =~ m/t:00/){# repeated
return "done"; # suppress handling of a repeated pair request
# return "done"; # suppress handling of a repeated pair request
}
my $paired = 0; #internal flag
CUL_HM_infoUpdtDevData($mhp->{devN}, $mhp->{devH},$mhp->{p})