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:
parent
c45fc4067a
commit
ab59a58023
@ -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)";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user