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

10_CUL_HM: update keymatic uncertain

git-svn-id: https://svn.fhem.de/fhem/trunk@8595 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2015-05-17 15:28:05 +00:00
parent c45fc4067a
commit ab59a58023

View File

@ -2282,7 +2282,7 @@ sub CUL_HM_Parse($$) {#########################################################
RemoveInternalTimer ($name."uncertain:permanent");
CUL_HM_unQEntity($name,"qReqStat");
if ($err & 0x30) { # uncertain - we have to check
CUL_HM_stateUpdatDly($name,13);
CUL_HM_stateUpdatDly($name,13) if(ReadingsVal($name,"uncertain","no") eq "no");
InternalTimer(gettimeofday()+20,"CUL_HM_readValIfTO", $name.":uncertain:permanent", 0);
$state = " (uncertain)";
}