mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 19:36:02 +00:00
correct valvetimer start
git-svn-id: https://svn.fhem.de/fhem/trunk@5009 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
99baf4423b
commit
a09897ff06
@ -296,7 +296,7 @@ sub CUL_HM_updateConfig($){
|
||||
CUL_HM_UpdtReadSingle($hash,"valveCtrl","restart",1) if (ReadingsVal($name,"valvePosTC",""));
|
||||
RemoveInternalTimer("valvePos:$vId");
|
||||
RemoveInternalTimer("valveTmr:$vId");
|
||||
InternalTimer(ReadingsVal($name,".next",1)
|
||||
InternalTimer($hash->{helper}{vd}{next}
|
||||
,"CUL_HM_valvePosUpdt","valvePos:$vId",0);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user