2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 17:36:39 +00:00

10_CUL_HM: dimmer status update automatically for manual commands

git-svn-id: https://svn.fhem.de/fhem/trunk@6791 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2014-10-19 15:05:35 +00:00
parent 1b616fabed
commit b814f90878

View File

@ -1658,10 +1658,12 @@ sub CUL_HM_Parse($$) {#########################################################
} }
else{ #invalid PhysLevel else{ #invalid PhysLevel
$rSUpdt = 1; $rSUpdt = 1;
CUL_HM_stateUpdatDly($name,5) if ($shash->{helper}{dlvl});# update to get level
# CUL_HM_stateUpdatDly($name,5); # update to get level # CUL_HM_stateUpdatDly($name,5); # update to get level
# we have to relay on device. Ack may come from a conditional event (BM) # we have to relay on device. Ack may come from a conditional event (BM)
# if condition is not met device will not send status. # if condition is not met device will not send status.
# We need to avoid regular requests # We need to avoid regular requests
# therefore only update if we initiated the request
} }
} }
} }