From 34656f44bf9eb75ad7278334d7b140434d0edbcd Mon Sep 17 00:00:00 2001 From: martinp876 Date: Sun, 19 Oct 2014 15:05:35 +0000 Subject: [PATCH] 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 --- fhem/FHEM/10_CUL_HM.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fhem/FHEM/10_CUL_HM.pm b/fhem/FHEM/10_CUL_HM.pm index d0b3bde5b..a653842df 100755 --- a/fhem/FHEM/10_CUL_HM.pm +++ b/fhem/FHEM/10_CUL_HM.pm @@ -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 } } }