10_CUL_HM: dimmer status update automatically for manual commands

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6791 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2014-10-19 15:05:35 +00:00
parent fe7ac51cbe
commit 34656f44bf

View File

@@ -1658,10 +1658,12 @@ sub CUL_HM_Parse($$) {#########################################################
}
else{ #invalid PhysLevel
$rSUpdt = 1;
CUL_HM_stateUpdatDly($name,5) if ($shash->{helper}{dlvl});# 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)
# if condition is not met device will not send status.
# We need to avoid regular requests
# therefore only update if we initiated the request
}
}
}